Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - micronoise

Pages: [1]
1
QB64 Discussion / Re: TIMER vs SLEEP
« on: March 31, 2022, 10:15:46 am »
Maybe a matter of habit ;-) Bear with me, I still consider my self as a newbie. a$=input$(1) is probably better.

2
QB64 Discussion / Re: TIMER vs SLEEP
« on: March 31, 2022, 06:29:44 am »
Why the need for SLEEP in there?

Reduce CPU usage.

3
QB64 Discussion / Re: Virus detected when I delete .exe files
« on: March 30, 2022, 09:57:03 pm »
1.) You excluded your QB64 folder from virus scanning
2.) Guess your Recycle Bin is NOT excluded

So what do you think is happening here:
As soon as your deleted exe is moved to Recycle Bin it becomes "visible" for the virus scanner. It also explains why the names are different, as windows maintains the files in the Recycle Bin with internal names (probably symbolic links).

3.) Does the same happen, if you hard delete (bypassing Recycle Bin) using SHIFT-DELETE ??

Ah, thank you! Good solution, I didn't know about SHIFT+DELETE. That did the trick!

4
QB64 Discussion / Re: TIMER vs SLEEP
« on: March 30, 2022, 07:04:22 pm »
I'd recommend DO: SLEEP: LOOP, but I'd never hear the END of it.

Pete

DO:SLEEP:A$=INKEY$:LOOP UNTIL whatever you need A$ to be

5
QB64 Discussion / Re: Virus detected when I delete .exe files
« on: March 30, 2022, 05:26:03 pm »
I'm deleting from Explorer.

6
QB64 Discussion / Virus detected when I delete .exe files
« on: March 30, 2022, 04:18:40 pm »
Hello. I'm new to this forum, so bear with me.
After I upgraded from QB64 1.4 to the newest version, i find that when I delete .exe files made with QB64 my antivirus (Avast!) pops up and tells me that a virus has been detected and put in quarantine. The name of the "virus" detected, located in Recycle bin,  is totally different from the one I just deleted. My QB64 folder is set to not be scanned by my antivirus program, this only happens when I delete the files, if I scan the .exe files no viruses are detected. Anybody have any input on this?

Pages: [1]