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

Use CEF 3.2171 in MFC #1

Open
GoogleCodeExporter opened this issue Aug 2, 2015 · 0 comments
Open

Use CEF 3.2171 in MFC #1

GoogleCodeExporter opened this issue Aug 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hello.

I use CEF 3.1750 im my MFC application. And I try to change CEF library to 
verion 3.2171, but I have problems with linking libcef_dll_wrapper.lib and 
libcef.dll:

error LNK2001: unresolved external symbol _cef_get_min_log_level
error LNK2019: unresolved external symbol _cef_get_min_log_level referenced in 
function 
__catch$??$getline@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@YAAAV?$basic_is
tream@DU?$char_traits@D@std@@@0@$$QAV10@AAV?$basic_string@DU?$char_traits@D@std@
@V?$allocator@D@2@@0@D@Z$0

error LNK2019: unresolved external symbol __imp__cef_end_tracing referenced in 
function "bool __cdecl CefEndTracing(class CefStringBase<struct 
CefStringTraitsUTF16> const &,class CefRefPtr<class CefEndTracingCallback>)" 
(?CefEndTracing@@YA_NABV?$CefStringBase@UCefStringTraitsUTF16@@@@V?$CefRefPtr@VC
efEndTracingCallback@@@@@Z)
...

Colud you tell me what I am doing wrong? Or how to corrent change CEF to higher 
version?

Thanks if you could help or not ...

Original issue reported on code.google.com by [email protected] on 18 Jun 2015 at 10:47

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

1 participant