Oxygen Basic
Programming => Example Code => Graphics => Topic started by: Charles Pegge on March 18, 2013, 07:31:23 PM
-
Repost of Maxim's Irrlicht experiments (20 July 2011)
X
-
Thanks Charles
-
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?
ERROR:
'null' is a reserved word
WORD: %
LINE: 5
FILE: const.inc
-
This means that 'NULL' is a reserved word and can't be constant
like:
% NULL = 0
-
ok , i remove this Equate but got an other Error
unidentified operation (=) for this type ()
-
It is not easy to say without more code..
what kind of type()
-
i really don't know , this is what i got from Gxo2 compiler.
-
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..
-
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