Page 1 of 1

Entry Point Not Found

Posted: Sat May 08, 2004 8:28 pm
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 ...

Posted: Sat May 08, 2004 10:08 pm
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.