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
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
after
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?