08-27-2024, 02:17 PM
(08-23-2024, 10:20 PM)DSMan195276 Wrote: @Krovit when the issue happens again (the EXE icon does not match the one you were using) please check the file `./internal/temp/icon.ico` and let me know if it is the wrong/old one. That file is what gets compiled into your executable, it should be a copy of the most recent icon is but perhaps there's a bug where it's not getting updated.I've been on vacation for a few days.
Thanks, Dav and DSMan195276, when I return I will check your suggestion right away.
In the meantime, I managed to work around it by compiling everything through a BAT file and thus staying out of the DavsIDE environment. When the project is particularly complex, it can be convenient to operate this way.
In any case, I took a look: the icons are where you said, and there is more than one. I need to check, I suppose, which one the compiler uses and, if necessary, remove the ones I don't want to use (which essentially means, in a nutshell, to clear the cache).
Dav... indeed your IDE is very relaxing, and I believe it belongs to the category of software that I call 'the maximum of the minimum.' With all due respect, the QB64 editor is really too heavy to manage (but I understand, it comes from the old QB and nostalgia has its weight). It would be even better if it were possible to update, at least, the syntax and a little more.
Thank you so much, really! To all of you.