Page 1 of 1

02-25-2005, new version out!

PostPosted: Feb 25, 2005 @ 7:47pm
by kornalius
A new version of PPL is now available to download from http://ppl.arwen.com

- "Cancel" button when a runtime error occurs that allow you to terminate the process. You won't get stock in a infinate loop of runtime error messages anymore!

- Free() function can now free objects also just like FreeObject().

- Fixed return() operator (again!) to copy data instead of just assigning pointers.

- Fixed unlimited parameter passing process when objects were passed.

- Optimized unlimited parameter passing process.

- Fixed a few bugs that were introduced with the last version.

- Create and Destroy procedures in class definition must be private now.

- Fixed leak with matrix when used with strings.

- Removed ability to call private procedures or functions outside of a class definition.

- Fixed MatrixToString(), StringToMatrix() functions to use matrices pointers instead of variables only.

- Fixed little object memory leak.

- Fixed Atan2() function parameters.