Steps I took:
1. Navigate to the QB64 directory via command line (or via the file manager and then type %comspec% in the address bar)
2. Type the following and go through all of the screens (two per file) -
for %i in (samples\*.exe) do compile %i
3. Type the following and make sure everything works -
for %i in (*.exe) do %i && pause
The only problem I had was with VORTEX.BAS. It said:
/------------------\
|Unhandled Error #5|
\------------------/
Illegal function call
Continue?
Allow | Cancel (just kidding; it had Yes/No buttons)
I pressed "Yes", and it still worked. No crash or anything. I didn't let it run to see if it ran out of memory (memory leak) or anything though.
------------------
Waiting patiently for Windows 7, XHTML 2.0, CSS 3.0, PHP 6.0, the ratification of C++0x, and the day that I can code without logic troubles.
Posted on Mar 11, 2008, 12:08 PM from IP address 12.208.126.190