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
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