independentCreations
27-02-2007 04:02:05
i get some serious errors when i try and build my app in debug in. I have it running all smoothly in release. And now attempting debug. NxOgre compiles fine in Debug and Release. But when i try and build my app, in debug, i get some serious issues, in reference to nxuserallocation.
over 1000 errors :S
example
and it goes on. All the includes are the same between release and debug within my own app. Seems weird that NxOgre can build without issues.
Seems like on of those visual studio screw ups. Any ideas??
over 1000 errors :S
example
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(480) : error C2143: syntax error : missing ';' before '.'
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(480) : error C3254: 'NxUserAllocator' : class contains explicit override 'instance' but does not derive from an interface that contains the function declaration
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(480) : error C2838: 'instance' : illegal qualified name in member declaration
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(480) : error C2238: unexpected token(s) preceding ';'
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(496) : warning C4002: too many actual parameters for macro 'malloc'
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(496) : error C2143: syntax error : missing ';' before '.'
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(496) : error C3254: 'NxUserAllocator' : class contains explicit override 'instance' but does not derive from an interface that contains the function declaration
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(496) : error C2838: 'instance' : illegal qualified name in member declaration
1>c:\program files\ageia technologies\ageia physx sdk\v2.6.2\sdks\foundation\include\nxuserallocator.h(496) : error C2535: 'void *NxUserAllocator::instance(void)' : member function already defined or declared
and it goes on. All the includes are the same between release and debug within my own app. Seems weird that NxOgre can build without issues.
Seems like on of those visual studio screw ups. Any ideas??