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:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Stefan - PDF-XChange
All files are put into the System32 directory of the receiving machine.
However, when I run my app I get this error:
"Run-time error '53': FIle not found: pxclib40.dll"
I've done some digging (using Dependency Walker) and discovered that I was missing ixclib40.dll even though I did not directly declare it. pxclib40.dll is dependent upon ixclib40.dll, and the error was not correct when it said "cannot find pxclib40.dll" - it should have said "cannot find ixclib40.dll".
So it appears that I need to distribute the following (for PDF Tools SDK 4):
xcpro40.dll
dscrt40.dll
pxclib40.dll
xccdx40.dll
ixclib40.dll
And for XChange Viewer SDK (ActiveX):
PDFXCviewAx.dll
pxcview.dll
resource.dat
the base dll's you list appear to be correct and assuming you are content that any extended functionality you require is supported by the dll's listed - then that woudl appear to be sufficient - for example - you are not offering scanning functionality in your application as no xcscan40.dll
is being distributed etc.
As stated in my answer to your other post - you DO need PDFXCview.exe - this is the PDF-XChange Viewer itself that is embedded in your application windows and this is the Viewer ActiveX wrapper : PDFXCviewAx.dll
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.