the debug version of Decoda can't be launched in my computer,my os is windows 7, IDE is vc++2005.
I used the permake4 ,version 4.4-beta5 and the following commands to make the project:
premake4 --os=windows --platform=x32,vs2005
then used the VC++2005 open the project, build the solution and start the debugging,
the release is ok for launching. but the debug is not.
the message as below:
Unable to start program
'e:\xxx\bin\debug\Decoda.exe'
this application has failed to start because the application configuration is incorrect .review the manifest file for possible errors,reinstalling the application may fix this problem, for more details ,please see the application event log'
the debug version of Decoda can't be launched in my computer,my os is windows 7, IDE is vc++2005. I used the permake4 ,version 4.4-beta5 and the following commands to make the project:
then used the VC++2005 open the project, build the solution and start the debugging, the release is ok for launching. but the debug is not.
the message as below: Unable to start program 'e:\xxx\bin\debug\Decoda.exe' this application has failed to start because the application configuration is incorrect .review the manifest file for possible errors,reinstalling the application may fix this problem, for more details ,please see the application event log'
Does anybody know what is wrong in it ?