Advertisement

a vc++ question

Started by December 05, 2001 05:10 PM
10 comments, last by ashazli 23 years, 2 months ago
i''ve made a small OpenGL in vc++ 32app program with the help of NeHe''s great tutorials, now i want to make a single .exe file ..how?? i know this is not a vc++ forum but this is the only place i want to go :-))
walk amidst the sound and the noise and remember what peace there may be in silence
When you compile it to run it, it puts an exe in the source folder. At least that''s how mine used to be set up. It may put it in the "debug" folder...

Alex Broadwin
A-Tronic Software & Design
-----
"if you fail in life, you were destined to fail. If you suceed in life, call me."
"The answer is out there."
"Please help, I''m using Windows!"
Alex BroadwinA-Tronic Software & Design-----"if you fail in life, you were destined to fail. If you suceed in life, call me.""The answer is out there.""Please help, I'm using Windows!"
Advertisement
yes you''re right, i found it in the bin folder but when i ran it it gave an "unable to initialize message".... can you helpme???
walk amidst the sound and the noise and remember what peace there may be in silence
Hmm... sounds like this is a problem with your code, not the compiler. Does it do this upon compile too?

Alex Broadwin
A-Tronic Software & Design
-----
"if you fail in life, you were destined to fail. If you suceed in life, call me."
"The answer is out there."
"Please help, I''m using Windows!"
Alex BroadwinA-Tronic Software & Design-----"if you fail in life, you were destined to fail. If you suceed in life, call me.""The answer is out there.""Please help, I'm using Windows!"
not at all, it works just fine!!!
walk amidst the sound and the noise and remember what peace there may be in silence
Er, confused. I''m not sure what the prob. could be then. Anyone else have any ideas?

Alex Broadwin
A-Tronic Software & Design
-----
"if you fail in life, you were destined to fail. If you suceed in life, call me."
"The answer is out there."
"Please help, I''m using Windows!"
Alex BroadwinA-Tronic Software & Design-----"if you fail in life, you were destined to fail. If you suceed in life, call me.""The answer is out there.""Please help, I'm using Windows!"
Advertisement
well, i''m using a bitmap for a texture, could that be the problem??
walk amidst the sound and the noise and remember what peace there may be in silence
Do the NeHe tutorials say that message if they fail to load the images (I don''t remember)? Well, then the path to the images is probably incorrect for the path you run the executable from.

[Resist Windows XP''s Invasive Production Activation Technology!]
Exactly simultaneous posting, that''s the first time I''ve seen that happen .

[Resist Windows XP''s Invasive Production Activation Technology!]
it worked ok, it was a file path problem, i copied the exe file and put it outside the debug folder, thank you very much ATronic..
walk amidst the sound and the noise and remember what peace there may be in silence

This topic is closed to new replies.

Advertisement