I originally designed a win32 application on win7 32bits, with VC9.0. I recently upgraded to win7 64 bits, and tried to build+execute the previous application.
楼房有罚款(Wwin32号申请),但从操作时间来看,我有错误“[......]从代码-1073741701(0xc000007b)中撤出”。
我猜测的是,装载了64个轨道版本的[预期]32个轨道。
Specific dependencies for this project are: SDL.lib SDLmain.lib SDL_ttf.lib opengl32.lib glu32.lib wininet.lib
SDL and SDL_ttf are only in 32bits version. I assume that Visual Studio is clever enough to fetch the opengl and glu lib files in syswow64 as I request a win32 application.
这是否是因为胜利? 我是否犯了错误?
感谢