
-----------------------------------
saltpro15
Sat Jan 24, 2009 12:07 pm

Manifest Error
-----------------------------------
anyone know why I get this when I build my projects?  Im using Visual C++ 2008 express edition, thanks

------ Build started: Project: USACO problems, Configuration: Debug Win32 ------
Embedding manifest...
.\Debug\USACO problems.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
Build log was saved at "file://c:\Documents and Settings\HP_Owner.SALTARELLI5\Desktop\C++ Files\USACO problems\USACO problems\Debug\BuildLog.htm"
USACO problems - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

-----------------------------------
saltpro15
Sat Jan 24, 2009 12:35 pm

RE:Manifest Error
-----------------------------------
sorry, is there a way to delete this thread? any mods want the honours? I just switched to Dev C++, visual 2008 c++ SUCKS!, problem solved :)

-----------------------------------
wtd
Sat Jan 24, 2009 2:55 pm

RE:Manifest Error
-----------------------------------
So does Dev-C++.  You should learn to use GCC straight first.

-----------------------------------
saltpro15
Sat Jan 24, 2009 3:23 pm

RE:Manifest Error
-----------------------------------
I'm confused :S, isn't GCC just a compiler?

-----------------------------------
wtd
Sat Jan 24, 2009 5:36 pm

RE:Manifest Error
-----------------------------------
Yes.  IDEs are bad when you're learning.

-----------------------------------
zero-impact
Sat Jan 24, 2009 5:39 pm

RE:Manifest Error
-----------------------------------
Yes GCC is a compiler. You use it via the command line. Dev C++ and visual 2008 are both just IDE's. 

[url=http://compsci.ca/v3/viewtopic.php?t=9420]This should help you out.

-----------------------------------
saltpro15
Sat Jan 24, 2009 7:50 pm

RE:Manifest Error
-----------------------------------
thanks guys, I think I'm going to stick with dev C++ for now though
