Board index » delphi » Calling Delphi OLE Automation Server from MSVC++ or VB

Calling Delphi OLE Automation Server from MSVC++ or VB

Are there any good articles or tips on calling an OLE Automation server
written in Delphi from Microsoft products, VC++ or VB?

I have written a fine and dandy OLE Automation server, that works fine
with a Delphi Client.

However one of our customers is using Microsoft Visual C++ and is having
trouble.  The Import wizard is apparently complaining about parameters.

  dwilliamsrle.vcf
< 1K Download
 

Re:Calling Delphi OLE Automation Server from MSVC++ or VB


If it works with Delphi clients, it should work for VB or VC++. Can you show
the interface he's having problems with. Or tell me what his errors are?

For VC++5 and above, he should use the #import directive and should work
normally.

have fun
--
Binh Ly
http://www.techvanguards.com

Quote
"Derek Williams" <dwilliams...@uswest.net> wrote in message

news:3A0AEAA9.3810C4CE@uswest.net...
Quote
> Are there any good articles or tips on calling an OLE Automation server
> written in Delphi from Microsoft products, VC++ or VB?

> I have written a fine and dandy OLE Automation server, that works fine
> with a Delphi Client.

> However one of our customers is using Microsoft Visual C++ and is having
> trouble.  The Import wizard is apparently complaining about parameters.

Other Threads