non-standard C++?

View: New views
2 Messages — Rating Filter:   Alert me  

non-standard C++?

by Gabriel Hasbun :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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++?

by Anthony Whitaker-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Try putting a space in there:

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:

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




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