heeelp !
CreateDC("DISPLAY", NULL, NULL, NULL) was working perfectly
and suddendly ... error C2664: 'CreateDCW' : cannot convert parameter 1 from 'char [8]' to 'const unsigned short *'
i *know* this is a beginner question, but what have i done for it NOT to work anymore ? and why my "CreateDC" became "CreateDCW" in the error message ?? what is to do to fix it ?
thanx for any answer !!
CreateDC("DISPLAY", NULL, NULL, NULL) was working perfectly
and suddendly ... error C2664: 'CreateDCW' : cannot convert parameter 1 from 'char [8]' to 'const unsigned short *'
i *know* this is a beginner question, but what have i done for it NOT to work anymore ? and why my "CreateDC" became "CreateDCW" in the error message ?? what is to do to fix it ?
thanx for any answer !!