Posts: 10
Threads: 4
Joined: Sep 2023
Reputation:
0
01-14-2025, 10:54 PM
(This post was last modified: 01-14-2025, 10:59 PM by MystikShadows.)
Just tried installing the latest build version 4.00.0 the ide seems to work ... but a program that compiles fine in 3.13.1 doesn't want to work when i compile it to run in 4.00.0. help? It just shows a blank screen no messages or anything to give me a hint. and nothing seems to be happening.
I could post code. but its A 7000 lines of code lol. but i will if i have to.
Posts: 10
Threads: 4
Joined: Sep 2023
Reputation:
0
01-14-2025, 11:08 PM
(This post was last modified: 01-14-2025, 11:10 PM by MystikShadows.)
yeah it's from github but the latest release for windows. However if I stop that erronous program and go look at the folder I see I have a working version of the compiled code...
Posts: 2,901
Threads: 341
Joined: Apr 2022
Reputation:
264
Other place where we sometimes see glitches is if people extract one version over another. That *never* seems to work out nicely, and it certainly won't work with version 4.0 as we swapped out to a completely different compiler. Make certain to extract and install to its own dedicated directory and not over some existing directory.
Posts: 2,901
Threads: 341
Joined: Apr 2022
Reputation:
264
You'll probably need to google the answer to that.
What you need to know is:
1) Your OS and version number
2) Your antivirus name and version number
Then do a search in your favorite browser:
"How do I whitelist folders in Windows 11 with Microsoft Defender?"
"How do I whitelist folders in Windows 10 with Norton Antivirus?"
Posts: 4,130
Threads: 187
Joined: Apr 2022
Reputation:
248
I have to ask: Is it just the one program not working or nothing works?
b = b + ...
Posts: 958
Threads: 51
Joined: May 2022
Reputation:
31
The topic has been discussed here many times, so how can we not add the simplest solution as a note:
In Windows you should avoid installing all that stuff in the so-called home directory. Win Defender monitors this meticulously, and rightly so.
The simplest solution is to partition your hard drive into C:\ and D:\ and then install things like QB64, C/C++, etc. on drive D:\. I have never had any problems with that.