Computer Science Canada Manifest Error |
Author: | saltpro15 [ Sat Jan 24, 2009 12:07 pm ] |
Post subject: | 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 ========== |
Author: | saltpro15 [ Sat Jan 24, 2009 12:35 pm ] |
Post subject: | 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 |
Author: | wtd [ Sat Jan 24, 2009 2:55 pm ] |
Post subject: | RE:Manifest Error |
So does Dev-C++. You should learn to use GCC straight first. |
Author: | saltpro15 [ Sat Jan 24, 2009 3:23 pm ] |
Post subject: | RE:Manifest Error |
I'm confused :S, isn't GCC just a compiler? |
Author: | wtd [ Sat Jan 24, 2009 5:36 pm ] |
Post subject: | RE:Manifest Error |
Yes. IDEs are bad when you're learning. |
Author: | zero-impact [ Sat Jan 24, 2009 5:39 pm ] |
Post subject: | 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. This should help you out. |
Author: | saltpro15 [ Sat Jan 24, 2009 7:50 pm ] |
Post subject: | RE:Manifest Error |
thanks guys, I think I'm going to stick with dev C++ for now though |