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
QB64 Demo #6 can be downloaded from two different locations. Both
locations contain the same file, demo6.zip.
http://www.mediafire.com/?dziblaf52tj
Tip: Wait for the moving blue bar on the middle-left of the web-page
to turn into the download button.
http://www.geocities.com/dqbsvga/demo6.zip
Tip: Limited bandwidth, so if unavailable try first link or try again
later.
Simply extract demo6.zip and run compile.bat, no "installation" as
such is required.
Read readme.txt, samples.txt to get started. Read audio.txt to find
out about new sound support for .mp3, .wav, .mid and other formats.
QB64 now supports SUBs and FUNCTIONs!