I'm converting apps to PB 2017. When trying to SaveAs PDF, it works in PB 11.5 but not in PB 2017 app (these apps are deployed to RDS and ran as remote app). Are there any PB runtime DLLs that are required for this that I might be missing? Do I need to re-create the Sybase DataWindow PS printer? I have this installed on servers but did that using the 'ADIST5.INF' for PB11.5 when setting up printer a while back. Not sure if I need to recreate using this file in PB 2017 Shared folder.
Thanks for any help!!
Dave
I remembered at one time, I was starting to migrate apps from 11.5 to 12.6...never finished as I got busy. Basically it had to do with 2 files in the 'C:\Program Files\gs\gs9.10\bin' folder...gswin32c.exe & gswin64c.exe.
When I called support they said that 12.6 required 64 bit code but this environment had hardcoded looking for gswin32c.exe name. So they told me to change the '64' in the filename of the 64 bit version to '32' and it worked. So in doing this, there was no longer a gswin64c.exe file...which is why appears now why I couldn't saveas PDF in 2017. I went and found the original gswin64c.exe file and copied it to the BIN folder and Walla, it works now!!!
Guessing call to this GS exe in 2017 is not hard coded as the support person stated earlier.
As time permits, I may test the Native PDF to see how that works/looks
Great news!
FWIW: No PB version ever hard coded the GS EXE name in the PB GS implementation for PDF support.
Regards ... Chris