ken-sf
Results
1
issues of
ken-sf
I had to modify the code slightly to compile using code::blocks with the mingw compiler. #ifndef UNICODE//https://stackoverflow.com/questions/13977388/error-cannot-convert-const-wchar-t-13-to-lpcstr-aka-const-char-in-assi #define UNICODE #define UNICODE_WAS_UNDEFINED #endif #include #ifdef UNICODE_WAS_UNDEFINED #undef UNICODE #endif