参考了这个贴子:https://bbs.kanxue.com/thread-211647.htm
LDE64源代码:https://github.com/BeaEngine/lde64
在VS2010下,添加LDE64.ASM
LDE64.ASM的编译选择:Custom Build Tool -> goasm.exe
修改了LDE64.ASM一行:[email protected]: 改成: LDE:不然会显示:
1>testLDE64.obj : error LNK2001: unresolved external symbol LDE
1>H:\testLDE64-64\x64\Debug\testLDE64.exe : fatal error LNK1120: 1 unresolved externals
改成LDE:就编译通过了。不过调试跟踪时,还是会出问题。
在VS2010里添加了相关 改了一下https://github.com/BeaEngine/lde64的IDE64.ASM [email protected]:改成了:LDE: 不然显示 :
作者源代码里的readme写的是:
Building process is not available because not yet really clean.
意思是这个版本不正确?
最后放上我的测试工程(vs2010)