nel-all
[Top][All Lists]
Advanced

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

[Nel] Compiling Snowballs Errors :(


From: Aleah Dixon
Subject: [Nel] Compiling Snowballs Errors :(
Date: Thu, 9 Dec 2004 22:13:13 -0700

Hello Everybody,
I have been trying to compile Snowballs for a couple days now and no luck.
I am using MSVC 7.1 and have STLPORT 5 installed.

All the projects compile fine except for these two.
Chat and Login_Service.
The errors I get from Chat:

------ Build started: Project: chat, Configuration: ReleaseDebug Win32 ------

Linking...
main.obj : error LNK2001: unresolved external symbol "public: virtual
char const * __thiscall NLMISC::Exception::what(void)const "
(address@hidden@NLMISC@@UBEPBDXZ)
main.obj : error LNK2019: unresolved external symbol "public:
__thiscall NLMISC::EStreamOverflow::EStreamOverflow(char const
*,unsigned int)" (address@hidden@@address@hidden@Z) referenced in
function "protected: void __thiscall
NLMISC::IStream::checkStreamSize(unsigned int)const "
(address@hidden@NLMISC@@address@hidden)
main.obj : error LNK2019: unresolved external symbol "public:
__thiscall NLMISC::EInvalidDataStream::EInvalidDataStream(char const
*,unsigned int)" (address@hidden@@address@hidden@Z) referenced
in function "public: virtual void __thiscall
NLMISC::IStream::serial(class stlp_std::basic_string<char,class
stlp_std::char_traits<char>,class stlp_std::allocator<char> > &)"
(address@hidden@NLMISC@@address@hidden@address@hidden@@address@hidden@2@@stlp_std@@@Z)
main.obj : error LNK2019: unresolved external symbol "public: __cdecl
NLMISC::Exception::Exception(char const *,...)"
(address@hidden@@address@hidden) referenced in function "public:
__thiscall NLMISC::EReallocationFailed::EReallocationFailed(void)"
(address@hidden@@address@hidden)
main.obj : error LNK2019: unresolved external symbol "public: int
__thiscall NLNET::IService::main(char const *,char const *,unsigned
short,char const *,char const *,char const *)"
(address@hidden@NLNET@@address@hidden) referenced in function
address@hidden
main.obj : error LNK2019: unresolved external symbol "public: void
__thiscall NLNET::IService::setArgs(char const *)"
(address@hidden@NLNET@@address@hidden) referenced in function
address@hidden
main.obj : error LNK2019: unresolved external symbol "public:
__thiscall NLNET::IService::IService(void)"
(address@hidden@@address@hidden) referenced in function address@hidden
main.obj : error LNK2019: unresolved external symbol "public:
__thiscall NLMISC::Exception::Exception(class
stlp_std::basic_string<char,class stlp_std::char_traits<char>,class
stlp_std::allocator<char> > const &)"
(address@hidden@@address@hidden@address@hidden@stlp_std@@address@hidden@2@@stlp_std@@@Z)
referenced in function "public: __thiscall
NLMISC::EStream::EStream(class stlp_std::basic_string<char,class
stlp_std::char_traits<char>,class stlp_std::allocator<char> > const
&)" 
(address@hidden@@address@hidden@address@hidden@stlp_std@@address@hidden@2@@stlp_std@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual
class stlp_std::basic_string<char,class
stlp_std::char_traits<char>,class stlp_std::allocator<char> >
__thiscall NLMISC::IStream::getStreamName(void)const "
(address@hidden@NLMISC@@address@hidden@address@hidden@@address@hidden@2@@stlp_std@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual
int __thiscall NLMISC::IStream::getPos(void)"
(address@hidden@NLMISC@@UAEHXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual
bool __thiscall NLMISC::IStream::seek(int,enum
NLMISC::IStream::TSeekOrigin)"
(address@hidden@NLMISC@@address@hidden@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall NLMISC::IStream::serialCont(class
stlp_std::vector<unsigned char,class stlp_std::allocator<unsigned
char> > &)" 
(address@hidden@NLMISC@@address@hidden@address@hidden@@@stlp_std@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall NLMISC::IStream::serialCont(class
stlp_std::vector<signed char,class stlp_std::allocator<signed char> >
&)" (address@hidden@NLMISC@@address@hidden@address@hidden@@@stlp_std@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall NLMISC::IStream::serialCont(class
stlp_std::vector<bool,class stlp_std::allocator<bool> > &)"
(address@hidden@NLMISC@@address@hidden@address@hidden@@@stlp_std@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual
void __thiscall NLMISC::IStream::serialMemStream(class
NLMISC::CMemStream &)"
(address@hidden@NLMISC@@address@hidden@@Z)
main.obj : error LNK2019: unresolved external symbol "public: unsigned
int __thiscall NLNET::CUnifiedNetwork::send(class
stlp_std::basic_string<char,class stlp_std::char_traits<char>,class
stlp_std::allocator<char> > const &,class NLNET::CMessage const
&,bool,unsigned char)"
(address@hidden@NLNET@@address@hidden@address@hidden@@address@hidden@2@@stlp_std@@address@hidden@address@hidden)
referenced in function "void __cdecl cbChat(class NLNET::CMessage
&,class stlp_std::basic_string<char,class
stlp_std::char_traits<char>,class stlp_std::allocator<char> > const
&,unsigned short)"
(?cbChat@@address@hidden@@address@hidden@address@hidden@@address@hidden@2@@stlp_std@@address@hidden)
main.obj : error LNK2019: unresolved external symbol "public: static
class NLNET::CUnifiedNetwork * __cdecl
NLNET::CUnifiedNetwork::getInstance(void)"
(address@hidden@NLNET@@address@hidden) referenced in
function "void __cdecl cbChat(class NLNET::CMessage &,class
stlp_std::basic_string<char,class stlp_std::char_traits<char>,class
stlp_std::allocator<char> > const &,unsigned short)"
(?cbChat@@address@hidden@@address@hidden@address@hidden@@address@hidden@2@@stlp_std@@address@hidden)
main.obj : error LNK2019: unresolved external symbol "public:
__thiscall NLNET::CMessage::CMessage(class
stlp_std::basic_string<char,class stlp_std::char_traits<char>,class
stlp_std::allocator<char> > const &,bool,enum
NLNET::CMessage::TStreamFormat,unsigned int)"
(address@hidden@@address@hidden@address@hidden@stlp_std@@address@hidden@2@@stlp_std@@address@hidden@address@hidden)
referenced in function "void __cdecl cbChat(class NLNET::CMessage
&,class stlp_std::basic_string<char,class
stlp_std::char_traits<char>,class stlp_std::allocator<char> > const
&,unsigned short)"
(?cbChat@@address@hidden@@address@hidden@address@hidden@@address@hidden@2@@stlp_std@@address@hidden)
.\ReleaseDebug/chat.exe : fatal error LNK1120: 18 unresolved externals

Build log was saved at
"file://d:\NeL\code\snowballs2\server\chat\ReleaseDebug\BuildLog.htm"
chat - 19 error(s), 0 warning(s)

And the Errors That I get from Login_Service:

------ Build started: Project: login_service, Configuration:
ReleaseDebug Win32 ------

Compiling...
connection_web.cpp
D:\NeL\code\nel\include\nel\misc\mem_stream.h(89) : error C2589: '(' :
illegal token on right side of '::'
D:\NeL\code\nel\include\nel\misc\mem_stream.h(89) : error C2059:
syntax error : '::'
D:\NeL\STLport\stlport\stl\_ios.h(161) : fatal error C1903: unable to
recover from previous error(s); stopping compilation

Build log was saved at
"file://d:\NeL\code\nelns\login_service\ReleaseDebug\BuildLog.htm"
login_service - 3 error(s), 0 warning(s)


Could somebody help me please?




reply via email to

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