error: invalid conversion from `TCHAR*' to `DWORD'
error: initializing argument 1 of `DWORD GetCurrentDirectoryA(DWORD, CHAR*)'
error: invalid conversion from `int' to `CHAR*'
error: initializing argument 2 of `DWORD GetCurrentDirectoryA(DWORD, CHAR*)'
That code really worked yesterday??
Considering you have the parameters to the GetCurrentDirectory function the wrong way around, I am
very much surprised.