[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] problem with using the STL with ns under Win NT
Hi,
I use in some classes the vector<> class from the STL, and it works.
Now I added two maps (map<int, int, less<int> > and map<int, PacketQueue*, less<int> >) and now it doesn't link anymore :-(
I'm using VC++.
queue.o : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Lockit::~_Lockit(void)" (__imp_??1_Lockit@std@@AE@XC)
and the same for std::_Lockit::_Lockit(void)
I don't use any class called Lockit anywhere in my code, so where might it come from, what can I do ?
Thanks
Alex
application/ms-tnef