-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
CefSharp3 Win32 "Debug" build fail with LNK1181 error #259
Milestone
Comments
@jornh seems like the same problem you were having. |
jornh
added a commit
to jornh/CefSharp
that referenced
this issue
Mar 3, 2014
jornh
added a commit
to jornh/CefSharp
that referenced
this issue
Mar 3, 2014
perlun
added a commit
that referenced
this issue
Mar 4, 2014
Add missing Win32 Debug libcef.lib to fix #259
Thanks! Please add this issue to the changelog on the wiki and then close it. (Let me know if something is unclear - it's just a convenient way to let people know what has been fixed in each release) |
Added to ChangeLog - closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using VisualStudio 2010 here.
When build the WPF Example for Release everything works fine, but trying for a Debug-build ends with errors, the most important probably being
Copying
CEF/Win32/Release/libcef.lib
toCEF/Win32/Debug/libcef.lib
seems to fix the problem.The text was updated successfully, but these errors were encountered: