[SOLVED] Error while compiling IrrNewt with Irrlicht 1.4.2

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
Def5
Posts: 21
Joined: Thu Nov 27, 2008 7:50 pm

[SOLVED] Error while compiling IrrNewt with Irrlicht 1.4.2

Post by Def5 »

I am getting error messages while compiling IrrNewt with Newton SDK 1.5 and Irrlicht 1.4.2. Here is are the messages:
error C2668: 'pow' : ambiguous call to overloaded function
error C2248: 'irr::core::CMatrix4<T>::M' : cannot access private member declared in class 'irr::core::CMatrix4<T>'
error C2039: 'Textures' : is not a member of 'irr::video::SMaterial'
There are no other error messages, just that three. Trying to compile in MSVC++ 2005.
Last edited by Def5 on Mon Dec 22, 2008 10:17 am, edited 1 time in total.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You're using pretty outdated tutorials. You need to use the proper API calls into Irrlicht (pow should be fixed once math.h is included).
zillion42
Posts: 324
Joined: Wed Aug 29, 2007 12:32 am
Location: Hamburg, Germany

Post by zillion42 »

Def5
Posts: 21
Joined: Thu Nov 27, 2008 7:50 pm

Post by Def5 »

Thanks, zillion42 :D . Everything what I need is in that topic.
P.S. - I didn´t know that using search really helps. :wink:
Post Reply