IonicWind Software

Aurora Compiler => Update Announcements => Topic started by: Ionic Wind Support Team on January 25, 2006, 12:16:37 AM

Title: Alpha2 update 1/25/2006
Post by: Ionic Wind Support Team on January 25, 2006, 12:16:37 AM
The Aurora Alpha2 version has been updated.  Download from the link provided when purchasing.

Changes:
-------------
- The bug that Mike Stefanik found was fixed
- CRichEdit control class added.  See 'richedit.src' in the examples folder
- The bug in select(switch) when used with class members was fixed
- 'this' pointer is now properly typed.  i.e. this->member();  instead of *(someclass)this.member();
- A few OOP related bugs were fixed
- member classes are now supported and will be constructed/destructed.  Works with NEW as well.

example:

class class1
{
class1();
}

class class2
{
class1 m_c1; //now works.
}

Global classes, those defined outside of a subroutine, are still not finished.  Should be ready for the next update.  Also the ODBC library is nearing completion.  Will need a few testers soon.

Have fun!
Title: Re: Alpha2 update 1/25/2006
Post by: Zen on January 25, 2006, 06:07:15 AM
I dont mind testing the ODBC Paul. Also looking forward to global classes.

Lewis
Title: Re: Alpha2 update 1/25/2006
Post by: Steven Picard on January 25, 2006, 07:53:14 AM
Paul, I work with databases all day so I'll definately do testing with the ODBC.

BTW, by the end of this week I'll finally be done with my huge project at work (been taking up all my free time.)  I rarely have to work overtime but I have been lately quite a bit.  Once I'm done with my current project that should free up time to play with Aurora more and be a little more active on the community.

But for now, back to work for me.  ;D
Title: Re: Alpha2 update 1/25/2006
Post by: Ionic Wind Support Team on January 25, 2006, 09:24:34 PM
The source archive and demo version will be updated on Friday...once my broadband is back in service. 
Title: Re: Alpha2 update 1/25/2006
Post by: Ionic Wind Support Team on January 29, 2006, 11:17:46 PM
The source archive has been updated for this release.  Just redownload from the link provided wehn purchasing.
Title: Re: Alpha2 update 1/25/2006
Post by: Ionic Wind Support Team on January 29, 2006, 11:46:09 PM
The demo version has been updated.