I downloaded an evaluation version of a product called iSEDQuickPDF. There is a choice of downloading an activeX component, a dll, or a statically linked dll.
Couldn't get the ActiveX component to work so I downloaded statically linked dll. The following 3 files were in the zip file:
iSEDQuickPDF.h
iSEDQuickPDF.dll
iSEDQuickPDF.def
I usually include the header file and link to a .lib file but there is no .lib file. How do I add this to my project? Once it's added how do I go about using it? Can anyone help me with this or point me towards a relevant tutorial? Any help would be much appreciated.
Couldn't get the ActiveX component to work so I downloaded statically linked dll. The following 3 files were in the zip file:
iSEDQuickPDF.h
iSEDQuickPDF.dll
iSEDQuickPDF.def
I usually include the header file and link to a .lib file but there is no .lib file. How do I add this to my project? Once it's added how do I go about using it? Can anyone help me with this or point me towards a relevant tutorial? Any help would be much appreciated.