nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] (HELP) VS7 linking problem with driver_dsound


From: Ben Woodhead
Subject: Re: [Nel] (HELP) VS7 linking problem with driver_dsound
Date: Thu, 20 Nov 2003 09:23:38 -0400

Ahh, I have never tried building nelns (figured it was part of nel project). Sorry about that. I will generate the project files tonight and send in a patch as soon as I have one.
 
Ben
----- Original Message -----
Sent: Wednesday, November 19, 2003 5:19 PM
Subject: Re: [Nel] (HELP) VS7 linking problem with driver_dsound

Ben,

Thank you very much for the help. I went through and rechecked my compilation of STLport. As it turns out I built a vc7 version, but with a vc6 compiler that was also on my machine. I rebuilt it correctly this time and now I am up and running.

I am now working on building the 'nelns' code base, but am having problems with login_service, where connection_client.cpp and connection_client.h are not found. They are listed in the project however. Have these files simply been removed and not removed from the project file?

Also I am seeing numerous mysql linking errors (unresolved external symbols), but am going to dig into that a bit more before asking for help. Just out of curiosity are the vc6 c++ compiler generated object files/libraries not compatible with vc7? (due to name mangling issues, or other problems?)

Thank you again for the help. Any thoughts on the connection_client issue would be appreciated and hopefully I'll knock out the mysql linking problem and get another chunk ready to go.

Cheers1

Jeff

Jeff Thompson
CTO, CodeTek Studio, Inc.
http://www.codetek.com/


On Nov 18, 2003, at 7:53 PM, Ben Woodhead wrote:

Hey..
 
Did you recompile stl for vc7..
 
Ben
----- Original Message -----
From: Jeff Thompson
To: address@hidden
Sent:Tuesday, November 18, 2003 9:23 PM
Subject:[Nel] (HELP) VS7 linking problem with driver_dsound

Hi All,

I switched over to visual studio 7 in the hopes of having better luck over 6. I also switched to a new machine. I have everything compiling now except for driver_dsound and driver_opengl. The problem is similar. Essentially I am having a symbol resolution problem with STL. I have attached the compiler error log in the hopes that someone can point me in the right direction.

Thanks!

Jeff

Jeff Thompson
CTO, CodeTek Studios, Inc.

------ Build started: Project: driver_dsound, Configuration: Release Win32 ------

Linking...
Creating library .\../../../../obj/Release/driver_dsound/nel_drv_dsound_win_r.lib and object .\../../../../obj/Release/driver_dsound/nel_drv_dsound_win_r.exp
nlmisc_r.lib(command.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl _STL::__char_traits_base<char,int>::eof(void)" (address@hidden@address@hidden@@SAHXZ) referenced in function "bool __cdecl _STL::__stlp_string_fill(class _STL::basic_ostream<char,class _STL::char_traits<char> > &,class _STL::basic_streambuf<char,class _STL::char_traits<char> > *,unsigned int)" (address@hidden@@address@hidden@address@hidden@@@address@hidden@address@hidden@_STL@@@address@hidden@Z)
nlmisc_r.lib(system_info.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl _STL::__char_traits_base<char,int>::eof(void)" (address@hidden@address@hidden@@SAHXZ)
nlmisc_r.lib(displayer.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl _STL::__char_traits_base<char,int>::eof(void)" (address@hidden@address@hidden@@SAHXZ)
nlmisc_r.lib(mem_displayer.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl _STL::__char_traits_base<char,int>::eof(void)" (address@hidden@address@hidden@@SAHXZ)
../../../../lib/nel_drv_dsound_win_r.dll : fatal error LNK1120: 1 unresolved externals

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


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

reply via email to

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