Search found 7 matches

by Siolis
Thu Apr 21, 2005 12:06 am
Forum: Bug reports
Topic: err anyone reconize this: invalid convershion in CDemo.cpp
Replies: 8
Views: 1009

[Linker error] undefined reference to `_imp__AdrOpenSound@12' [Linker error] undefined reference to `_imp__AdrOpenSampleSource@8' [Linker error] undefined reference to `_imp__AdrOpenSampleSource@8' ld returned 1 exit status C:\Documents and Settings\Oliver\Desktop\C++ Work\Irrlicht Game Engine\irrli...
by Siolis
Wed Apr 20, 2005 11:41 pm
Forum: Advanced Help
Topic: Im wondering if IRRLICHT is right for me?
Replies: 5
Views: 622

Your design is completely possible. Isometric doesn't just mean that you are faking 3d in a 2d environment. It just means you are using a tile based scheme for your world. Orthogonal just means that you don't have perspective, so everything stays in nice squares. I made a simple game similar to Fin...
by Siolis
Tue Apr 19, 2005 5:38 pm
Forum: Advanced Help
Topic: Im wondering if IRRLICHT is right for me?
Replies: 5
Views: 622

No I’m not, didn’t know what that meant but looked up the definition, I’m talking 3d but with a grid system which you can use to place objects down in layers and cast spells onto but during play it acts just like a 3d game engine. It’s hard to explain but it’s a hybrid of both isometric and 3d. In f...
by Siolis
Mon Apr 18, 2005 10:36 pm
Forum: Advanced Help
Topic: Dose anyone know how to set Dev-C++ to use DirectX
Replies: 4
Views: 592

Dose anyone know how to set Dev-C++ to use DirectX

I bought this book called "Programming role playing games useing DirectX" for 40 odd pound and then relized that the love machine who wrote it only included IDE set up instructions for MS Visual Studio which costs me 45 to 85 odd pound if i can prove im a student in most cases. Anyway, im ...
by Siolis
Mon Apr 18, 2005 10:29 pm
Forum: Advanced Help
Topic: Im wondering if IRRLICHT is right for me?
Replies: 5
Views: 622

Im wondering if IRRLICHT is right for me?

Im trying to build a game which uses 3d cubes with a 3d graphical taging system to display its graphics. What this means is that my game will look isometic tiled but the camera can scroll 360 degrees, move up and down and the 3d objects such as players have differing effects on each other like 3d ob...
by Siolis
Mon Apr 18, 2005 10:22 pm
Forum: Bug reports
Topic: err anyone reconize this: invalid convershion in CDemo.cpp
Replies: 8
Views: 1009

K ive got two comments to make: Firstly ive found the function inside of IVideoDriver.h and: virtual const wchar_t* getName() = 0; to boot, i dont see how: swprintf(tmp, 255, L"%s fps:%d", driver->getName(), driver->getFPS()); tries to send it an int, plus the help file says this function ...
by Siolis
Mon Apr 18, 2005 6:04 pm
Forum: Bug reports
Topic: err anyone reconize this: invalid convershion in CDemo.cpp
Replies: 8
Views: 1009

err anyone reconize this: invalid convershion in CDemo.cpp

67 C:\Documents and Settings\Oliver\Desktop\C++ Work\Irrlicht Game Engine\irrlicht-0.9\examples\Demo\CDemo.cpp invalid conversion from `int' to `const wchar_t*' Just trying to compile the demo in the tutorials so i can try and edit it however it wont compile due to the above error and i cant find an...