I'm setting up some file associations for my PB 2017 application and one thing you can set up is where to find an icon to association with a file extension.
However, I can't see where the 3rd party icon I have configured in my app lives. It is definitely NOT in the main compiled EXE (checked with ResEdit). I compile everything into PBDs.
I tried adding a resource file at the main level of the project (not for any of the PBDs) that contains the name of the icon file, but that doesn't help. The icon is there when I run the app, but not visible in any tools like ResEdit.
Any ideas how I get the icon to be a regular Windows icon resource in the EXE, so things like the file association can see it?
Thanks.