I can open the existing project but i can't make a new project with the same code because of errors in manifest. Can anybody answer me where is my mistake?
here is my project:
http://www.humyo.com/NWtpFv/fw4.rar?a=kqtwZIdYtQE
VS2008 + OpenGL. Lesson2
Started by Gargolev, Oct 08 2010 12:12 AM
2 replies to this topic
Ad:
#2 Members - Reputation: 1564
Posted 08 October 2010 - 12:25 AM
Works fine for me. I opened the project in msvc 2008, rebuilt, ran it. It also works fine for me, just running the exe from your rar file.
FYI: in general people won't take the time to download and try things for you unless you tell them more.
Can you say more about the "errors in manifest"?
Looking at the mainfiest in your exe, the only potential problem would be if you didn't have the debug c runtime installed, but this is installed with visual studio so that seems unlikely.
FYI: in general people won't take the time to download and try things for you unless you tell them more.
Can you say more about the "errors in manifest"?
Looking at the mainfiest in your exe, the only potential problem would be if you didn't have the debug c runtime installed, but this is installed with visual studio so that seems unlikely.
#3 Members - Reputation: 1178
Posted 08 October 2010 - 01:13 AM
What type of new project are you creating? It should be a Win32 project, not a CLR project.
OOP Articles | C++: A Dialog (free book) | Thinking in C++ (free book) | Google Books - Free preview for many books






