Interface not supported

Giganews Newsgroups
Subject:Interface not supported
Posted by: Luc Vigato
Date:Thu, 26 Nov 2009

Hello,

I have created an TAutoObjectFactory Object in an EXE.
TAutoObjectFactory.Create(ComServer, TJobExecuter, CLASS_JobExecuter,
    ciSingleInstance, tmApartment);

The EXE is registered on PC B. When the client will access the interface from PC A, an error ocurred "Interface not supported"

CoJobExecuter.CreateRemote('pc-b')  <-- this line failed every time.

Regards,
Luc Vigato

Replies