|
-
Sep 19th, 2024, 12:13 PM
#11
Thread Starter
Addicted Member
Re: PDF Reader ActiveX Control
 Originally Posted by KFrosty
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|