Board index » cppbuilder » Missing VCLDB35.BPL

Missing VCLDB35.BPL

Help,

Some of my users are getting a missing VCLDB35.BPL error and I can't
seem to trace where this is coming from and how can I fix it.  I have
told it full release with no debug code and unchecked dynamic RTL.
What else should I be doing?  Thanks.

----------------------------
Reynold M. de Guzman
deguz...@redlazer.com
Red Lazer Technologies, Inc.
----------------------------

 

Re:Missing VCLDB35.BPL


debug code and dynamic RTL have nothing to do with
the .BPL files. These files are the packages. You should
either
- link without run time packages : the linker would then
include in your exe the necessary code from vcldb35.lib.
- or struggle with the installer (Installshield or something) to
get it to include the vcldb35.bpl in the installed files and set
it in the windows/system directory.
HTH
Gerard

On Sun, 19 Jul 1998 10:08:33 GMT, deguz...@redlazer.com (Reynold M. de

Quote
Guzman) wrote:
>Help,

>Some of my users are getting a missing VCLDB35.BPL error and I can't
>seem to trace where this is coming from and how can I fix it.  I have
>told it full release with no debug code and unchecked dynamic RTL.
>What else should I be doing?  Thanks.

>----------------------------
>Reynold M. de Guzman
>deguz...@redlazer.com
>Red Lazer Technologies, Inc.
>----------------------------

Re:Missing VCLDB35.BPL


Have you done a "build all" and are you sure that they're running the
right release?
Mike Henderson

Other Threads