|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
non-standard C++?I'm having difficulties on compiling workspaces like physdemo and tutorials. One of the reasons is that somehow VC++ 2003 doesn't recognize template arguments in templates:
error C2947: expecting '>' to terminate template-argument-list, found '>>' the line is: nArray<nRef<nGuiButton>> emptyBtns; I've gone over and over, it seems something related to the project's configuration.
Access over 1 million songs - Yahoo! Music Unlimited. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 *** NOTE: To reply to the list use "reply to all", *** *** to reply direct to the sender use "reply" *** _______________________________________________ Nebuladevice-discuss mailing list Nebuladevice-discuss@... https://lists.sourceforge.net/lists/listinfo/nebuladevice-discuss |
|
|
Re: non-standard C++?nArray<nRef<nGuiButton>> emptyBtns; nArray<nRef<nGuiButton> > emptyBtns; Anthony On 11/13/06, Gabriel Hasbun <gastomaster@...> wrote: I'm having difficulties on compiling workspaces like physdemo and tutorials. One of the reasons is that somehow VC++ 2003 doesn't recognize template arguments in templates: ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 *** NOTE: To reply to the list use "reply to all", *** *** to reply direct to the sender use "reply" *** _______________________________________________ Nebuladevice-discuss mailing list Nebuladevice-discuss@... https://lists.sourceforge.net/lists/listinfo/nebuladevice-discuss |
| Free embeddable forum powered by Nabble | Forum Help |