Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2012/libcef_dll_wrapper.lib is missing in folder CEF/Win32/Debug/ #272

Closed
MartinMa opened this issue Mar 17, 2014 · 2 comments · Fixed by #277
Closed

VS2012/libcef_dll_wrapper.lib is missing in folder CEF/Win32/Debug/ #272

MartinMa opened this issue Mar 17, 2014 · 2 comments · Fixed by #277

Comments

@MartinMa
Copy link
Contributor

The current master branch is missing the file libcef_dll_wrapper.lib for VS2012 in the Debug folder. This also affects the pre-release 3.29.0-pre.0.

I am unable to build using the solution configuration Debug. (Using Visual Studio 2012 obviously).

Is there a workaround? I tried the lib file from CEF/Win32/Release/VS2012 but that didn't work.

@jornh
Copy link
Contributor

jornh commented Mar 18, 2014

Thank your for noting this.

Workaround: Try to build it with this https://github.com/cefsharp/cef-binary/tree/cef_binary_3.1547.1412 tag (should equal SHA cefsharp/cef-binary@040623e) and add it to your CefSharp/CEF/Win32/Debug/VS2012 folder. Then it would be really helpful if you could provide a Pull Request (I only have VS2010 and VS2013 on my machine right now)

@jornh
Copy link
Contributor

jornh commented Mar 18, 2014

Update: Sorry, that tag was not where I expected it to be SHA cefsharp/cef-binary@fe11112 sounds more like it has the right modifications for compiling with /MDd and disable of warning no 4275 - at least from reading commit comments. I haven't tested it though with my VS2010 setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants