Error Code -1073741515 When Using EDITBIN

后端 未结 3 1191
醉梦人生
醉梦人生 2020-12-21 18:45

I\'m using EditBin to increase the stack size of an application I\'m writing. I have this in the post-build event command line for Visual Studio:

"C:\\Pr         


        
3条回答
  •  别那么骄傲
    2020-12-21 19:14

    The best solution is to run the vcvarsall.bat located in the root of the visual studio install folder(C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC). That sets up the search folders for all MSVC compiler related tools.

提交回复
热议问题