01-09-2023, 12:33 AM
(01-09-2023, 12:23 AM)bplus Wrote:Quote:If you're clever enough, create a program which stores certain groups of "recent.bin" and "config.ini" which are recalled by a short word, copied to their expected places before "qb64pe" executable is fired. Something on the command line like:
How bout I just rename the thing before changing compiler? maybe I have to copy to another folder?
I was surprised to see it sitting there separate with a bunch of other stuff not wiped out in same folder.
Seems like this could be fixed very easy! maybe the easiest fix in history of QB64!
Afraid not. I hold the honor for that fix, when I had to go in and update the version number from "X.XX.0" to "X.XX.1", so multiple releases didn't show the same version when you clicked ABOUT in the help menu.
From:
Version$ = "X.XX.0"
To:
Version$ = "X.XX.1"
PHEW!! That was a hard push to sort out and deal with!!