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.
I have my application using the older version of PDF XChange SDK V2.5. Im looking at moving to the newer versions.
I downloaded the eval version and installed it on my machine. When I tried to compile my application, it gave me errors about missing files and links and references.
When I compared the files from teh eval version to the one that was already installed, I found the following files missing:
Some of the files were moved from the bin directory to the bin directory under samples. In fact I could not find a bin directory as it was in the previous version.
Can someone please help me sort things out? My application has direct reference to the pdfxclib.h file and I cant seem to find it anywhere.
if you installed from the correct installation 'exe' :
PDFSDKPRO3.exe
and accepted the default installation - then these files would be located in the folder :
C:\Program Files\Tracker Software\PDF-XChange PRO 3 SDK\Examples\Bin
These files need to be located with your compiled executable and if they were not in the installer I am sure we would have had numerous support messages from 100's of developers - maybe a re-install is required to be sure you installed correctly ?
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.
Im sorry for being such a nohead..but Imnot sure what Im not able to notice.
In 2.5, I used to reference the following .h files
But I cant seem to find them today. I tried referencing the dlls, but its not the same anymore. I looked around in the samples/examples..but am not able to get the contents of these 2 .h files anymore.
pdfxclib.h
pdfxcpro.h
I've uploaded the 2 files that came with the 2.5 SDK. Any ideas where I can find with the new installation or should I just copy these over from teh previous installation?
pxclib30.dll and the pxc_c.h are the equivelents to
pdfxclib..dll and pdfxclib.h
and
xcpro30.dll and Pro.h are the equivelents to
pdfxcpro.dll (later xcpro.dll) and pdfxcpro.h
Also Please note all functions relating to creating new PDF files in pdfxcpro.dll were moved to pxclib30.dll for consistency in V3 - for example the image 2 PDF functionality.
These .h files reside in a default install in the folder :
C:\Program Files\Tracker Software\PDF-XChange PRO 3 SDK\Examples\Include
Hope that helps.
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.