Updating from Release 3.5 to 4

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

docu-track99
User
Posts: 518
Joined: Thu Dec 06, 2007 8:13 pm

Updating from Release 3.5 to 4

Post by docu-track99 »

We use your PDF Tools SDK 3.5 in our applications. There are explicit DECLARE statements that reference V3.5. For V4 the names of the DLL's have changed so that we cannot just overwrite the V3.5 DLL's with th V4 DLL's. This makes it somewhat difficult to upgrade our users when you change version numbers. Do you have a recommended procedure for doing this?
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom

Re: Updating from Release 3.5 to 4

Post by John - Tracker Supp »

Hi,

the only way to do this is to use search and replace and modify the dll name - e.g. :

change in the DECLARE statements all, say, "pxclib30.dll" to "pxclib40.dll"

etc for each dll used.

HTH
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
docu-track99
User
Posts: 518
Joined: Thu Dec 06, 2007 8:13 pm

Re: Updating from Release 3.5 to 4

Post by docu-track99 »

Could the DLL's be renamed to something more generic like "PCXLib.dll"? Then when you come out with a new version we could rename the DLL's to this generic version and we would not have to change our application. This would only work if none of the DLL's are trying to call each other by their expected names.
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom

Re: Updating from Release 3.5 to 4

Post by John - Tracker Supp »

I appreciate the logic for you in this - but this would cause potential issues for others running multiple releases on a single machine.

Therefore I regret this cannot be done.
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com