Hi there,
I'm new to the forums and to C++ and DarkGDK in general. I am currently working through Tony Gaddis : Starting out with Games and Graphics in C++, on Chapter 6.
I frequently find that the code doesn't work as it should - always when doing graphics, drawing circles, printing text, plotting lines or dots etc.
After much screwing around, I find that going into fullscreen mode always fixes the problem. I just add :
//enter fullscreen mode
dbSetWindowOff();
to the top of the code which causes the program to run in fullscreen and not in a window. This fixes it every time.
But what if I want to run my code in a Window? Is this possible? Has anyone else experienced this same problem? I'm running Windows 7 64-bit with NVIDIA Geforce 9500M graphics cards.
Thanks
Scott