I am getting some errors due to an unresolved external symbol. One error is pasted for reference.
error LNK2019: unresolved external symbol "public: static bool __cdecl csInitializer::OpenApplication(struct iObjectRegistry *)"(?OpenApplication@csInitializer@@SA_NPAUiObjectRegistry@@@Z) referenced in function "public: bool __thiscall Simple::Initialize(void)" (?Initialize@Simple@@QAE_NXZ)
I get similar errors for the csCommandLineHelper and iSCF classes. I also got some unresolved external symbol errors for the csPrintfV(), csPrintf(), and csDefaultRunLoop() functions. Can anyone tell me off the top of thier head what libs these classes and functions are in and how I can make MSVS.NET 2003 link them in? I of course have linked in libs in previous MSVS projects but I would like to hea rhow other programers have done it...

Im using CS0.98 in MSVS.NET 2003 on WinXP.
THX!