Manifest Error
Author |
Message |
saltpro15
![](http://compsci.ca/v3/uploads/user_avatars/9776171634ced6278d14c2.png)
|
Posted: 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 ========== |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
saltpro15
![](http://compsci.ca/v3/uploads/user_avatars/9776171634ced6278d14c2.png)
|
Posted: 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 ![Smile Smile](http://compsci.ca/v3/images/smiles/icon_smile.gif) |
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Sat Jan 24, 2009 2:55 pm Post subject: RE:Manifest Error |
|
|
So does Dev-C++. You should learn to use GCC straight first. |
|
|
|
|
![](images/spacer.gif) |
saltpro15
![](http://compsci.ca/v3/uploads/user_avatars/9776171634ced6278d14c2.png)
|
Posted: Sat Jan 24, 2009 3:23 pm Post subject: RE:Manifest Error |
|
|
I'm confused :S, isn't GCC just a compiler? |
|
|
|
|
![](images/spacer.gif) |
wtd
|
Posted: Sat Jan 24, 2009 5:36 pm Post subject: RE:Manifest Error |
|
|
Yes. IDEs are bad when you're learning. |
|
|
|
|
![](images/spacer.gif) |
zero-impact
![](http://compsci.ca/v3/uploads/user_avatars/872397874480c7089d4888.gif)
|
Posted: 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. |
|
|
|
|
![](images/spacer.gif) |
saltpro15
![](http://compsci.ca/v3/uploads/user_avatars/9776171634ced6278d14c2.png)
|
Posted: 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 |
|
|
|
|
![](images/spacer.gif) |
|
|