For some reason QB64 has a harder time finding icon files in same folder or relative path from exe than say an image or font file. Oft times a person gets the file loaded in their system but someone downloading and running the code gets decidedly different results in file finding.
Often times all that is needed is an additional ".\" to indicate to QB64 the file in question is right there in same folder as the exe.
I am assuming of course you are Running the Compile to save the exe in same folder as bas source because who in their right mind wants to clutter up their QB64 folder with all their projects and files needed for each project, that would be insane IMHO specially when QB64pe is actively updated so many times a year and bravo for that!
Often times all that is needed is an additional ".\" to indicate to QB64 the file in question is right there in same folder as the exe.
I am assuming of course you are Running the Compile to save the exe in same folder as bas source because who in their right mind wants to clutter up their QB64 folder with all their projects and files needed for each project, that would be insane IMHO specially when QB64pe is actively updated so many times a year and bravo for that!
b = b + ...