Menu

#2 vcl50.bpl not found

open
nobody
None
5
2003-01-05
2003-01-05
No

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

Discussion

  • Mario Rothe

    Mario Rothe - 2003-03-30

    Logged In: YES
    user_id=745523

    Hello

    I have the same problem here.

    Could it be a problem with Delphi 7 ?

    kitha

     
  • Nobody/Anonymous

    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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.