[Mailman-Users] Can't call server function

ashrafi ashrafi at atinegar.com
Wed May 31 05:56:59 CEST 2000


I have a problem by my corba program in delphi,
So when I want to type cast for early binding it retuens nil, why?

with IUnknown(Client_DM.CorbaConnection1.AppServer ) as IFirstCorbaDM do
   MyServerFunc;

whitch :
  TFirstCorbaDM = class(TCorbaDataModule, IFirstCorbaDM) 
  .....
 end;

is my server data module

please help me.






More information about the Mailman-Users mailing list