|
-
September 27th, 2010, 01:11 PM
#10
Re: C++ Unhandled exception error
 Originally Posted by Paul McKenzie
Nowhere do you mention use of a debugger. Are you using one?
You can't write programs if you're not prepared to debug them on your own. It sounds like you took some code, compiled it, and hoped for the best, and if something goes wrong, throw together arbitrary bits of code to see if the problem goes away.
Instead, you should have prepared for the inevitable step of having to debug the program at some point, whether that point is now or in the future.
Code:
WGL Message:WGL: DDraw: Allocate: Create: DDERROR = DDERR_OUTOFVIDEOMEMORY
That should give you a clue as to what happened.
Regards,
Paul McKenzie
Thank you very much
actually I am building the code step by step (on my own!)and it was working properly for all the previous steps, but now I encounter this problem since few days and I have no clue about how to solve it. I tried all the ways I am familiar with. but i am a student and trying to learn.
many thanks for your time
Last edited by Yohanna; September 27th, 2010 at 01:39 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|