Start a New Discussion Ask a New Question

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

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

    Frank
    Team pdfforge
  •  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!

  • 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

    Philip
    Team pdfforge
  • 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.