Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Interface Not Supported Error Untill Delphi is installed on Client machine

182 views
Skip to first unread message

Carl-Hein

unread,
Oct 11, 2000, 3:00:00 AM10/11/00
to

Hi

I am getting the above error for my COM enabled program when trying to connect to it from another Delphi program on the same
machine. Eventually we installed Delphi on the client machine
and then all the problems went away.????

please help

Andreas Kosch

unread,
Oct 13, 2000, 3:00:00 AM10/13/00
to
Hi

is STDVCL32.DLL or STDVCL40.DLL installed/register on this Client-machine?
See the TLB.pas - you need all the dlls here listet on the client machine:

// ************************************************************************
//
// Typbib: C:\DevDays\COM_DCOM\Source\Contest\InProcessServer\COMMWST.tlb
(1)
// ...
// (1) v1.0 stdole, (C:\WINDOWS\SYSTEM\stdole32.tlb)
// (2) v2.0 StdType, (c:\WINDOWS\SYSTEM\OLEPRO32.DLL)
// (3) v1.0 StdVCL, (C:\WINDOWS\SYSTEM\STDVCL32.DLL)


Andy


0 new messages