Link to home
Start Free TrialLog in
Avatar of zuse01
zuse01

asked on

Delphi with VC6 and DCOM

Hi!

I have to do a VC++ 6 Client to a Delphi Server over DCOM.

I know how to do with both VC6 client and server with IDL, but how to do with Delphi!

Does it have a VC++ readable typelib to generate C++ stubs??? what else?

please help
Avatar of Russell Libby
Russell Libby
Flag of United States of America image


Using Delphi's type library editor, you can save the tlb information as IDL/MIDL, at which point your VC tools should be able to bring this in and generate the stubs for you. (You don't even need the Delphi source, as the tlb editor can open compiled exe/dll/tlb files)

Regards,
Russell
ASKER CERTIFIED SOLUTION
Avatar of PatrickMMartin
PatrickMMartin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial