View Full Version : Learning C++
Meatwad
12-11-2006, 03:01 AM
Yep. I've decided to spend my time actually doing useful, instead of wasting my life on MMO games. I've made some n00b programs (Just popup boxes, and opening my cd tray with it, heh) Except now it's giving me "Cannot execute program" for anything I compile.
Even just making a simple popup box it does that. And it's starting to get annoying. Anyone know why?
Kiwi Man
12-11-2006, 04:02 AM
The compiler thing is broken?
What are you using to compile your programs?
da-geezer
12-11-2006, 04:40 AM
Does is compile? If not, what message is it returning?
Is it linking correctly? Are all the files needed by the linker all present and correct?
Are you missing something from your operating system folder which'll stop it from running an executable? (unlikely)
It's probably just an error in the code somewhere, C and it's variants is an evil language but I love it so :love:
Meatwad
13-11-2006, 05:23 AM
Well, it's not an error in the code. It does it for EVERYTHING. Even just text boxes. I'm using Microshit visual studio 6.0 by the way.
It just did this all of a sudden. It compiles it, then says "Cannot execute program" for anything I do. Kind of annoying. I just want to learn, and this crap won't let me >_>
Kiwi Man
13-11-2006, 05:51 AM
Well, if I was you I'd ask this on the Microsoft Forums too. But if they do to you what they do to me they won't let you submit posts and the new post page will refresh.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.