Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way to permantly replace the default .ico with a custome one?
#2
(10-12-2023, 05:59 PM)Dav Wrote: I tried overwriting the qb64pe.ico in the source folders with mine but the generated EXE's still have the old one.

This ICO file you're trying to replace, is the full path?
Code: (Select All)
(qb64folder)/internal/temp/icon.ico

For EXE file already created then you will have to find the source code for them and recompile with the new ICO. At least on Windows `_ICON` and $EXEICON were supposed to work. On Linux most of the time I get the generic "X-dot-org" icon.

Now I don't remember how to deal with the "dot-rc" file but you might have to modify "recompile-win.bat" to force the inclusion of the customized icon.
Reply


Messages In This Thread
RE: Is there a way to permantly replace the default .ico with a custome one? - by mnrvovrfc - 10-12-2023, 06:12 PM



Users browsing this thread: 2 Guest(s)