CefSharp
CefSharp copied to clipboard
Bind CefProxyHandler
http://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/include/cef_proxy_handler.h
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
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
any progress??