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

Possibly Related Threads…
Thread Author Replies Views Last Post
  code locks up when SHELL paulel 4 289 02-15-2026, 08:04 PM
Last Post: madscijr
  Run a YouTube Video From a QB64 Program? Magdha 4 361 12-13-2025, 02:57 PM
Last Post: Magdha
Smile Problem replacing legacy code with modern QB64 code HuggbardCeline 10 1,896 01-28-2025, 08:32 AM
Last Post: HuggbardCeline
  GNU C++ Compiler error eoredson 55 8,158 12-26-2024, 05:27 AM
Last Post: eoredson
  Compiler and Running Disagree Vespin 4 884 10-15-2024, 06:45 PM
Last Post: Kernelpanic

Forum Jump:


Users browsing this thread: 1 Guest(s)