LOL solved, the problem was that I copied the VS dll instead of GCC dll
thanks anyway
Search found 12 matches
- Sun Jul 27, 2008 7:30 am
- Forum: Beginners Help
- Topic: Strange Runtime Error in Dev-C++ - Entry Point not Found
- Replies: 1
- Views: 277
- Sun Jul 27, 2008 7:28 am
- Forum: Beginners Help
- Topic: GUI: Use existing, or write an own?
- Replies: 3
- Views: 409
- Sun Jul 27, 2008 7:19 am
- Forum: Beginners Help
- Topic: Strange Runtime Error in Dev-C++ - Entry Point not Found
- Replies: 1
- Views: 277
Strange Runtime Error in Dev-C++ - Entry Point not Found
I compiled a simple Irrlicht application on Dev-C++ and when I try to play the game I get that error:
Entry point not found
_ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc could not be located in the dynamic link library Irrlicht.dll
Any ideas ...
Entry point not found
_ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc could not be located in the dynamic link library Irrlicht.dll
Any ideas ...
- Mon Jul 21, 2008 10:57 pm
- Forum: Beginners Help
- Topic: Hiding cursor when left mosue button clicked
- Replies: 14
- Views: 1168
- Sun Jul 20, 2008 11:43 am
- Forum: Beginners Help
- Topic: Hiding cursor when left mosue button clicked
- Replies: 14
- Views: 1168
Hiding cursor when left mosue button clicked
Hi, in my OnEvent I writed:
if(event.MouseInput.Event == EMIE_LMOUSE_PRESSED_DOWN)
mouseDownL = true;
if (event.MouseInput.Event == EMIE_LMOUSE_LEFT_UP)
mouseDownL = false;
and in my loop I writted:
device->getCursorControl()->setVisible(!mouseDownL);
Now, if I just click on the left ...
if(event.MouseInput.Event == EMIE_LMOUSE_PRESSED_DOWN)
mouseDownL = true;
if (event.MouseInput.Event == EMIE_LMOUSE_LEFT_UP)
mouseDownL = false;
and in my loop I writted:
device->getCursorControl()->setVisible(!mouseDownL);
Now, if I just click on the left ...
- Sat Jul 12, 2008 4:43 am
- Forum: Beginners Help
- Topic: Problem with RTS Camera
- Replies: 9
- Views: 3402
- Fri Jul 11, 2008 11:04 pm
- Forum: Open Discussion and Dev Announcements
- Topic: merge DLL in EXE
- Replies: 16
- Views: 6559
- Fri Jul 11, 2008 11:01 pm
- Forum: Open Discussion and Dev Announcements
- Topic: merge DLL in EXE
- Replies: 16
- Views: 6559
- Fri Jul 11, 2008 10:54 pm
- Forum: Beginners Help
- Topic: WINXP SP3 with irrlicht
- Replies: 5
- Views: 648
- Fri Jul 11, 2008 10:48 pm
- Forum: Beginners Help
- Topic: Problem with RTS Camera
- Replies: 9
- Views: 3402
- Fri Jul 11, 2008 8:57 pm
- Forum: Beginners Help
- Topic: Problem with RTS Camera
- Replies: 9
- Views: 3402
Problem with RTS Camera
Hi, I'm new here..
I'm using Irrlicht 1.4.1 with Visual C++ 2008 Compiler, and I want to add RTS Camera to my game. I searched in the forums and found that class:
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=17066#117579
and I cant get it working. the error is something about cannot ...
I'm using Irrlicht 1.4.1 with Visual C++ 2008 Compiler, and I want to add RTS Camera to my game. I searched in the forums and found that class:
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=17066#117579
and I cant get it working. the error is something about cannot ...
- Fri Jul 11, 2008 8:17 pm
- Forum: Code Snippets
- Topic: (C++) RTSCamera
- Replies: 39
- Views: 34902
Im using Irrlicht 1.4.1 and I checking the last code, I added consts where it need and I have problem with it... it's not working.
http://irrlicht.sourceforge.net/phpBB2/ ... 931#163931
Thanks!
http://irrlicht.sourceforge.net/phpBB2/ ... 931#163931
Thanks!