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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COM programming with C++ Builder 5

Status
Not open for further replies.

MipMap

Programmer
Jan 18, 2002
1
0
0
GB
i built a simple COM object registerd it.

now i want to add it to the component
palette. is it possible?

i did this...

Component->Import ActiveX Control

then navigated to the location where my COM dll is, by clicking "Add". but it never Enabled the "Install"
button.
 
Try this:
Componnents->Install Component

Click your source file
then build dclusr50.bpk

Ok directly add your source file to dclusr50.bpk and install it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top