Theos PowerBasic Museum 2017

Archive => Discussion - Legacy Software (PBWIN 9.0+/PBCC 5.0+) => Topic started by: Song Pingyu on August 04, 2009, 07:59:49 AM

Title: How to create a COM application using a exist TLB file?
Post by: Song Pingyu on August 04, 2009, 07:59:49 AM
Power Basic create a TLB automaticaly when it create a COM application,
but if i want to implement a exist Type liberary,like OPC interface, how to do?

thanks
Title: Re: How to create a COM application using a exist TLB file?
Post by: José Roca on August 04, 2009, 04:18:01 PM
 
Start the PB COM Browser, select the type library and generate interface definitions for it.
Title: Re: How to create a COM application using a exist TLB file?
Post by: Song Pingyu on August 04, 2009, 06:32:06 PM
I'll try ,thanks