I'm trying to write a very simple DarkGDK C++ program to count the number of pixels that match in color to the area I click in and found out that dbPoint does not appear to work properly in Vista but it does in XP. The code compiles and runs just fine, it just does do what it's supposed to.
I did some research and found there are other commands such as dbCircle, dbEllipse, and dbDot that do not work with Vista.
Does anyone know a fix or workaround for this?
Does dbPoint work properly in Win7?
Hard to believe the folks at TGC haven't addressed this issue already. I teach a course using DarkGDK and it's pretty frustrating to teach when several students can't get their programs to work properly because they have Vista.