batonrye
12-04-2006 22:00:21
Alright... I ususally perfer not to post compiler errors, but this one has got me stumped:
I am compiling an app using ogrenewt (based loosely off of a demo.) The problem obviously lies within my own code, but I have no idea where because the errors are located in newton.h. Other demos compile fine.
Anybody have some hints as to the type of senerio to cause an error like this? Perhaps I am passing a param of the wrong type some where (float vs REAL?)
Thanks
E:\Programming\NewtonSDK\sdk\Newton.h(27) : error C2144: syntax error : 'float' should be preceded by ';'
E:\Programming\NewtonSDK\sdk\Newton.h(27) : error C2501: 'v' : missing storage-class or type specifiers
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\ostream(604) : fatal error C1903: unable to recover from previous error(s); stopping compilationI am compiling an app using ogrenewt (based loosely off of a demo.) The problem obviously lies within my own code, but I have no idea where because the errors are located in newton.h. Other demos compile fine.
Anybody have some hints as to the type of senerio to cause an error like this? Perhaps I am passing a param of the wrong type some where (float vs REAL?)
Thanks