A preview of a new QB64 option
#5
Curious. Let's say I have pete.exe, a perfectly great file on my PC.

Oops, I finds one lil' bug.

Okay, so I'z opens pete.bas, fixes that thar bug, and hits Run, only bys mistake, cuz I'm a dumb idgit!

So -samlang aside, did I just murder the existing Pete bas, or some intermediary temp.exe that just never gets renamed as pete.bas?

So either of these two models reflective of the compilation method?

START =
pete.bas > ~temp.exe > pete.exe

RUN =
pete.bas > ~temp.exe > remove ~temp.exe (the orig pete.exe is left intact.)

or

START =
pete.bas > pete.exe

RUN =
pete.bas > pete.exe > remove pete.exe (the original pete.exe is now gone.)

----------------------------------

I would think the first model to be preferable, and maybe QB64 is set up that way with START, already. If not, it's more of a can of worms, and perhaps just a notation in the wiki about the possible loss of the existing .exe should be explained.

Like my mama told me, It's always something! (Oops, changing charters in mid post, again!)

Pete

PS Love this idea, no mater how it works out. It will be a real clutter saver! Kudos to you for adding it, and kudos to @dcromley for asking if this could be added.
If eggs are brain food, Biden takes his scrambled.
Reply


Messages In This Thread
A preview of a new QB64 option - by SMcNeill - 04-29-2022, 08:04 AM
RE: A preview of a new QB64 option - by Coolman - 04-29-2022, 08:49 AM
RE: A preview of a new QB64 option - by Ikerkaz - 04-29-2022, 08:51 AM
RE: A preview of a new QB64 option - by RhoSigma - 04-29-2022, 09:10 AM
RE: A preview of a new QB64 option - by Pete - 04-29-2022, 09:16 AM
RE: A preview of a new QB64 option - by SMcNeill - 04-29-2022, 09:23 AM
RE: A preview of a new QB64 option - by bplus - 04-29-2022, 04:16 PM
RE: A preview of a new QB64 option - by dcromley - 04-29-2022, 05:39 PM
RE: A preview of a new QB64 option - by Dav - 04-29-2022, 05:57 PM
RE: A preview of a new QB64 option - by SMcNeill - 05-01-2022, 03:45 PM
RE: A preview of a new QB64 option - by crumpets - 05-02-2022, 10:17 AM
RE: A preview of a new QB64 option - by SMcNeill - 05-02-2022, 10:23 AM
RE: A preview of a new QB64 option - by crumpets - 05-04-2022, 11:39 AM



Users browsing this thread: 5 Guest(s)