ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Bind CefProxyHandler #45

Open ataranto opened 11 years ago

ataranto commented 11 years ago

http://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/include/cef_proxy_handler.h

rotem925 commented 11 years ago

Hi, I'm trying yo bind the proxy handler and I have some issues. It seems like there is not proxy binding in the cef_client.h. Is this ok? I have some errors when I am compiling. I followed the exact same thing as you did with the KeyboardHandler. I will need some help to figure this :) I have already merged the GetAuthCredentials with your repo.

Please advice.

Rotem

rotem925 commented 11 years ago

This is the error I get: Error 1 error C2504: 'CefProxyHandler' : base class undefined c:\users\rotem.shoshan\documents\github\cefsharp\cefsharp\ClientAdapter.h 22 CefSharp

Error 3 error C3668: 'CefSharp::ClientAdapter::GetProxyHandler' : method with override specifier 'override' did not override any base class methods c:\users\rotem.shoshan\documents\github\cefsharp\cefsharp\ClientAdapter.h 46 CefSharp

I have more errors but I think they are all related :). Maybe the lib you provided is not compiled with the proxy handler?

Rotem

ezexe commented 9 years ago

any progress??