Reputation: 704
'Hi all, I downloaded Xilium.CefGlue
and built the source on Visual Studio (xilium-xilium.cefglue-b22787699e57), I also downloaded cef_binary_3.1453.1236_windows_xilium
and copied the libcef.dll
to the Xilium Winforms demo as the apps requires it to run but when I run it I get the following error:
An attempt was made to load a program with an incorrect format.
Exception from HRESULT: 0x8007000B
I've targeted x86, can I get some help? Thanks
Upvotes: 3
Views: 3305
Reputation: 5107
Ok, here's the steps I used to get the samples working in VS 2012:
x86
bin\x86\Debug
or bin\x86\Release
). Minimum requirement seems to be:
libcef.dll
and icudt.dll
from .\Debug
or .\Release
cef.pak
and the locales\
folder from .out\Debug
or .\Resources
Upvotes: 5