06-16-2023, 01:43 AM
(This post was last modified: 06-16-2023, 01:45 AM by TerryRitchie.)
(06-15-2023, 11:20 PM)GareBear Wrote: RhoSigma, I made the Summer folder and all the files inside of the folder full access - read/write. I moved the Summer folder from the Save_Folder to the QB64pe folder. All this made no difference after pressing F5. Where the bullet is on the 'Output EXE to source Folder'. Did I missed anything? I have no idea how to get the IDE to find paths to programs it need. Qbasic I could get paths to programs. But, that is neither here or now. Just letting you know some of what I used to do.As a test try this:
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.