Is there a suggested workaround for this?
We build from exported source files and previously used ORCAscript via PBORCA to create the PBLs and perform the compilation. ORCA allowed us to provide the icon file as a parameter to the build executable command.
Now we have moved to PB 2017 R3 and are switching to PBC (AutoCompiler) but it does not allow us to specify an exe icon.
I've tried reverting to our old build scripts using PBORCA with the pborc170.dll but the build crashes. AFAIK PBORCA is not maintained anymore.
I'll have to reimplement in pure ORCAscript which is a shame. I was hoping PBC would be more reliable. ORCA doesn't handle dependencies and we currently have to pre-regenerate specific PBLs and objects (and maintain that as code changes) or the build fails.
EDIT:
I'm going to use RCEdit to set the exe icon after compilation, straight forward to implement but another dependency for my build scripts.
It's a real shame this has been missed from PBC, fingers crossed for a future version.
What build of PB 2017 are you using?
Regards ... Chris
powerbuilder 2017 rev2. The newest Version...