Search found 29 matches

by darkraven
Sat Aug 13, 2005 6:04 pm
Forum: Beginners Help
Topic: I would like to compile Irrlicht into a DLL file
Replies: 11
Views: 477

Though I think he is trying to get it to work with "c++ Builder" which the only place I've seen any possible success at it was http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=2805 . But not sure if it still works. Don't have c++ Builder to mess with it. And again I could be wrong ab...
by darkraven
Fri Jul 15, 2005 11:11 pm
Forum: Off-topic
Topic: THE GRAND Y/Z DEBATE 2005!!
Replies: 16
Views: 1609

That's some funky schooling. Any application I've learned on whether its 2d or 3d has had the x co-ordinate going right and left and the y co-coordinate going up and down and the z was added to make an object 3d.
by darkraven
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: 13059

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...
by darkraven
Wed May 25, 2005 12:43 am
Forum: Beginners Help
Topic: Question about engine lib and dll
Replies: 10
Views: 599

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...
by darkraven
Sat May 21, 2005 7:32 pm
Forum: Off-topic
Topic: Flaming on Cipher Forum
Replies: 22
Views: 3169

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...
by darkraven
Fri May 20, 2005 12:52 am
Forum: Beginners Help
Topic: Help! Hello World crashes
Replies: 9
Views: 474

did you try this with EDT_SOFTWARE driver set and if so did it give you the same error. If I can remember a while back I got the error when I had used any of the directx9 or 8 settings but worked when I used the software and opengl device type. But this may not be the problem you are having.
by darkraven
Tue May 17, 2005 6:53 am
Forum: Beginners Help
Topic: Bullet Help
Replies: 2
Views: 346

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...
by darkraven
Tue May 17, 2005 1:35 am
Forum: Beginners Help
Topic: Windows application
Replies: 3
Views: 314

I don't think so as I believe the .NET version is a wrapper of the C++ version so it still uses the C++ version for the actual code and in that code it create its own window. So without editing irrlicht's source I don't think its possible. Then again I could not know what I'm talking about.
by darkraven
Tue May 17, 2005 1:31 am
Forum: Beginners Help
Topic: font size
Replies: 3
Views: 298

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...
by darkraven
Sun May 15, 2005 5:18 pm
Forum: Beginners Help
Topic: hello world help
Replies: 12
Views: 488

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...
by darkraven
Sat May 14, 2005 6:30 pm
Forum: Beginners Help
Topic: hello world help
Replies: 12
Views: 488

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 ...
by darkraven
Sun May 08, 2005 7:32 pm
Forum: Beginners Help
Topic: dev-c++ new biggenner
Replies: 3
Views: 272

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...
by darkraven
Sat Apr 30, 2005 4:06 pm
Forum: Beginners Help
Topic: advanced ai made easy and new flight sim with ai
Replies: 6
Views: 466

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
by darkraven
Fri Apr 22, 2005 7:21 pm
Forum: Advanced Help
Topic: animat 2D sprites with Irrlicht
Replies: 22
Views: 9780

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/...