05-28-2025, 11:52 PM
(This post was last modified: 05-29-2025, 12:03 AM by TempodiBasic.
Edit Reason: New weird experience to add to the discussion
)
I think that it is the place where to post this issue that I found while I was compiling a mine Inform-Pe Project.
I dunno if this is only for Inform_pe (but I think no) or for a kind of projects with *.BI files...but activating the compiler settings of optimization of code the *.BI has been deleted from the Inform folder!
I haven't been able to replicate the experience using a Dummy.BI file included by $include:'dummy.bi' in dummy.basÂ
here Dummy.BI
here the Dummy.BAS
here screenshots of my experience with an Inform project:
before
![[Image: Before-activating-Options-Compiler-setti...2025-0.jpg]](https://i.ibb.co/TZ1XbZZ/Before-activating-Options-Compiler-settings-Compile-program-with-C-Optimization-Flag-Immagine-2025-0.jpg)
after
![[Image: After-activating-Options-Compiler-settin...025-05.jpg]](https://i.ibb.co/zVy0d0q8/After-activating-Options-Compiler-settings-Compile-program-with-C-Optimization-Flag-Immagine-2025-05.jpg)
Who can replicate my experience?
IIs it possible???? Going to work on that Inform_pe Project the *.BI are again deleted!
So I have restored them and then with a window open looking at Inform folder and QB64pe IDE with Dummy.BAS loaded into it, when resetting the Option... Compiler settings...Compile program with C++optimization flag, the *.BI file in the Inform folder have been deleted again!
Where is the issue?
I dunno if this is only for Inform_pe (but I think no) or for a kind of projects with *.BI files...but activating the compiler settings of optimization of code the *.BI has been deleted from the Inform folder!
I haven't been able to replicate the experience using a Dummy.BI file included by $include:'dummy.bi' in dummy.basÂ
here Dummy.BI
Code: (Select All)
'Hi this is a dummy.BI file
Color 12, 1
here the Dummy.BAS
Code: (Select All)
'$Include:'Dummy.BI'
Print "I'm not white on black!"
here screenshots of my experience with an Inform project:
before
![[Image: Before-activating-Options-Compiler-setti...2025-0.jpg]](https://i.ibb.co/TZ1XbZZ/Before-activating-Options-Compiler-settings-Compile-program-with-C-Optimization-Flag-Immagine-2025-0.jpg)
after
![[Image: After-activating-Options-Compiler-settin...025-05.jpg]](https://i.ibb.co/zVy0d0q8/After-activating-Options-Compiler-settings-Compile-program-with-C-Optimization-Flag-Immagine-2025-05.jpg)
Who can replicate my experience?
IIs it possible???? Going to work on that Inform_pe Project the *.BI are again deleted!
So I have restored them and then with a window open looking at Inform folder and QB64pe IDE with Dummy.BAS loaded into it, when resetting the Option... Compiler settings...Compile program with C++optimization flag, the *.BI file in the Inform folder have been deleted again!
Where is the issue?

