Setting up the workspace was a lot less painful than I thought, all I had to do was open the Project and VS updated it to work in 2003 (I thought I would have to import each file).
I'm gotten past a few things so far (location of Lua and zLib etc), but I'm not sure about this:
[EDIT] Info about WINVER here: http://www.delphifaq.com/faq/f931.shtml
From what I've Googled, it's part of Microsoft's lib or the sort. I'm not sure what I'm missing, but I'm still looking into it.
[EDIT] Seems to be in AFXDISP.H?
I'm gotten past a few things so far (location of Lua and zLib etc), but I'm not sure about this:
MUSHclient\source\mushclient\mcdatetime.h(141) : error C2065: 'AFX_OLE_DATETIME_HALFSECOND' : undeclared identifier
MUSHclient\source\mushclient\mcdatetime.h(147) : error C3861: 'AFX_OLE_DATETIME_HALFSECOND': identifier not found, even with argument-dependent lookup
stdafx.cpp
WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server)[EDIT] Info about WINVER here: http://www.delphifaq.com/faq/f931.shtml
From what I've Googled, it's part of Microsoft's lib or the sort. I'm not sure what I'm missing, but I'm still looking into it.
[EDIT] Seems to be in AFXDISP.H?