nel-all
[Top][All Lists]
Advanced

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

[Nel] [Noobie] Linking Error


From: J Kreutzwieser
Subject: [Nel] [Noobie] Linking Error
Date: Thu, 08 Jul 2004 19:01:22 -0600

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.





reply via email to

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