05-31-2025, 04:18 PM
(This post was last modified: 05-31-2025, 04:52 PM by TempodiBasic.
Edit Reason: adding important information without duplicating answer
)
Hi grymmjack
thanks to confirm the Steve's suggestion, but it is a mistery:
1: the issue about *.BI of Inform-pe file deleted has been seen after I made some code to show how this option increases the speed of execution.
2: the demo doesn't use the library Inform-pe
3: after this demo I have made two application using Inform-pe with no issue during developing and debugging
4: when I tried to make a more clear example for Option Compiler Settings: Compile program with C++ optimization flag I got the issue
5: to see if it was related only to Inform or not I have build a dummy program with a dummy.BI...and also I load it in QB64pe IDE and then I set ON that Option I got that the *.BI files has been deleted! So also if "Inform\*.BI" are not in the code and are not used to make source to compiled as I click ON (and also if I click OFF ) that option of QB64pe IDE I see that those files has been canceled! I needn't to compile, it is yet all done.
6: if I rename the Inform folder, it is all ok, no files deleted!
7: the Dummy.BI file has never been deleted
Somewhere in QB64pe Ide there is track of the path of those "Inform\*.BI " files...and changing that Option will trigger, probably, the action of Windows Defender and/or Avast or someother securityware that Windows11 has in it!
I must stress that I have canceled all exceptions in both security programs and then I have set again the folders in which there are QB64pe40, QB64pe41 and Inform.
Moreover I have set as allowed app also the compiler gcc.exe in the qb64pe41\internal\bin\.
That's all folks
Well now it is solved!
The issue was between QB64pe IDE that create a MakeNNN.bat and the securityware of windows11 that put in quarantine it!
This has happened also if folders are in the exceptions of Avast antivirus and of Windows Defender!
I fix this because as last attempt I have deleted all Temp folder in the "qb64pe41\Internal" and now that saved anywhere information has been canceled and Securityware asked me if put in quarantine or let to run MakeNNN.BAT.
thanks to confirm the Steve's suggestion, but it is a mistery:
1: the issue about *.BI of Inform-pe file deleted has been seen after I made some code to show how this option increases the speed of execution.
2: the demo doesn't use the library Inform-pe
3: after this demo I have made two application using Inform-pe with no issue during developing and debugging
4: when I tried to make a more clear example for Option Compiler Settings: Compile program with C++ optimization flag I got the issue
5: to see if it was related only to Inform or not I have build a dummy program with a dummy.BI...and also I load it in QB64pe IDE and then I set ON that Option I got that the *.BI files has been deleted! So also if "Inform\*.BI" are not in the code and are not used to make source to compiled as I click ON (and also if I click OFF ) that option of QB64pe IDE I see that those files has been canceled! I needn't to compile, it is yet all done.
6: if I rename the Inform folder, it is all ok, no files deleted!
7: the Dummy.BI file has never been deleted
Somewhere in QB64pe Ide there is track of the path of those "Inform\*.BI " files...and changing that Option will trigger, probably, the action of Windows Defender and/or Avast or someother securityware that Windows11 has in it!
I must stress that I have canceled all exceptions in both security programs and then I have set again the folders in which there are QB64pe40, QB64pe41 and Inform.
Moreover I have set as allowed app also the compiler gcc.exe in the qb64pe41\internal\bin\.
That's all folks
Well now it is solved!
The issue was between QB64pe IDE that create a MakeNNN.bat and the securityware of windows11 that put in quarantine it!
This has happened also if folders are in the exceptions of Avast antivirus and of Windows Defender!
I fix this because as last attempt I have deleted all Temp folder in the "qb64pe41\Internal" and now that saved anywhere information has been canceled and Securityware asked me if put in quarantine or let to run MakeNNN.BAT.

