I've converted an old game project from MSVC 5.0 to 6.0....when i try to compile the whole thing i get an error on this line of code:
winclass.hbrBackground = GetStockObject(DKGRAY_BRUSH);
the error is:
cannot convert from 'void *' to 'struct HBRUSH__ *'
what is the problem???
Thanks in advance.