A
Abubakar
Hi.
I got the following error while running an exe made in visual studio 2k5c++
(all native unmanaged)
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Error!
Program: D:\Otengo\dlls\winproj.exe
R6034
An application has made an attempt to load the C runtime library without
using a manifest.
This is an unsupported way to load Visual C++ DLLs. You need to modify your
application to build with a manifest.
For more information, see the "Visual C++ Libraries as Shared Side-by-Side
Assemblies" topic in the product documentation.
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
The machine I'm trying to run this on is a windows XP with sp2.
At first I was running this application as a "release" exe with the required
dlls, but the application was crashing. Then I tried to run a debug version
and got the error mentioned above. How do I solve this problem?
Regards,
-Ab.
I got the following error while running an exe made in visual studio 2k5c++
(all native unmanaged)
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Error!
Program: D:\Otengo\dlls\winproj.exe
R6034
An application has made an attempt to load the C runtime library without
using a manifest.
This is an unsupported way to load Visual C++ DLLs. You need to modify your
application to build with a manifest.
For more information, see the "Visual C++ Libraries as Shared Side-by-Side
Assemblies" topic in the product documentation.
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
The machine I'm trying to run this on is a windows XP with sp2.
At first I was running this application as a "release" exe with the required
dlls, but the application was crashing. Then I tried to run a debug version
and got the error mentioned above. How do I solve this problem?
Regards,
-Ab.