Irrlicht 1.5, PhysX 2.8.2, Visual Studio 2005 compiling

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
besomuk
Posts: 1
Joined: Tue Feb 24, 2009 6:40 pm

Irrlicht 1.5, PhysX 2.8.2, Visual Studio 2005 compiling

Post by besomuk »

Ok, i installed PhysX 2.8.2, and tried to compile example from http://irrlicht.sourceforge.net/tut_physx.html , and it does not work :)
I pointed VS to all include files, all library files, but on compile i get:
Warning 1 warning C4244: '=' : conversion from 'double' to 'NxReal', possible loss of data c:\moj kod\radni\cpp\irlicht\fizeek\irrlicht_physx\main.h 107
Error 2 error C2065: 'AutomaticCullingEnabled' : undeclared identifier c:\moj kod\radni\cpp\irlicht\fizeek\irrlicht_physx\shadow.h 92
Warning 3 warning C4018: '<' : signed/unsigned mismatch c:\moj kod\radni\cpp\irlicht\fizeek\irrlicht_physx\scenenodes.h 131
Error 4 error C2248: 'irr::core::CMatrix4<T>::M' : cannot access private member declared in class 'irr::core::CMatrix4<T>' c:\moj kod\radni\cpp\irlicht\fizeek\irrlicht_physx\scenenodes.h 200
Error 5 error C2248: 'irr::core::CMatrix4<T>::M' : cannot access private member declared in class 'irr::core::CMatrix4<T>' c:\moj kod\radni\cpp\irlicht\fizeek\irrlicht_physx\scenenodes.h 201
.
.
.
.
.
.
etc
Total of 34 errors.....

So, any one got a hint?
ibnefazil
Posts: 8
Joined: Tue Dec 16, 2008 9:38 pm

Post by ibnefazil »

same problem i have been trying to figure out unsuccessfully :(
zillion42
Posts: 324
Joined: Wed Aug 29, 2007 12:32 am
Location: Hamburg, Germany

Post by zillion42 »

I not quite sure if or how physX works with/for/against irrlicht, and quite a while ago when I tried I gave up quite fast...
maybe you guys should read and try irrPhysX, which is a wrapper for physX and will compile for/with/against irrlicht any recent version...

hope it helps...

EDIT: ask 'JP'
ibnefazil
Posts: 8
Joined: Tue Dec 16, 2008 9:38 pm

Post by ibnefazil »

besomuk

The problem is solved now 8)

Try this:
http://irrlicht.sourceforge.net/phpBB2/ ... d4a02c503c
Post Reply