Dev cpp problem

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
lincsimp
Posts: 21
Joined: Sat Mar 12, 2005 10:11 pm

Dev cpp problem

Post 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
lincsimp
Posts: 21
Joined: Sat Mar 12, 2005 10:11 pm

Post by lincsimp »

can anyone help?
Guest

Post 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
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post 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) !!!
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
lincsimp
Posts: 21
Joined: Sat Mar 12, 2005 10:11 pm

Post by lincsimp »

reinstalled dev-cpp and it worked like a dream...
Post Reply