unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
903 stars 266 forks source link

the debug version of Decoda can't be launched. #23

Closed qq260327056 closed 10 years ago

qq260327056 commented 10 years ago

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'

Does anybody know what is wrong in it ?

qq260327056 commented 10 years ago

it is caused by different version of Microsoft.VC80.DebugCRT. copy the right version of Microsoft.VC80.DebugCRT to the directory .it will be ok.