nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] buildig nel/snowballs


From: Vianney Lecoart
Subject: Re: [Nel] buildig nel/snowballs
Date: Mon, 5 Nov 2001 10:48:47 +0100

Hi Ruud,

> i just tried to compile snowballs 2, but i get link errors (prolly
something to do with STLport)
> 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

It seems that the project you opened doesn't have dependencies with nel misc
and nel net.
You have to open the file name services.dsw that is in the code/nel/nelns/
directory and not .dsp.

Vianney Lecroart
---
lead network programmer / nevrax.com
icq#: 6870415
homepage: http://ace.planet-d.net
www.geekcode.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?

----- Original Message -----
From: "Ruud Verdonck" <address@hidden>
To: <address@hidden>
Sent: Sunday, November 04, 2001 5:31 PM
Subject: [Nel] buildig nel/snowballs


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@@V?$al
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]