From: Alessandro P. <la...@gm...> - 2010-06-20 12:05:32
|
The wingcc driver is using obsolete constants: GCL_HCURSOR GWL_USERDATA that should be replaced by GCLP_HCURSOR GWLP_USERDATA as in http://msdn.microsoft.com/en-us/library/aa383663.aspx I tried to fix it replacing the constants, but It does not work well: x01c.exe starts, it plots the graphics, and after half a second the window "the program stopped working appears". ... if ( pls ) { dev = (wingcc_Dev *) pls->dev; // This is the offending line (256) } ... No idea what's going on, just reporting it :-) __ Alessandro |