Board index » cppbuilder » ActiveX developped in VC++ 6.0 and imported in BCB3

ActiveX developped in VC++ 6.0 and imported in BCB3

After developping an activex with VC++ 6.0, I 've imported it in BCB3. I 've
created a new application, i've included this new component in the main
window of my application but how could I use its methods? When I open the
files created by BCB3 (the files describing the component : interfaces
etc...) I don't see my methods !!

Please, help me.

Thanks in advance.

 

Re:ActiveX developped in VC++ 6.0 and imported in BCB3


The methods should be in the Your_component_tlb.h file. Just search for
the names of your methods and you should find them. At least I was able
to find all the methods IE ActiveX control exposes ;)

Alex

Quote
Gilles Vigney wrote:

> After developping an activex with VC++ 6.0, I 've imported it in BCB3. I 've
> created a new application, i've included this new component in the main
> window of my application but how could I use its methods? When I open the
> files created by BCB3 (the files describing the component : interfaces
> etc...) I don't see my methods !!

> Please, help me.

> Thanks in advance.

--
HotSend - portable documents technology
http://www.hotsend.com/
eFax - get your faxes via email - Free !
http://www.efax.com

Other Threads