Board index » delphi » Registering DCOM Server .tlb on client
David Clegg
![]() Delphi Developer |
Sat, 04 Oct 2003 11:12:52 GMT
Registering DCOM Server .tlb on client
I am trying to find the best way to distribute our newly DCOM enabled app,
and am trying to get my head around the best way to register the server on the client machines. The Server is written in D5, the client in VB6. When I include the servers .tlb file on the client machine and register it The VB boys tell me that using CreateObject("Server.Class", "Machine Name") -- |