Why the program cannot run when I use the gflags /unsigned parameter to test it?

0

I'm writing a new program by vs2013 on windows10. However, when I use gflags.exe to test my program with the "/unsigned" parameter, my program cannot run normally. Popup a window: Program Error: "The application was unable to start correctly(0xc0000142).Click OK to close the application."

I test it on windows 10, this can test normally,

.\gflags.exe /p /protect /enable aiways.exe but when I add /unaligned, it error. .\gflags.exe /p /protect /enable aiways.exe /unaligned

why cause this problem?

visual-studio-2013
gflags
asked on Stack Overflow May 23, 2019 by 赵光强

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0