Oxygen Basic

Programming => Example Code => Graphics => Topic started by: Charles Pegge on March 18, 2013, 07:31:23 PM

Title: Maxim / Irrlicht
Post by: Charles Pegge on March 18, 2013, 07:31:23 PM
Repost of Maxim's Irrlicht experiments (20 July 2011)



X
Title: Re: Maxim / Irrlicht
Post by: Maxim on March 19, 2013, 01:22:26 AM
Thanks Charles
Title: Re: Maxim / Irrlicht
Post by: Emil_halim on March 19, 2013, 07:12:59 AM

Charles , thank you for repostint it.

Maxim , thanks for this Start , it will help me to make headers in Oxygen for my libs.

But when compiling got that error , any help?
Quote
ERROR:
'null' is a reserved word
WORD:    %
LINE:    5
FILE:    const.inc
 
Title: Re: Maxim / Irrlicht
Post by: Aurel on March 19, 2013, 07:15:09 AM
This means that 'NULL' is a reserved word and can't be constant
like:
% NULL = 0
Title: Re: Maxim / Irrlicht
Post by: Emil_halim on March 19, 2013, 07:36:23 AM
ok , i remove this Equate but got an other Error
Quote

unidentified operation (=) for this type ()

   
Title: Re: Maxim / Irrlicht
Post by: Aurel on March 19, 2013, 07:43:52 AM
It is not easy to say without more code..
what kind of type()
Title: Re: Maxim / Irrlicht
Post by: Emil_halim on March 19, 2013, 07:50:19 AM
i really don't know , this is what i got from Gxo2 compiler.
Title: Re: Maxim / Irrlicht
Post by: Aurel on March 19, 2013, 07:55:13 AM
As i say ,without code we only can guess what might be a problem.
Only Charles can tell you more or look into source code and try to find what this
error means..
Title: Re: Maxim / Irrlicht
Post by: Maxim on March 20, 2013, 07:36:59 AM
new version on GoogleCode (http://code.google.com/p/pyirrlicht/source/browse/#svn/trunk/irr_oxy)
irrlicht_c.dll can be downloaded from this archive (http://pyirrlicht.googlecode.com/files/irrlicht_event_tests_gentee.zip)

OOP version yet not done