nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] STLPort Errors I believe...


From: Codemaster
Subject: Re: [Nel] STLPort Errors I believe...
Date: Wed, 26 Nov 2003 01:26:34 -0500

C:\NevRax\nel\include\nel\misc\variable.h(357): error C2906: 
'NLMISC::CVariable<_STL::string>' : explicit specialization requires 'template 
<>'
Line is:
class CVariable<std::string> : public IVariable

c:\NevRax\nel\src\misc\report.cpp(140): error C2198: 'NLMISC::TEmailFunction' : 
too few arguments for call through pointer-to-function
Line is:
bool res = EmailFunction ("", "", "", Subject, Body);

c:\NevRax\nel\src\misc\report.cpp(59): error C2383: 'NLMISC::TEmailFunction' : 
default-arguments are not allowed on this symbol
Line is:
typedef bool (*TEmailFunction) (const std::string &smtpServer, const 
std::string &from, const std::string &to, const std::string &subject, const 
std::string &body, const std::string &attachedFile = "", bool onlyCheck = 
false);

C:\NevRax\nel\include\nel\misc\variable.h(357): error C2906: 
'NLMISC::CVariable<_STL::string>' : explicit specialization requires 'template 
<>'
Line is:
class CVariable<std::string> : public IVariable






reply via email to

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