Need a little help

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
KrisVA
Posts: 4
Joined: Sun Jun 11, 2006 4:28 pm
Location: Fredericksburg, VA

Need a little help

Post by KrisVA »

ok I'm having trouble getting even the hello word example to start.

I'm using Microsoft Visual C++ 2005 Studio Express.

I have the both the Library and the include folders linked the way the tutorial says.

I build the Solution. It compiles Fine no errors.

When I attempt to "Start without debugging" I get this pop-up window:

"The procedure entry point

createDevice@irr@@YAPAIrrlichtDevice@1@W4E_DRIVER_TYPE@video@1@ABV?$dimension2d@H@core@!@I_
N22PAVIEventReceiver@1@PBD@Z could not be located in the dynamic link library Irrlicht.dll."

Any Ideas?
cadue
Posts: 72
Joined: Mon Mar 13, 2006 8:33 pm
Location: Italy - Friuli - Monfalcone - Staranzano

Post by cadue »

have you linked the correct .a and .dll? the library specially for VisualStudio?
if not you can compile your own .dll and .a libraries! extract source.zip in "irrlciht-1.0/source" and compile...good luck!
excuse me for my bad english and for my ignorance...but I'm 14 and i come from Italy, where the study of english is a optional (-:
Post Reply