Hello,
I just wanted to try your project, the installation worked fine, but when I try to start any of the programs from the Opus Documentor menu, I get the message "vcl50.bpl" not found.
Mike
Logged In: YES user_id=745523
Hello
I have the same problem here.
Could it be a problem with Delphi 7 ?
kitha
Logged In: NO
Hi !
vcl50.bpl is a "dll" used by D5.
I have recompiled all supplied .dpr-s with unchecked 'use runtime library' option in Project -> options -> Packages. and at least I can try it.
To recompile src under D7 these lines need to be added to uses clause of implementation section of DocScan.pas and DocObj.pas:
{$ifdef VER150} Variants, {$endif}
Log in to post a comment.
Logged In: YES
user_id=745523
Hello
I have the same problem here.
Could it be a problem with Delphi 7 ?
kitha
Logged In: NO
Hi !
vcl50.bpl is a "dll" used by D5.
I have recompiled all supplied .dpr-s with unchecked 'use
runtime library'
option in Project -> options -> Packages. and at least I can
try it.
To recompile src under D7 these lines need to be
added to uses clause of implementation section
of DocScan.pas and DocObj.pas:
{$ifdef VER150}
Variants,
{$endif}