Visual c++ 6.0
Compile options
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "..\lib" /I "..\shared" /I "..\dbconnection" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "PFW_NT" /FR"Debug/" /Fp"Debug/analybld.pch" /YX /Fo"Debug/" /Fd"Debug/" /V"erbose" /FD /GZ /c
Linker options (using some rogue wave libraries)
lib.lib dbinserter.lib dbconnection.lib libct.lib libcs.lib dbt11s.lib std11s.lib ctl11s.lib rwctl11s.obj tls11s.lib network11s.lib libblk.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:".\Debug/analybld.pdb" /debug /machine:I386 /nodefaultlib:"libcpd.lib" /out:".\Debug/analybld.exe" /pdbtype

ept /libpath:"..\lib\debug" /libpath:"..\shared\debug" /libpath:"..\Sybase\Lib\\" /libpath:"..\dbinserter\debug" /libpath:"../dbconnection/debug" /libpath:"../rw/lib"
analybld.obj : error LNK2001: unresolved external symbol "public: __thiscall std::_Winit::_Winit(void)" (??0_Winit@std@@QAE@XZ)
sqldbprc.obj : error LNK2001: unresolved external symbol "public: __thiscall std::_Winit::_Winit(void)" (??0_Winit@std@@QAE@XZ)
strtrim.obj : error LNK2001: unresolved external symbol "public: __thiscall std::_Winit::_Winit(void)" (??0_Winit@std@@QAE@XZ)
analybld.obj : error LNK2001: unresolved external symbol "public: __thiscall std::_Winit::~_Winit(void)" (??1_Winit@std@@QAE@XZ)
sqldbprc.obj : error LNK2001: unresolved external symbol "public: __thiscall std::_Winit::~_Winit(void)" (??1_Winit@std@@QAE@XZ)
strtrim.obj : error LNK2001: unresolved external symbol "public: __thiscall std::_Winit::~_Winit(void)" (??1_Winit@std@@QAE@XZ)
std11s.lib(ctype.obj) : error LNK2001: unresolved external symbol _wctob
std11s.lib(ctype.obj) : error LNK2001: unresolved external symbol _btowc
std11s.lib(codecvt.obj) : error LNK2001: unresolved external symbol _mbrtowc
std11s.lib(codecvt.obj) : error LNK2001: unresolved external symbol _mbsrtowcs
std11s.lib(codecvt.obj) : error LNK2001: unresolved external symbol _mbrlen
std11s.lib(codecvt.obj) : error LNK2001: unresolved external symbol _wcrtomb
std11s.lib(codecvt.obj) : error LNK2001: unresolved external symbol _wcsrtombs
.\Debug/analybld.exe : fatal error LNK1120: 9 unresolved externals
Error executing link.exe.
Creating browse info file...
analybld.exe - 14 error(s), 0 warning(s)