Download Link (5MB):
http://www.mediafire.com/?bzy2ttwnyi7
(Click on the green button on the LEFT side of the above site to download)
Important changes since V0.6
----------------------------
The QB64 compiler is now a self-compiled Windows program. Due to QB64 not having a pure console mode yet, SCREEN 0 windows "pop-up" as each QB64 executable begins.
It corrects the following problems:
-EXIT SUB/EXIT FUNCTION weren't supported
-There were significant limitations on the maximum number of variables
-When the value of an equation is passed to a sub/func wasn't always passed with the correct type
-Some local sub/func variables were being assigned global names when created
-END didn't work inside a sub/func
-Programs couldn't exit (via CTRL-break or X button) inside a sub/func
-WHILE/DO WHILE/LOOP WHILE couldn't be passed a variable, it had to be an equation
-The OPEN (file) statement didn't work because of a problem introduced in demo 6
-FOR/NEXT counter variables being set inside the loop weren't handled properly
-FOR/NEXT statements didn't work correctly when used in indwelling subs/functions
-Passing an array's element of the same type as a sub/functions parameter didn't pass the element's offset
-The DOS version of compile.exe was unstable and frequently ran out of memory/stack space/etc.
-DEFINT/etc. calls were ignored by sub/function initialization
-DOSBOX was required under some Windows configurations to run the compiler
The COMMAND$ function has also been implemented
Enjoy,
Galleon
Posted on Mar 11, 2008, 4:42 AM from IP address 58.110.128.68