nel-all
[Top][All Lists]
Advanced

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

RE: [Nel] [Noobie] Linking Error


From: Pascal LECLERC
Subject: RE: [Nel] [Noobie] Linking Error
Date: Fri, 9 Jul 2004 11:23:27 +0200

Hi,

_STL is the namespace of STLPort. Thus it seems the STLPort library is not 
included (normally it should be automatically made by the pragmas in STLPort 
headers). Perhaps your version of STLPort is not correct.
I can't help you more with just those messages.

bye

-----Message d'origine-----
De : address@hidden
[mailto:address@hidden la part de
J Kreutzwieser
Envoyé : vendredi 9 juillet 2004 03:01
À : address@hidden
Objet : [Nel] [Noobie] Linking Error


Yeah....I'm a noob.

I'm trying to compile the main nel engine and I keep getting alot of linking 
errors.

nl3d_r.lib(string_mapper.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nl3d_r.lib(class_registry.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nl3d_r.lib(displayer.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nl3d_r.lib(mem_displayer.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nl3d_r.lib(report.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)

in the directx driver

and

nlmisc_r.lib(class_registry.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nlmisc_r.lib(displayer.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nlmisc_r.lib(mem_displayer.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nlmisc_r.lib(report.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nlmisc_r.lib(system_info.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)
nlmisc_r.lib(command.obj) : error LNK2001: unresolved external symbol 
"__declspec(dllimport) public: void __thiscall 
_STL::allocator<char>::deallocate(char *,unsigned int)const " 
(address@hidden@address@hidden@@address@hidden)

in the dsound.

And that is only a taste what what there is.
If anyone has any ideas of what I am doing wrong or have any ideas. Please 
share. Thanks.



_______________________________________________
Nel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/nel-all




reply via email to

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