Search found 29 matches
- Sat Aug 13, 2005 6:04 pm
- Forum: Beginners Help
- Topic: I would like to compile Irrlicht into a DLL file
- Replies: 11
- Views: 657
- Fri Jul 15, 2005 11:11 pm
- Forum: Off-topic
- Topic: THE GRAND Y/Z DEBATE 2005!!
- Replies: 16
- Views: 2037
- Sun Jul 10, 2005 11:45 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: compiling dll with codeblocks+MSVCtoolkit in 10 screenshots!
- Replies: 35
- Views: 13495
Hi there, I'm trying to compile irrlicht using your instructions through code::blocks and I'm using MSVC toolkit as the compiler and the newest dxsdk and I get a compile error fatal error C1083: Cannot open include file: 'D3dx8core.h': No such file or directory I did a search and there is no D3dx8co...
- Sat May 28, 2005 11:11 pm
- Forum: Project Announcements
- Topic: Relo video tuts for Irrlicht!!!
- Replies: 29
- Views: 28652
- Wed May 25, 2005 12:43 am
- Forum: Beginners Help
- Topic: Question about engine lib and dll
- Replies: 10
- Views: 692
This may work in not compiling directx in but I'm not totally sure. In the sources to irrlicht there is a header file called IrrCompileConfig.h In that file Just comment out the following. And in theory it should not compile directx stuff. But again I've never delt with vs as I use devcpp but I'm gu...
- Sat May 21, 2005 7:32 pm
- Forum: Off-topic
- Topic: Flaming on Cipher Forum
- Replies: 22
- Views: 3511
Hi there, I was just wondering a couple of things. Why do people always compare software that is comercial where you have to buy it with free opensource software. People complain that irrlicht isn't as good as Cipher engine or other engines that you have to pay for? I'm not going to say which is whi...
- Fri May 20, 2005 12:52 am
- Forum: Beginners Help
- Topic: Help! Hello World crashes
- Replies: 9
- Views: 554
- Tue May 17, 2005 6:53 am
- Forum: Beginners Help
- Topic: Bullet Help
- Replies: 2
- Views: 384
From what I could tell though I'm still in learning stages is that the shoot() functions is part of the CDemo class and is never called. void shoot(); is defining a void function called shoot() which is different from CDemo::shoot(). Since there is no shoot() function the linker doesn't know where t...
- Tue May 17, 2005 1:35 am
- Forum: Beginners Help
- Topic: Windows application
- Replies: 3
- Views: 417
- Tue May 17, 2005 1:31 am
- Forum: Beginners Help
- Topic: font size
- Replies: 3
- Views: 346
This may be something you would like to look into though not sure if it still works in the current irrlicht version as the posting is last year but any ways you may be able to use it. It allows you to use true type fonts and it looks like you can specify font size. http://irrlicht.sourceforge.net/ph...
- Sun May 15, 2005 5:18 pm
- Forum: Beginners Help
- Topic: hello world help
- Replies: 12
- Views: 615
Are you using the original compiled dll and .a files that comes with the download of irrlicht? If so the engine needs to be recompiled with directx enabled. You can follow these instruction though if you don't have the directx9 devpak not sure where you can get it any more. http://irrlicht.sourcefor...
- Sat May 14, 2005 6:30 pm
- Forum: Beginners Help
- Topic: hello world help
- Replies: 12
- Views: 615
setting the path to /bin won't do it cause there are multiple directories inside the bin folder which is where the dll is housed and I may be incorrect on this but when setting /bin in the path the include folder are not included in the path so if you compiled with msvc and you want to set the path ...
- Sun May 08, 2005 7:32 pm
- Forum: Beginners Help
- Topic: dev-c++ new biggenner
- Replies: 3
- Views: 299
Are you trying to compile the hello world code from the tutorial or are you using select code from it in your code. If its the latter could you post the source so we can see more into it. Its looks like both smgr and driver are being used without declaring it like this. IVideoDriver* driver = device...
- Sat Apr 30, 2005 4:06 pm
- Forum: Beginners Help
- Topic: advanced ai made easy and new flight sim with ai
- Replies: 6
- Views: 560
go here http://uk.share.geocities.com/omar.emad@btinternet.com/
then add omarsgame.zip to the end.
http://uk.share.geocities.com/ has offsite direct file dowloading blocked
then add omarsgame.zip to the end.
http://uk.share.geocities.com/ has offsite direct file dowloading blocked
- Fri Apr 22, 2005 7:21 pm
- Forum: Advanced Help
- Topic: animat 2D sprites with Irrlicht
- Replies: 22
- Views: 10030
When I compiled this I got a few errors and I can't make it work. I managed to get the error down to 2, but I can't get any further. --------------------Configuration: anim2d - Win32 Debug-------------------- Linking... main.obj : error LNK2001: unresolved external symbol __imp__createDevice Debug/...