Support Forums
Problem when Building. Visual C++ - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: Problem when Building. Visual C++ (/showthread.php?tid=3716)

Pages: 1 2


Problem when Building. Visual C++ - bryden1122 - 12-17-2009

I get this when I try to build the game:[Image: a.jpg]
Bump

MSGTOOSHORT


RE: Problem when Building. Visual C++ - g4143 - 12-17-2009

(12-17-2009, 05:23 PM)bryden1122 Wrote: I get this when I try to build the game:[Image: a.jpg]
Bump

MSGTOOSHORT

Did you check to see if the file is indeed there?


RE: Problem when Building. Visual C++ - pers2981 - 12-17-2009

Hey, Bryden was posting this for me while i was spamming google with searches, yea the file is not there, ok so here is what i do i make a new project and hit debug and that pops up? shouldnt it make C:\users\administrator\documents\visualstudio2008\awwww\debug\awwww.exe?


RE: Problem when Building. Visual C++ - MrD. - 12-17-2009

Is it actually building the executable, or are there errors?


RE: Problem when Building. Visual C++ - pers2981 - 12-18-2009

Yes its building, but that is the error


RE: Problem when Building. Visual C++ - Revenger - 12-20-2009

When you actually try building the file 'Build->build project.exe', does it say that, or are you trying to run it first through vc++?

You have to make sure it builds the file without errors. And if that doesn't work, try changing the build path to somewhere else and see if that works.


RE: Problem when Building. Visual C++ - pers2981 - 12-20-2009

when i build there are no errors but it dosnt actually write the exe and same thing when i debug


RE: Problem when Building. Visual C++ - MrD. - 12-21-2009

Does this happen even if you make a new solution?


RE: Problem when Building. Visual C++ - pers2981 - 12-21-2009

... im new to C++ so i dont know wat your talking about


RE: Problem when Building. Visual C++ - MrD. - 12-21-2009

If you make a new Visual C++ solution, in the same way you made the one you are currently trying to build, do you still get the same problem?