16-Games
16-Games copied to clipboard
14 Chess can't complie
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.
Hi,
I will look into this when I have time.