Has anyone got the code base working in Visual Studio.NET 2003? I'd like to use DLL's instead of the virtual machines. The game code compiles to a dll with no problem, but cgame & ui fail with a bunch of errors.
Linking...
ui_shared.obj : error LNK2001: unresolved external symbol _va
ui_atoms.obj : error LNK2019: unresolved external symbol _va referenced in function _Com_Error
ui_gameinfo.obj : error LNK2001: unresolved external symbol _va
<snip>
thx