16-Games icon indicating copy to clipboard operation
16-Games copied to clipboard

14 Chess can't complie

Open zzfhadr opened this issue 2 years ago • 1 comments

WinConnector.hpp line 29, path is a const char * not a char , and it will get a error “ invalid conversion from 'const char' to 'LPSTR {aka char*}' [-fpermissive] " WinConnector.hpp line 43 and 46, str is not declare, maybe add std:string str; or something.

zzfhadr avatar Feb 24 '23 10:02 zzfhadr

Hi,

I will look into this when I have time.

embeddedmz avatar Feb 24 '23 11:02 embeddedmz