-
Notifications
You must be signed in to change notification settings - Fork 13
Description
in the projects readme.md file it says to look in the "libs/CEF/win32/ofxCEF-README.txt" file for instructions including the "Chromium Embedded Framework 3 Build package" but this file doesn't exist.
What should these instructions be please as I'm a bit stuck. Where exactly should the CEF folder go and which version were you using?
I've looked at the CEF source (https://bitbucket.org/chromiumembedded/cef) and don't see the libcef_dll_wrapper.vcxproj file referenced in the readme. It also doesn't appear in the most recent CEF build (win 32 - CEF 3.2494.1321.ge343da7) but I do see it in an older build (ie 3.15). I created the following path
C:\of_v0.8.4_vs_release\addons\ofxCef\libs\CEF\win32\build\libcef_dll
and copied the contents of the 3.15 build folder into this which fixes the missing reference to "libcef_dll_wrapper.vcxproj" but I'm not sure how to fix the ZERO_CHECK project - any tips?
Any help would be much appreciated - James