Error Code -1073741515 When Using EDITBIN

后端 未结 3 1188
醉梦人生
醉梦人生 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:22

    I got this to work for now by copying mspdb100.dll into the same directory as editbin.exe, but this is not an optimal solution because every developer on my team will need to do the same thing.

提交回复
热议问题