Changes in Function names and include file..?

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
Dogs
Posts: 195
Joined: Wed Sep 15, 2004 1:04 am
Location: michigan

Changes in Function names and include file..?

Post by Dogs »

Hello its been a while that ive used irrlicht in fact last i used was 0.7.

Im attempting to use bloodsheds free dev C++ and that may be the problem...

But CEventReceiver.h was missing...
It looks like it has been removed from the dev kit..
Also im getting tons of errors with other stuff as well..

Im wonder has the code been changed that much?
And what will I have to learn diff now and im sure my code is garbage now too then and ill have to revamp it all to compile with the new...

Can anyone tell me any info on this and why..

Thanks very much..
WalterWzK
Posts: 72
Joined: Wed Jan 12, 2005 2:57 pm
Location: Netherlands
Contact:

Post by WalterWzK »

Well i get many errors while trying to compile the irrlicht 10 code too so dont get all hysterical or something haha, its just that the engine requires a certain procedure while compiling called: 'chill-man-take-it-easy'
Current Project: Don Salvatore's Mafia
Genre: 3D Shooter \ RTS
Programming Language: VB .NET
Engine: Irrlicht 11 [.NET Wrapper]
Dogs
Posts: 195
Joined: Wed Sep 15, 2004 1:04 am
Location: michigan

Post by Dogs »

Ok thanks for your not helpfull answer..
Why did you waste your time to even post that lol..

Can anyone please tell me why CEventReceiver.h isnt in the new release?
Dogs
Posts: 195
Joined: Wed Sep 15, 2004 1:04 am
Location: michigan

Post by Dogs »

Ok seems that i added that in for some reason..
not sure why..
Last edited by Dogs on Thu Jun 09, 2005 7:16 pm, edited 2 times in total.
Dogs
Posts: 195
Joined: Wed Sep 15, 2004 1:04 am
Location: michigan

Post by Dogs »

You know im digging myself into embarisment here..
Maybe i shouldnt have strayed so far away from irrlicht for so long lol..
My code is a shambles lol..
Im so lost now..
I think cevent was something that i added to the kit that i got from somone else..

Oh well.. Ill just figure it out myself lol..
Anyway thanks for chill out info that helped out my code a lot...
Take care everyone thanks for all the help that everyone that has given me lol..
Last edited by Dogs on Thu Jun 09, 2005 7:18 pm, edited 1 time in total.
Dogs
Posts: 195
Joined: Wed Sep 15, 2004 1:04 am
Location: michigan

Post by Dogs »

Ok worked out most of stupidity.. Gotta code that sat for months..
The other event rec was one i added im sure of that.. not sure why..

But im still getting strange errors..

mainnew.cpp no matching function for call to `irr::scene::ISceneManager::createCollisionResponseAnimator(irr::scene::ITriangleSelector*&, irr::scene::ICameraSceneNode*&, irr::core::vector3df, irr::core::vector3df, float, irr::core::vector3df, float)'

Im a poor programmer so bare with me..
Anyway just looks like its not finding the functions..
The directorys are all correct..
Is this just a thing with dev C++ is there something i have to set up that i havent set up?

I hate using this.. Wish i had my copy of microsoft dev back...lol

Anyone here use bloodsheds dev C++ that might know what im doing wrong..?
The errors just made me think that maybe things had changed in the codeing of the engine in the last few months or so and that some functions where diff.. I dont see why that would be done but sometimes in order to add new features one has to change things...

Any help would be great..
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

version 0.7 was a tricky one I had all sorts of problems with, 0.10 is ALOT easier so there may be a few differences between those 2 versions... I don't use dev it has alot of problems with Irrlicht for some reason..just a touchy compiler...

your code is not worthless and I AM here to help what I can, but your error is a very general one I suggest reviewing your code and obtaining a copy of msvc... I highly suggest you contact me using the msn button below I believe I can relieve your headaches.
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

I just realised you're from michigan.. cool me too.

and do yourself a favor and get a mic before contacting me.
but I won't require it. :roll:
Post Reply