Hi,
I made native win32 application in VS 2008, the problem is that it works only on my computer. Which files do i have to distribute with exe file? I distribute it with
msvcr80.dll and msvcr90.dll and Microsoft.VC80. CRT.manifest and Microsoft.VC90. CRT.manifest and APP_NAME.interm ediate.manifest and it still doesnt work?
PS: If i convert the VS 6.0 project into VS 2008 project then it works with only exe.
I made native win32 application in VS 2008, the problem is that it works only on my computer. Which files do i have to distribute with exe file? I distribute it with
msvcr80.dll and msvcr90.dll and Microsoft.VC80. CRT.manifest and Microsoft.VC90. CRT.manifest and APP_NAME.interm ediate.manifest and it still doesnt work?
PS: If i convert the VS 6.0 project into VS 2008 project then it works with only exe.
Comment