Author Topic: Maxim / Irrlicht  (Read 3598 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Maxim / Irrlicht
« on: March 18, 2013, 07:31:23 PM »
Repost of Maxim's Irrlicht experiments (20 July 2011)



X

Maxim

  • Guest
Re: Maxim / Irrlicht
« Reply #1 on: March 19, 2013, 01:22:26 AM »
Thanks Charles

Emil_halim

  • Guest
Re: Maxim / Irrlicht
« Reply #2 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
 

Aurel

  • Guest
Re: Maxim / Irrlicht
« Reply #3 on: March 19, 2013, 07:15:09 AM »
This means that 'NULL' is a reserved word and can't be constant
like:
% NULL = 0

Emil_halim

  • Guest
Re: Maxim / Irrlicht
« Reply #4 on: March 19, 2013, 07:36:23 AM »
ok , i remove this Equate but got an other Error
Quote

unidentified operation (=) for this type ()

   

Aurel

  • Guest
Re: Maxim / Irrlicht
« Reply #5 on: March 19, 2013, 07:43:52 AM »
It is not easy to say without more code..
what kind of type()

Emil_halim

  • Guest
Re: Maxim / Irrlicht
« Reply #6 on: March 19, 2013, 07:50:19 AM »
i really don't know , this is what i got from Gxo2 compiler.

Aurel

  • Guest
Re: Maxim / Irrlicht
« Reply #7 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..

Maxim

  • Guest
Re: Maxim / Irrlicht
« Reply #8 on: March 20, 2013, 07:36:59 AM »
new version on GoogleCode
irrlicht_c.dll can be downloaded from this archive

OOP version yet not done
« Last Edit: April 10, 2013, 11:30:04 PM by Maxim »