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

CefSharp3 Win32 "Debug" build fail with LNK1181 error #259

Closed
ray007 opened this issue Feb 25, 2014 · 4 comments
Closed

CefSharp3 Win32 "Debug" build fail with LNK1181 error #259

ray007 opened this issue Feb 25, 2014 · 4 comments

Comments

@ray007
Copy link

ray007 commented Feb 25, 2014

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

Error   1   error LNK1181: cannot open input file 'libcef.lib'  C:\test\CefSharp\CefSharp\LINK  CefSharp

Copying CEF/Win32/Release/libcef.lib to CEF/Win32/Debug/libcef.lib seems to fix the problem.

@perlun
Copy link
Member

perlun commented Feb 26, 2014

@jornh seems like the same problem you were having.

@jornh
Copy link
Contributor

jornh commented Mar 3, 2014

@perlun Sorry about the kludge with the aa6dc6a commit.
Note: I'm fully determined to learn git the hard way 😄 ... so just don't ask ™️!

At least I hope I made the #263 PR so that it can be applied to the CefSharp3 branch somewhat cleanly and we are able to close this issue.

@jornh jornh added this to the 3.29.0-pre.1 milestone Mar 3, 2014
@jornh jornh added cef3 labels Mar 3, 2014
perlun added a commit that referenced this issue Mar 4, 2014
Add missing Win32 Debug libcef.lib to fix #259
@perlun
Copy link
Member

perlun commented Mar 4, 2014

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)

@jornh
Copy link
Contributor

jornh commented Mar 5, 2014

Added to ChangeLog - closing

@jornh jornh closed this as completed Mar 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants