Does PowerBASIC support using a resource file that is NOT embedded in the EXE? I don't see in Help any mention of it, and my forum searches have come up empty.
I'm seeing cases where my resource file is much larger than the EXE that uses it, mostly because of images.
So, I'd like to know if I can take out the images, but still keeping them in a single PBR file for easy handling. I'd also keep a PBR in the EXE for version info and a few other things.
I'm seeing cases where my resource file is much larger than the EXE that uses it, mostly because of images.
So, I'd like to know if I can take out the images, but still keeping them in a single PBR file for easy handling. I'd also keep a PBR in the EXE for version info and a few other things.
Comment