Search found 7 matches

by onEnterFrame
Tue Dec 07, 2010 10:22 am
Forum: Beginners Help
Topic: Events in Irrlicht
Replies: 4
Views: 466

thanks. i think its pretty clear now. ill probably write a generalized event dispatcher tonight or whenever im less lazy
by onEnterFrame
Tue Dec 07, 2010 9:07 am
Forum: Beginners Help
Topic: Events in Irrlicht
Replies: 4
Views: 466

Events in Irrlicht

me again. ill probably be posting a lot more of these annoying questions until i either figure everything out or give up. at the moment im a bit confused how irrlicht event handling works. i DO understand this: - an IEventReciever can be passed to the Irrlicht device when it is created. i understand...
by onEnterFrame
Mon Dec 06, 2010 5:24 am
Forum: Beginners Help
Topic: Can't run Tutorial. Run-Time Check Failure #0
Replies: 1
Views: 198

nevermind. more sneaky .dll files i didnt see.
by onEnterFrame
Mon Dec 06, 2010 5:17 am
Forum: Beginners Help
Topic: Can't run Tutorial. Run-Time Check Failure #0
Replies: 1
Views: 198

Can't run Tutorial. Run-Time Check Failure #0

ok some nice person helped with my last problem. this one is equally annoying - also taking me hours. running the first tutorial with Visual C++ 2010 Express. compile works but on running the program getting error: Run-Time Check Failure #0 - The value of ESP was not properly saved across a function...
by onEnterFrame
Sun Dec 05, 2010 1:27 pm
Forum: Beginners Help
Topic: Can't find Irrlicht.lib [Solved]
Replies: 4
Views: 2047

so you actually need to use the irrlicht.dll, independently of the irrlicht.lib?

whats the difference between the two?

im on a different computer atm but ill try that tomorrow. thanks.
by onEnterFrame
Sun Dec 05, 2010 8:56 am
Forum: Beginners Help
Topic: Can't find Irrlicht.lib [Solved]
Replies: 4
Views: 2047

with enough additions to the property sheet include paths i can get the thing to compile - only to complain about a missing Irrlicht.dll that i cant find anywhere...
by onEnterFrame
Sun Dec 05, 2010 8:39 am
Forum: Beginners Help
Topic: Can't find Irrlicht.lib [Solved]
Replies: 4
Views: 2047

Can't find Irrlicht.lib [Solved]

So I was following the Hello World tutorial given on the main site and entered everything exactly as it was listed. i continually get the following error: error LNK2019: unresolved external symbol __imp__createDevice referenced in function _main -- I am using Visual C++ 2010 express i have gone into...