Page 1 of 1

Dev cpp problem

Posted: Fri Aug 05, 2005 6:15 pm
by lincsimp
Hey
I changed the parameters of a function in the irrlicht source. Then I updated the lib and dll, but dev cpp gives the "no matching function call" error. Why is this?

If I compile my test file with irrlicht everything works fine

cheers

Posted: Sun Aug 07, 2005 3:38 pm
by lincsimp
can anyone help?

Posted: Mon Aug 08, 2005 2:36 am
by Guest
its prob something to do with when u changed source function u didnt change the non source header function. r u including the right header file that was changed? plz post some code and names of the files u modified

Posted: Tue Aug 09, 2005 1:15 pm
by Acki
Very difficultly without any code snipets...

In general you should not change the Irrlicht's source if you'r not really familar with this !!!
Maybe there is another solution to your prob ???
In most cases it's a very good idea to subclassing (you can say adding functions to the Irrlicht's objects without touching the source) !!!

Posted: Wed Aug 10, 2005 3:35 pm
by lincsimp
reinstalled dev-cpp and it worked like a dream...