nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] buildig nel/snowballs


From: Ruud Verdonck
Subject: [Nel] buildig nel/snowballs
Date: Sun, 4 Nov 2001 17:31:42 +0100

Hi,
 
I'm new to nel and c++,
 
i just tried to compile snowballs 2, but i get link errors (prolly something to do with STLport)
 
here are some snippets:
 
naming_service.obj : error LNK2001: unresolved external symbol "public: class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __thiscall NLNET::CBufSock::asString(void)const " (address@hidden@NLNET@@QBE?AV?$ba
address@hidden@address@hidden@@address@hidden@2@@_STL@@XZ)
naming_service.obj : error LNK2001: unresolved external symbol "public: class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __thiscall NLNET::CInetAddress::asString(void)const " (address@hidden@NLNET@@QB
address@hidden@address@hidden@@address@hidden@2@@_STL@@XZ)
naming_service.obj : error LNK2001: unresolved external symbol "public: void __cdecl NLMISC::CLog::displayNL(char const *,...)" (address@hidden@NLMISC@@QAAXPBDZZ)
naming_service.obj : error LNK2001: unresolved external symbol "public: void __thiscall NLMISC::CLog::setPosition(int,char *)" (address@hidden@NLMISC@@address@hidden)
naming_service.obj : error LNK2001: unresolved external symbol "class NLMISC::CLog * NLMISC::InfoLog" (address@hidden@@address@hidden@A)
naming_service.obj : error LNK2001: unresolved external symbol "void __cdecl NLMISC::createDebug(void)" (address@hidden@@YAXXZ)
naming_service.obj : error LNK2001: unresolved external symbol "public: static void __cdecl NLNET::CNetManager::send(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,class NLNET::CMessage const &,clas
s NLNET::CBufSock *)" (address@hidden@NLNET@@address@hidden@address@hidden@@address@hidden@2@@_STL@@address@hidden@address@hidden@@Z)
naming_service.obj : error LNK2001: unresolved external symbol "public: void __thiscall NLNET::CInetAddress::serial(class NLMISC::IStream &)" (address@hidden@NLNET@@address@hidden@@@Z)
naming_service.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall NLMISC::CMemStream::serial(unsigned __int8 &)" (address@hidden@NLMISC@@address@hidden)
naming_service.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall NLMISC::CMemStream::serial(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > &)" (address@hidden@NLMISC@@UAEX
address@hidden@address@hidden@@address@hidden@2@@_STL@@@Z)
 
this is the naming service btw, but i get the same errors with snowballs client,
 
i installed stlport 4.0, nmake'd it, and installed it, and put the directories in the VC options, above the microsoft ones
i also tried stlport 4.5, i still get the same errors,
 
Can anyone help?
 
Ruud Verdonck
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]