I downloaded...
-
Magnus
I downloaded...
I downloaded irrlicht and unzipped.. is it only for linux? if so thats a big problem for me because this is the best engine i've found so far :'( and the demos u have are for windows.. so I dont understand how to install the program for windows? the readme file only has some giberish about linux

did you check the FAQ's?
if not, please do so. most of your doubts will be clarified here:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4548
Irrlicht is a Windows-Linux graphic engine. It's not an app itself, it's not a bin file. You got to compile it yourself and compile each of the examples in order to get the executables created. You require a C++ compilant compiler.
read the FAQ
if not, please do so. most of your doubts will be clarified here:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=4548
Irrlicht is a Windows-Linux graphic engine. It's not an app itself, it's not a bin file. You got to compile it yourself and compile each of the examples in order to get the executables created. You require a C++ compilant compiler.
read the FAQ
-
Magnus
you'd require a python wrapper for C++ to interact with your python scripts.
There are several wrappers for xml, python and even java around the forums. use the "search" function and you'll be surprised by the results.
search here:
http://irrlicht.sourceforge.net/phpBB2/search.php
have fun!
There are several wrappers for xml, python and even java around the forums. use the "search" function and you'll be surprised by the results.
search here:
http://irrlicht.sourceforge.net/phpBB2/search.php
have fun!
-
Magnus
ahh ur the greatest thanks I'll do some reading up 
now for my final question *hopefully* its more of a error... I followed the dev c++ irrlicht tutorials i made a new project and put everything where he said too and logged onto a admin account and put the irrlicht.dll into windows system 32
it said,l when i tried to compile the simple hello world program, that there was no such file or directory called irrlicht.h
then gave me a bunch of undefined errors with those namespaces I tried to use
I dont know whats wrong 
now for my final question *hopefully* its more of a error... I followed the dev c++ irrlicht tutorials i made a new project and put everything where he said too and logged onto a admin account and put the irrlicht.dll into windows system 32
it said,l when i tried to compile the simple hello world program, that there was no such file or directory called irrlicht.h
very strange magnus... something like "impossible!!"
right decompression of the irrlicht zip package?
right pointing path to irrlicht include directory?
i use devc++ too and i have no problem with that... have had only well kwon classic problem with dx8-9 and a little one with libmini.
edit: read now! not in the library directories, in the include directory.
my devc++ config:
project proprerties -> files/directories
lib dir: D:\irrlicht\lib\DevCpp
include dir: D:\irrlicht\include
parameters-linker:
../../irrlicht/lib/DevCpp/libIrrlicht.a
../../irrlicht/lib/DevCpp/libjpeg.a
../../irrlicht/lib/DevCpp/libz.a
right decompression of the irrlicht zip package?
right pointing path to irrlicht include directory?
i use devc++ too and i have no problem with that... have had only well kwon classic problem with dx8-9 and a little one with libmini.
edit: read now! not in the library directories, in the include directory.
my devc++ config:
project proprerties -> files/directories
lib dir: D:\irrlicht\lib\DevCpp
include dir: D:\irrlicht\include
parameters-linker:
../../irrlicht/lib/DevCpp/libIrrlicht.a
../../irrlicht/lib/DevCpp/libjpeg.a
../../irrlicht/lib/DevCpp/libz.a
Last edited by maxbra on Sun Jan 16, 2005 5:56 pm, edited 1 time in total.
Yes I decompressed the thing correctly I did everything right I can make screenshots for proof!
LOL DANGIT ya.. about directx... that some how helps make video games for the windows pc?? Ive tried downloading directx9.0 2 times
and each time it only gets me a installer and theres nothig else
wheres the direct download to it?


well... (very long argument)
directx is a runtime library needed by the games (and other software) to run on windows machines. there is also directx SDK that's the whole library for developers. with irrlicht you don't need dx SDK unless you make direct call in your c++ over microsoft library. dx runtime, instead, is already in your machine if you have a recent windows (open a command pront, type "dxdiag" and see).
if you need to update your dx9 runtime this is the link for the "offline" installation package: http://www.microsoft.com/downloads/deta ... laylang=en
directx is a runtime library needed by the games (and other software) to run on windows machines. there is also directx SDK that's the whole library for developers. with irrlicht you don't need dx SDK unless you make direct call in your c++ over microsoft library. dx runtime, instead, is already in your machine if you have a recent windows (open a command pront, type "dxdiag" and see).
if you need to update your dx9 runtime this is the link for the "offline" installation package: http://www.microsoft.com/downloads/deta ... laylang=en
I thought it was like an accelerator..? Im totally confused
thanks though I ran that program. its a diagnostic tool Im running on msxp so I should have dx9.0 already installed?? is it like a program or is it like irrlicht where its just there?
I got anim8tor! hopefully Ill get to make a demo of a room or something today this is so cool!


-
Robomaniac
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact: