You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Jun 2015 at 10:47The text was updated successfully, but these errors were encountered: