06-17-2023, 02:37 PM
(06-16-2023, 01:43 AM)TerryRitchie Wrote: As a test try this:I had issues with this. It turns out you can't just unzip over top an existing QB64pe, you need to clobber the whole thing.
Download the latest version of QB64 as a zip file and extract the folder to your desktop.
Unzip all the files in summer.zip into the folder on your desktop. Go into the folder, start QB64PE, and then load summer.bas. Press F5 to run the code.
If the programs now runs one of three things may be happening:
- Your installation of QB64PE is corrupt.
- You may be attempting to run the code from within the zip file instead of extracting the files to the folder.
- You are attempting run the program from a folder within your QB64PE folder. All files in summer.zip must be in the root QB64PE folder.