Page 1 of 1

Build with Visual Studio Express 2013

PostPosted: Tue Oct 20, 2015 4:13 pm
by downfall
Hi,

I try to build with Visual Studio Express 2013 and I have the following errors :

error C3668: 'RequestHandler::OnBeforePluginLoad' : method with override specifier 'override' did not override any base class methods (C:\dev\cef\src\native\request_handler.cpp) c:\dev\cef\src\native\request_handler.h 65 1 jcef
error C2259: 'PrintHandler' : cannot instantiate abstract class C:\dev\cef\src\native\browser_process_handler.cpp 63 1 jcef
error C3668: 'RequestHandler::OnBeforePluginLoad' : method with override specifier 'override' did not override any base class methods (C:\dev\cef\src\native\client_handler.cpp) c:\dev\cef\src\native\request_handler.h 65 1 jcef

Did I do something wrong ?
Does the visual studio version can be used to build ?

Some ideas?

Re: Build with Visual Studio Express 2013

PostPosted: Tue Oct 20, 2015 6:10 pm
by magreenblatt
You're probably not using the correct CEF version. See the third_party/cef/README.jcef file.

Re: Build with Visual Studio Express 2013

PostPosted: Wed Oct 21, 2015 12:54 pm
by downfall
Thanks for your answer.

The version in third_party/cef/README.jcef is 3.2454.1317.gc22b77d.
Ths file I download is cef_binary_3.2454.1342.g4e94f47_windows64.7z.

So It seems to be the right one.

Any other idea ?

Re: Build with Visual Studio Express 2013

PostPosted: Wed Oct 21, 2015 1:00 pm
by magreenblatt
downfall wrote:Thanks for your answer.

The version in third_party/cef/README.jcef is 3.2454.1317.gc22b77d.
Ths file I download is cef_binary_3.2454.1342.g4e94f47_windows64.7z.

So It seems to be the right one.

Any other idea ?

How does it seem like the right one? 3.2454.1317.gc22b77d != 3.2454.1342.g4e94f47

Re: Build with Visual Studio Express 2013

PostPosted: Thu Oct 22, 2015 1:11 pm
by downfall
Sorry about that, I tought that only the 3.2454 part was important.
It works like a charm now, thanks for your help.