sanjay_lewis
March 13th, 2001, 11:48 PM
If I create a activeX Dll in VB, can it be called by any C or VC++ program.
|
Click to See Complete Forum and Search --> : Re: Active X Dll sanjay_lewis March 13th, 2001, 11:48 PM If I create a activeX Dll in VB, can it be called by any C or VC++ program. Clearcode March 14th, 2001, 03:00 AM Yes - so long as your C program links to the OLE2 dlls you can use CoCreateObject() to instansiate an ActiveX dll writtten in VB. HTH, Duncan ------------------------------------------------- Ex. Datis: Duncan Jones Merrion Computing Ltd http://www.merrioncomputing.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |