I'm trying out the tutorial for Windows on the wikipage of CEF at https://bitbucket.org/chromiumembedded/cef/wiki/Tutorial.
However, the CEF builds for 32 bit and 64 bit won't build/run on Visual Studio 2010.
By the way, I'm running Windows 7 (64 bit) and Visual Studio 2010.
Here are the errors:
32 bit Build
- error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1600' in simple_app.obj
- (A THOUSAND LINES OF ERRORS)
- out\Debug\cefsimple.exe : fatal error LNK1120: 11 unresolved externals
64 bit Build
- out\Debug\obj\libcef_dll_wrapper\transfer_util.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
- LINK : fatal error LNK1104: cannot open file 'C:\Users\Benj\Desktop\Blueprint Gaming\Chromium Embedded Framework\64 Bit\cef_binary_3.1921.1661_windows64\out\Debug\lib\libcef_dll_wrapper.lib'