nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] Nel - 3d/driver.cpp


From: lionel berenguier
Subject: Re: [Nel] Nel - 3d/driver.cpp
Date: Wed, 7 Apr 2004 19:12:28 +0200

Sorry, I fixed it in last CVS.

Lionel
----- Original Message ----- 
From: "Christophe OPOIX" <address@hidden>
To: "Developer's list for the NeL platform" <address@hidden>
Sent: Wednesday, April 07, 2004 2:02 PM
Subject: [Nel] Nel - 3d/driver.cpp


> R:\code\nel\src\3d\driver.cpp(371) : error C2660: 'push_back' :
> function does not take 0 parameters
> 
> It happens only in Debug mode, I really don't know what to do so I tried
> that. It seems to work but I didn't test it that much, maybe I'm
> completely wrong.
> 
> 
> 
> --- R:\code\nel\src\3d\driver.cpp        Tue Apr 06 22:39:03 2004
> ***************
> *** 368,374 ****
>                         totalSize+= memCost;
>                         string  typeStr= typeid(*text).name();
>                         strFindReplace(typeStr, "class NL3D::",
> string());
> !                       tempInfo[upFmt].push_back();
>                         tempInfo[upFmt].back().Line= toString("Type:
> %15s. Share
> Name: %s. Size: %d Ko",
>                                 typeStr.c_str(),
>                                 shareName.c_str(),
> --- 368,374 ----
>                         totalSize+= memCost;
>                         string  typeStr= typeid(*text).name();
>                         strFindReplace(typeStr, "class NL3D::",
> string());
> !                       tempInfo[upFmt].push_back(tempInfo[upFmt][0]);
>                         tempInfo[upFmt].back().Line= toString("Type:
> %15s. Share
> Name: %s. Size: %d Ko",
>                                 typeStr.c_str(),
>                                 shareName.c_str(),
> 
> -- 
> "They didn't know it was impossible so they did it"
> 
> 
> 
> 
> _______________________________________________
> 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]