Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run code without compiler
#8
(12-03-2024, 10:43 PM)PhilOfPerth Wrote: Welcome. @ phil9.0
I'm version 1.1 of the Phil species (dinosaur age)!
Yes, that menu option is confusing; I fiddled with it for a while then shelved it, and never felt the need to get it sorted. Other options cover everything I need to produce meaningful (to me, anyway) progs easily and quickly.
Incidentally, I wonder should we call version 3.14.1 the Pi version ?  Big Grin
Have fun with it!
Had a little chuckle myself when I noticed the version Nr, Thanks  Smile

(12-03-2024, 07:00 PM)SMcNeill Wrote: run only (No exe) should create a temporary EXE to run and then delete it when it's finished.  Its purpose is to just help keep your file folders clean, without clogging them up with EXE files that you don't really care about keeping around (like code snippets for testing from the forums and such).  

I suppose there's always the chance that your system has a weird set of permissions assigned to it where you can write files (and create new ones), but not delete them, and that would defeat the "Run only (No Exe)" purpose.   

But QB64 and QB64PE are both nothing more than translators that translate your BAS code into C code, and then we use the gcc compilers to make that an executable which is then ran.   "Run only" just cleans up and doesn't leave that exe behind (No exe), once it's finished doing whatever it does for you.
Thanks  Smile
Reply


Messages In This Thread
Run code without compiler - by phil 9.0 - 12-03-2024, 05:41 PM
RE: Run code without compiler - by bplus - 12-03-2024, 06:02 PM
RE: Run code without compiler - by phil 9.0 - 12-05-2024, 08:43 AM
RE: Run code without compiler - by bplus - 12-03-2024, 06:29 PM
RE: Run code without compiler - by SMcNeill - 12-03-2024, 07:00 PM
RE: Run code without compiler - by Pete - 12-03-2024, 07:48 PM
RE: Run code without compiler - by PhilOfPerth - 12-03-2024, 10:43 PM
RE: Run code without compiler - by phil 9.0 - 12-05-2024, 08:52 AM



Users browsing this thread: 7 Guest(s)