nel-all
[Top][All Lists]
Advanced

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

RE: [Nel] (no subject)


From: Jacob Rohde
Subject: RE: [Nel] (no subject)
Date: Sat, 7 Feb 2004 12:44:05 +0100

Hi Kyo,

 

You just need to write ”template<>” before CVariable<_STL:string>:

 

template<> CVariable<_STL::string>

 

 

 


From: address@hidden [mailto:address@hidden On Behalf Of David ALEXANDRE
Sent: 7. februar 2004 12:29
To: Developer's list for the NeL platform
Subject: Re: [Nel] (no subject)

 

Hi jacob,

 

I cannot solve your problem but I am also trying to build Nel using vc7.1 & StlPort 4.6.

 

How did you fix this error (if found...) :

 

nel\misc\variable.h(367) : error C2906: 'NLMISC::CVariable<_STL::string>' : explicit specialization requires 'template <>'

 

Thx.

Kyo

 

 

----- Original Message -----

From: Jacob Rohde

Sent: Saturday, February 07, 2004 12:19 PM

Subject: [Nel] (no subject)

 

Hi!

 

When compiling nel on VS 7.1 I’m down to 4 errors only. I can’t build driver_opengl and driver_dsound. I get “unresolved external symbol”:

 

driver_dsound error LNK2019: unresolved external symbol "class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > __cdecl NLMISC::addSlashR(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> >)" (address@hidden@@address@hidden@address@hidden@@address@hidden@2@@_STL@@V23@@Z) referenced in function "enum NLMISC::TReportResult __cdecl NLMISC::report(class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const &,bool,unsigned int,bool,int,bool,bool &)" (address@hidden@@address@hidden@address@hidden@address@hidden@@address@hidden@2@@_STL@@address@hidden)

 

The same goes for driver_opengl.

 

I am using STLPortg 4.6 and build it with the vc7.mak file. What am I doing wrong here?

 

Thanks

Jacob


_______________________________________________
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]