Support Forums

Full Version: Problem when Building. Visual C++
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
oh yea ....
Well then either you have done something wrong twice, or Visual Studio hasn't installed properly. Either read the documentation, or failing that, try re-installing Visual Studio.
Ok, i know 100% that i have done somthing right, I tryed re installing it 6times i even tryed moving locations.... Still nothing
Ok, try opening and building this solution to see if it works. I made that with Visual Studio 2008 and it works fine on my PC, I think it should open with Visual C++ Express 2008, but it might need persuading.
hmmm yea it dosnt build :S i think it might be my computer
What do you see in the Output window when you build? It should be something like this:
Quote:1>------ Build started: Project: EmptyCppProject, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>Linking...
1>Embedding manifest...
1>Build log was saved at "file://c:\Users\Jamie\Documents\Visual Studio 2008\Projects\EmptyCppProject\EmptyCppProject\Debug\BuildLog.htm"
1>EmptyCppProject - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

If it isn't, can you post your build log? (Control + Click on the link in the output window after "Build log was saved at" to open it).
man after a while of googling and staying up till 5 in the morning i just said fudge it, ill program my game in visual basics 2008 XD<--- that was a joke if u didnt know
Joke or not, I can't help you if you don't try to answer my questions.
dude this is a messed up problem...

if you're doing all that you say you are it should be fine :S
Pages: 1 2