View Single Post
Old 03-13-2019, 04:42 PM   #3
brummbear
Human being with feelings
 
brummbear's Avatar
 
Join Date: May 2016
Location: out west
Posts: 301
Default

OK, so it finally compiled after:
* Adding individual component "Windows Universal CRT SDK" to VS 2017
* Manually adding a #define strcasecmp stricmp
* Excluding non existing cpp files from old 2006 project file (projectmode.cpp and historyfile.cpp)
* Deleting incompatible command line compiler options

The server runs but the user authentication does not work. Seems there is something wrong with SHA implementation on 64bit systems

What now?

Last edited by brummbear; 03-13-2019 at 08:30 PM.
brummbear is offline   Reply With Quote