10-18-2025, 12:58 AM
(This post was last modified: 10-18-2025, 12:30 PM by doppler.
Edit Reason: for people who couldn't figure it out why
)
And I will not renew at sub-end.
I write little scripts to run at the command line because the programs are cmd line programs. I added a simple Print #1,"timeout /t 1". And all hell broke out not at compile or save exe, but at execution of the exe. I thought I was dreaming. I commented out the line and it ran clean.
I hate McAfee. Except for a nice VPN bundled product, I can not recommend McAfee.
Be wary, be warned. reason runtime virus detect
----- more complex -----
I tried to simplify the error. A simple program just writing out my error line "timeout" does not fail. The total program as a whole must have some timing issues which trick McAfee into flagging it. I still hate McAfee
OK, I cheated I fix my problem, but the basic (not qb64pe) still exists. My fix I broke up the problem into two lines not one:
Print #1, "timeout";
Print #1, " /t2"
I hate doing it that way. But any kludge that works is 100% good programing.
I write little scripts to run at the command line because the programs are cmd line programs. I added a simple Print #1,"timeout /t 1". And all hell broke out not at compile or save exe, but at execution of the exe. I thought I was dreaming. I commented out the line and it ran clean.
I hate McAfee. Except for a nice VPN bundled product, I can not recommend McAfee.
Be wary, be warned. reason runtime virus detect
----- more complex -----
I tried to simplify the error. A simple program just writing out my error line "timeout" does not fail. The total program as a whole must have some timing issues which trick McAfee into flagging it. I still hate McAfee
OK, I cheated I fix my problem, but the basic (not qb64pe) still exists. My fix I broke up the problem into two lines not one:
Print #1, "timeout";
Print #1, " /t2"
I hate doing it that way. But any kludge that works is 100% good programing.


![[Image: timeout-2025-10-18.png]](https://i.ibb.co/5WJM0s03/timeout-2025-10-18.png)