Which type libraries is needed to build PdfCreator.exe?

I am trying to build PDFCreator.exe from Visual Studio 6.0, but I get an error message saying "Compile Error: Can't find project of library". The message refers to the function clsPDFCreatorMail.GetFileDataObject(...) which returns the object IDataObject which cannot be found.

Which type libraries (references) is needed to be added in order to build PDFCreator?

 

 

From the source:
Edanmo TLB

Hello,

PDFCreator need VB6 to be compiled. All other things required are mentioned in the Readme file of the source code package.

kind regards,
Philip

 Can you let me know how you can build it from source? What tool did you use? What environment you use? I saw that it used INNO Setup to generate the exe file. Did you use that? Thanks!

When it comes to using an exe file extension I suggest maximum security measures, use only trusted sources and make sure you have all the security software installed. Have you tried searching the IDataObject using the run command? If it doesn't find it this way then the object is not on your system.

Is there a single library that can be used with VBA if the end user doesn’t have PDFCreator installed?

 

Thanks in advance and thanks for sharing such a nice piece of software