views:

32

answers:

0

Hi I compiled the delphichromiumembedded using Borland Studio 2006 (c++) , and tried to use the CefRegisterExtension that in the ceflib.dll , I translate the Delphi code of the Execute function to C++ but seems that this doesn't work ,

I did it using the GetInterface of DelphiInterface Class. here is a sample code , if somebody know how to do it please answer , thanks .


TCefv8ValueRef* y = new TCefv8ValueRef(FTestParam);
        y->GetInterface(retval);