Entry Point Not Found

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
Hjortur239
Posts: 5
Joined: Sat Apr 24, 2004 3:23 pm
Location: Texas

Entry Point Not Found

Post by Hjortur239 »

i get this after its compiled and i try to run it:

procedure entry point
?createDevice@irr... could not be located in the dynamic link libary irrlicht.dll

Im using Visual C++ 6.0, and i know i added all the libary and include directories but it wont work ...
darkraven
Posts: 29
Joined: Sat Mar 06, 2004 5:54 am
Location: Florida
Contact:

Post by darkraven »

Not sure if this is the problem or not but I know it does the same thing when I did before. Irrlicht has two dll compiled. One for vc and one devcpp. You may be using the wrong dll.

Or is the dll in the same folder as your project or in the system folder. It needs to be in the path to access it.

Again not sure if this is the problem your talking about but I do know that it did the same thing for me when I started using irrlicht and made the mistake with the dll's.
Post Reply