Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

incorporating libraries into code

Status
Not open for further replies.

gmgarrison

Programmer
Sep 26, 2000
11
US

I've got a library from Delphi (tee50.bpl) that I need to include in some code I have, but I can't get it work. C++B won't let me add it as a package because it's not a design-time package, and it won't automatically recognize it as a run-time package because it wants the extension to be .bpi. Can someone help clear this up? Basically, I just need to know how to link an external .bpl file. Thanks in advance!

Greg Garrison [sig][/sig]
 
Hi,

This may sound dumb, I haven't tried this, but wouldn't just renaming the file help? [sig]<p>Wouter Dijkslag<br><a href=mailto: > </a><br><a href= My site</a><br> [/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top