View Single Post
  #1 (permalink)  
Old 05-02-2008, 08:31 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Lightbulb Basic4ppc V6.30 beta will be released next week

Basic4ppc version 6.30 beta will be released next week.
Users who like to help by testing the new version should send me a private message.
Users who tested the previous beta version, still have access to the beta forum and therefore don't need to send me a PM.

Major improvements in V6.30:
- Most libraries will be merged to the executable during compilation.
- All images that were added with the visual designer will be embedded in the executable.
- ImageList - Support for adding a list of images from the visual designer. These images will be embedded in the executable.
- New compilation target: Forced QVGA mode. Applications compiled in this mode will use the emulated QVGA mode on VGA devices, making it simple to target both VGA and QVGA devices.
- Line continuation character - Underscore (_) will allow breaking long lines to several shorter lines.
- New search and replace dialog (desktop IDE).
- Array methods - Including methods to easily fill 1d arrays and 2d arrays.
- Bug fixes and other minor improvements.

Note: Embedding images and libraries will only be available by compiling with the optimized compiler.
Reply With Quote