我在
https://code.google.com/p/chromiumembedded/wiki/Tutorial在CEF的wikipage上尝试Windows的教程.
原文链接:https://www.f2er.com/windows/363743.html但是,CEF构建32位,64位将不会在Visual Studio 2010上构建/运行.
顺便说一下,我正在运行Windows 7(64位)和Visual Studio 2010.
以下是错误:
32位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位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'