I am building an application using win2003 ddk build utility. I do get linker errors such as :
unresolved external symbol "public: void __thiscall CStringArray::SetSize(int,int)"
This is because in my application i use CString objects. What are the libs to be linked to resolve this problem?
thanks
Jim