Home > other >  After the release of no generated exe files
After the release of no generated exe files

Time:09-19

F5 execution in release mode, the game can be normal use
But only under the simulator generates a an.exe file
In the proj. Win32/Release, the win32 directory not generated exe files

But there the console output demo. Vcxproj - & gt; C: \ projects \ demo \ frameworks \ runtime - SRC \ proj. Win32 \ the win32 \ demo exe
The did not find the file, directory,

Excuse me, is why,,

CodePudding user response:

"Demo. Exe (Win32) :" loaded "C: \ Windows \ SysWOW64 \ advapi32 DLL", loaded symbols,
"Demo. Exe (Win32) :" unloaded "C: \ Windows \ SysWOW64 \ advapi32 DLL"
"Demo. Exe (Win32) :" loaded "C: \ Windows \ SysWOW64 \ gdi32 DLL", loaded symbols,
"Demo. Exe (Win32) :" unloaded "C: \ Windows \ SysWOW64 \ gdi32 DLL"
Thread 0 x22f0 have withdrawn, the return value is zero (0 x0),
Thread 0 x6d0 have withdrawn, the return value is zero (0 x0),
Thread 0 x2bc4 have withdrawn, the return value is zero (0 x0),
Thread 0 x28cc have withdrawn, the return value is zero (0 x0),
"Demo. Exe (Win32) :" loaded "C: \ Windows \ SysWOW64 \ powrprof DLL", loaded symbols,
"Demo. Exe (Win32) :" unloaded "C: \ Windows \ SysWOW64 \ powrprof DLL"
"Demo. Exe (Win32) :" loaded "C: \ Windows \ SysWOW64 \ winsta DLL", loaded symbols,
"Demo. Exe (Win32) :" loaded "C: \ Windows \ SysWOW64 \ ole32 DLL", loaded symbols,
"Demo. Exe (Win32) :" unloaded "C: \ Windows \ SysWOW64 \ ole32 DLL"

And these debugging information should be created but don't know where or generated got killed by himself again,,, very confused to find information for a long time online people can't do a good job in the post

CodePudding user response:

6> C: \ Program Files \ Microsoft Visual Studio (x86), 2017, the Community, Common7 \ VC IDE \ \ VCTargets \ Microsoft CppBuild. The targets (1202, 5) : warning MSB8012: TargetPath (C: \ projects \ demo \ frameworks \ runtime - SRC \ proj. Win32 \ the win32 \ demo exe) and would OutputFile attribute value (C: \ projects \ demo \ simulator \ win32 \ demo exe) do not match, which may lead to project generated is not correct, if you want to correct this problem, please make sure that the $(OutDir) and $(TargetName) and $(TargetExt) attribute values and % (Link. OutputFile) the values specified in the match,
6> Is creating library C: \ projects \ demo \ frameworks \ runtime - SRC \ proj. Win32 \ the win32 \ demo lib and object C: \ projects \ demo \ frameworks \ runtime - SRC \ proj win32 \ the win32 \ demo. J exp
6> The demo. Vcxproj - & gt; C: \ projects \ demo \ frameworks \ runtime - SRC \ proj. Win32 \ the win32 \ demo exe

There is also a the,,

CodePudding user response:

But changed the linker output directory also useless, and unexpected errors
  • Related