Search found 7 matches
- 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...
- 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...
- 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...
- 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 ...
- 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...
- Mon Apr 18, 2005 10:22 pm
- Forum: Bug reports
- Topic: err anyone reconize this: invalid convershion in CDemo.cpp
- Replies: 8
- Views: 1009
- 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...