Switching between the 32-bit and 64-bit DLL versions of Foxit Quick PDF Library (Visual Basic)
by Conor | September 6, 2013
The DLL edition of Foxit Quick PDF Library includes support for 32-bit and 64-bit applications. If you’re absolutely sure that you will only want to use the 32-bit version or the 64-bit version then you can just hard code in the version that you want to use. 32-bit DLL DPL = New PDFLibrary("DebenuPDFLibraryDLL1312.dll") 64-bit DLL DPL […]
Keep reading