Quote Originally Posted by KFrosty View Post
can't make an executable file out of it. Says the .vbp is not a compatible binary file. Anyone else have this problem ?
This issue occurs because the ocx has not been compiled and the interpreted test project is only linked to the uncompiled component.

To fix this:


  • Load the PDFReader.vbg project group, close all code and design Windows
  • Compile the OrdoPDFReader ocx for the first time
  • Then modify the PDF_Reader project properties: Component tab: Version Compatibility: Binary Compatibility: Choose OrdoPDFReader.ocx
  • Compile OrdoPDFReader.ocx again for a 2nd time
  • SAVE the project group
  • Quit VB6 and restart it, load the PDFReader.vbg project group
  • It should be possible to compile the TestPDFReader Test project!


I hope this will solve your problem
Best Regards
François