Author Topic: Dr Mario WIP and problem with stray comma...  (Read 3374 times)

0 Members and 3 Guests are viewing this topic.

Brian Alvarez

  • Guest
Re: Dr Mario WIP and problem with stray comma...
« Reply #15 on: August 01, 2019, 10:50:39 AM »
Is it really necessary to have custom AND,OR NOT ?

 Current AND and NOT operators work finw with 32bit or smaller variabless, but
Try them with QUADS and see what happens.
« Last Edit: August 01, 2019, 11:31:08 AM by Brian Alvarez »

Brian Alvarez

  • Guest
Re: Dr Mario WIP and problem with stray comma...
« Reply #16 on: August 01, 2019, 11:30:34 AM »
I've updated oxygen.dll to trap those expression nesting errors on the line. (OxygenProgress.zip). I think there were about 7 in all.

Thanks Charles, oxygen now is reporting some errors i made in my code, i will fix them to see if
that allows me to compile the game. :)

Brian Alvarez

  • Guest
Re: Dr Mario WIP and problem with stray comma...
« Reply #17 on: August 01, 2019, 12:11:16 PM »
 Success!! With this update it is now compiling perfectly good. :)

 Thanks Charles!