========================================================================
       DYNAMIC LINK LIBRARY : PDFImport
========================================================================

Care must be taken in the linking of the lib to make it unicode
compliant. You first need Microsoft's Platform SDK.

In the linking tab of the PDFImport.dll lib, you need to do
the following:

Take all the original libs you link with:

kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib xpdf.lib gziplib.lib 

Duplicate the libs and put /nod: in front of the first instances of the
libs.

Insert unicows.lib between the two instances.

/nod:kernel32.lib /nod:user32.lib /nod:gdi32.lib /nod:winspool.lib /nod:comdlg32.lib 
/nod:advapi32.lib /nod:shell32.lib /nod:ole32.lib /nod:oleaut32.lib /nod:uuid.lib odbc32.lib 
/nod:odbccp32.lib /nod:xpdf.lib /nod:gziplib.lib 
unicows.lib
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib xpdf.lib gziplib.lib 

And voil!

/////////////////////////////////////////////////////////////////////////////

XPDF

The XPDF lib has been modified to support more of the PDF format.

/////////////////////////////////////////////////////////////////////////////

GZIP

The gzip lib has been wrapped to be used from within the code
instead of being an executable.

