09-26-2022, 07:25 PM
I have found a bug in this IDE, @Dav
When you first run to compile a BAS file, it says you must first select the QB64 exe to compile with. Well, your open file dialog's filter is set to only "QB64.exe", meaning it will only show executables with that name. Since QB64pe is called qb64pe.exe, the executable won't appear in the file dialog. However, you can override this by typing the executable name into the bottom text box of the dialog. Just thought you should know. I'd change your filter to either "*.EXE" or "QB64*.exe"
When you first run to compile a BAS file, it says you must first select the QB64 exe to compile with. Well, your open file dialog's filter is set to only "QB64.exe", meaning it will only show executables with that name. Since QB64pe is called qb64pe.exe, the executable won't appear in the file dialog. However, you can override this by typing the executable name into the bottom text box of the dialog. Just thought you should know. I'd change your filter to either "*.EXE" or "QB64*.exe"
Ask me about Windows API and maybe some Linux stuff