Author | Topic: :UseMarshalling | |
---|---|---|
AUGE_OHR | :UseMarshalling on Mon, 13 Apr 2009 01:51:34 +0200 hi, when using XppFD.EXE with activeX and dragdrop it will generate ::XbpActiveXControl:Init() ::XbpActiveXControl:create() now in c:\Alaska\XPPW32\source\SYS\activex.prg we have CLASS METHOD ImageList:Create(...) oReturn := AutomationObject():Create( cCLSID,, cLicense ) IF ValType(oReturn) == "O" oReturn := oReturn:QueryInterface( cIID ) oReturn := oReturn:DynamicCast( ImageList() ) oReturn:Owner := oOwner oReturn:CLSID := cCLSID oReturn:UseMarshalling := .F. ENDIF so what is UseMarshalling := .F. greetings by OHR Jimmy |