Skip to content

Instantly share code, notes, and snippets.

@ronag
Created September 28, 2013 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronag/d83844149dde7e6b37e8 to your computer and use it in GitHub Desktop.
Save ronag/d83844149dde7e6b37e8 to your computer and use it in GitHub Desktop.
12>html.lib(html_producer.obj) : error LNK2019: unresolved external symbol _cef_string_utf16_clear referenced in function "public: static void __cdecl CefBrowserSettingsTraits::clear(struct _cef_browser_settings_t *)" (?clear@CefBrowserSettingsTraits@@SAXPAU_cef_browser_settings_t@@@Z)
12>html.lib(html_producer.obj) : error LNK2019: unresolved external symbol _cef_string_utf8_to_utf16 referenced in function "public: static bool __cdecl CefStringTraitsUTF16::from_string(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct _cef_string_utf16_t *)" (?from_string@CefStringTraitsUTF16@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAU_cef_string_utf16_t@@@Z)
12>html.lib(html_producer.obj) : error LNK2019: unresolved external symbol _cef_string_list_free referenced in function "public: static void __cdecl CefSettingsTraits::clear(struct _cef_settings_t *)" (?clear@CefSettingsTraits@@SAXPAU_cef_settings_t@@@Z)
12>html.lib(html_producer.obj) : error LNK2019: unresolved external symbol "public: static bool __cdecl CefBrowser::CreateBrowser(class CefWindowInfo &,class CefRefPtr<class CefClient>,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStructBase<struct CefBrowserSettingsTraits> const &)" (?CreateBrowser@CefBrowser@@SA_NAAVCefWindowInfo@@V?$CefRefPtr@VCefClient@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@ABV?$CefStructBase@UCefBrowserSettingsTraits@@@@@Z) referenced in function "public: void __thiscall caspar::html::html_producer::run(void)" (?run@html_producer@html@caspar@@QAEXXZ)
12>html.lib(html_producer.obj) : error LNK2019: unresolved external symbol "bool __cdecl CefInitialize(class CefStructBase<struct CefSettingsTraits> const &,class CefRefPtr<class CefApp>)" (?CefInitialize@@YA_NABV?$CefStructBase@UCefSettingsTraits@@@@V?$CefRefPtr@VCefApp@@@@@Z) referenced in function "public: void __thiscall caspar::html::html_producer::run(void)" (?run@html_producer@html@caspar@@QAEXXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_execute_process referenced in function "int __cdecl CefExecuteProcess(class CefMainArgs const &,class CefRefPtr<class CefApp>)" (?CefExecuteProcess@@YAHABVCefMainArgs@@V?$CefRefPtr@VCefApp@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_initialize referenced in function "bool __cdecl CefInitialize(class CefMainArgs const &,class CefStructBase<struct CefSettingsTraits> const &,class CefRefPtr<class CefApp>)" (?CefInitialize@@YA_NABVCefMainArgs@@ABV?$CefStructBase@UCefSettingsTraits@@@@V?$CefRefPtr@VCefApp@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_shutdown referenced in function "void __cdecl CefShutdown(void)" (?CefShutdown@@YAXXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_do_message_loop_work referenced in function "void __cdecl CefDoMessageLoopWork(void)" (?CefDoMessageLoopWork@@YAXXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_run_message_loop referenced in function "void __cdecl CefRunMessageLoop(void)" (?CefRunMessageLoop@@YAXXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_quit_message_loop referenced in function "void __cdecl CefQuitMessageLoop(void)" (?CefQuitMessageLoop@@YAXXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_set_osmodal_loop referenced in function "void __cdecl CefSetOSModalLoop(bool)" (?CefSetOSModalLoop@@YAX_N@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_get_geolocation referenced in function "bool __cdecl CefGetGeolocation(class CefRefPtr<class CefGetGeolocationCallback>)" (?CefGetGeolocation@@YA_NV?$CefRefPtr@VCefGetGeolocationCallback@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_add_cross_origin_whitelist_entry referenced in function "bool __cdecl CefAddCrossOriginWhitelistEntry(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStringBase<struct CefStringTraitsUTF16> const &,bool)" (?CefAddCrossOriginWhitelistEntry@@YA_NABV?$CefStringBase@UCefStringTraitsUTF16@@@@00_N@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_remove_cross_origin_whitelist_entry referenced in function "bool __cdecl CefRemoveCrossOriginWhitelistEntry(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStringBase<struct CefStringTraitsUTF16> const &,bool)" (?CefRemoveCrossOriginWhitelistEntry@@YA_NABV?$CefStringBase@UCefStringTraitsUTF16@@@@00_N@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_clear_cross_origin_whitelist referenced in function "bool __cdecl CefClearCrossOriginWhitelist(void)" (?CefClearCrossOriginWhitelist@@YA_NXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_get_path referenced in function "bool __cdecl CefGetPath(enum cef_path_key_t,class CefStringBase<struct CefStringTraitsUTF16> &)" (?CefGetPath@@YA_NW4cef_path_key_t@@AAV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_launch_process referenced in function "bool __cdecl CefLaunchProcess(class CefRefPtr<class CefCommandLine>)" (?CefLaunchProcess@@YA_NV?$CefRefPtr@VCefCommandLine@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_register_scheme_handler_factory referenced in function "bool __cdecl CefRegisterSchemeHandlerFactory(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefRefPtr<class CefSchemeHandlerFactory>)" (?CefRegisterSchemeHandlerFactory@@YA_NABV?$CefStringBase@UCefStringTraitsUTF16@@@@0V?$CefRefPtr@VCefSchemeHandlerFactory@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_clear_scheme_handler_factories referenced in function "bool __cdecl CefClearSchemeHandlerFactories(void)" (?CefClearSchemeHandlerFactories@@YA_NXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_currently_on referenced in function "bool __cdecl CefCurrentlyOn(enum cef_thread_id_t)" (?CefCurrentlyOn@@YA_NW4cef_thread_id_t@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_post_task referenced in function "bool __cdecl CefPostTask(enum cef_thread_id_t,class CefRefPtr<class CefTask>)" (?CefPostTask@@YA_NW4cef_thread_id_t@@V?$CefRefPtr@VCefTask@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_post_delayed_task referenced in function "bool __cdecl CefPostDelayedTask(enum cef_thread_id_t,class CefRefPtr<class CefTask>,__int64)" (?CefPostDelayedTask@@YA_NW4cef_thread_id_t@@V?$CefRefPtr@VCefTask@@@@_J@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_begin_tracing referenced in function "bool __cdecl CefBeginTracing(class CefRefPtr<class CefTraceClient>,class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefBeginTracing@@YA_NV?$CefRefPtr@VCefTraceClient@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_get_trace_buffer_percent_full_async referenced in function "bool __cdecl CefGetTraceBufferPercentFullAsync(void)" (?CefGetTraceBufferPercentFullAsync@@YA_NXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_end_tracing_async referenced in function "bool __cdecl CefEndTracingAsync(void)" (?CefEndTracingAsync@@YA_NXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_now_from_system_trace_time referenced in function "__int64 __cdecl CefNowFromSystemTraceTime(void)" (?CefNowFromSystemTraceTime@@YA_JXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_parse_url referenced in function "bool __cdecl CefParseURL(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStructBase<struct CefURLPartsTraits> &)" (?CefParseURL@@YA_NABV?$CefStringBase@UCefStringTraitsUTF16@@@@AAV?$CefStructBase@UCefURLPartsTraits@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_create_url referenced in function "bool __cdecl CefCreateURL(class CefStructBase<struct CefURLPartsTraits> const &,class CefStringBase<struct CefStringTraitsUTF16> &)" (?CefCreateURL@@YA_NABV?$CefStructBase@UCefURLPartsTraits@@@@AAV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_register_extension referenced in function "bool __cdecl CefRegisterExtension(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefRefPtr<class CefV8Handler>)" (?CefRegisterExtension@@YA_NABV?$CefStringBase@UCefStringTraitsUTF16@@@@0V?$CefRefPtr@VCefV8Handler@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_visit_web_plugin_info referenced in function "void __cdecl CefVisitWebPluginInfo(class CefRefPtr<class CefWebPluginInfoVisitor>)" (?CefVisitWebPluginInfo@@YAXV?$CefRefPtr@VCefWebPluginInfoVisitor@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_refresh_web_plugins referenced in function "void __cdecl CefRefreshWebPlugins(void)" (?CefRefreshWebPlugins@@YAXXZ)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_add_web_plugin_path referenced in function "void __cdecl CefAddWebPluginPath(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefAddWebPluginPath@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_add_web_plugin_directory referenced in function "void __cdecl CefAddWebPluginDirectory(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefAddWebPluginDirectory@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_remove_web_plugin_path referenced in function "void __cdecl CefRemoveWebPluginPath(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefRemoveWebPluginPath@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_unregister_internal_web_plugin referenced in function "void __cdecl CefUnregisterInternalWebPlugin(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefUnregisterInternalWebPlugin@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_force_web_plugin_shutdown referenced in function "void __cdecl CefForceWebPluginShutdown(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefForceWebPluginShutdown@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_register_web_plugin_crash referenced in function "void __cdecl CefRegisterWebPluginCrash(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CefRegisterWebPluginCrash@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_is_web_plugin_unstable referenced in function "void __cdecl CefIsWebPluginUnstable(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefRefPtr<class CefWebPluginUnstableCallback>)" (?CefIsWebPluginUnstable@@YAXABV?$CefStringBase@UCefStringTraitsUTF16@@@@V?$CefRefPtr@VCefWebPluginUnstableCallback@@@@@Z)
12>libcef_dll_wrapper.lib(libcef_dll_wrapper.obj) : error LNK2019: unresolved external symbol __imp__cef_api_hash referenced in function "int __cdecl CefExecuteProcess(class CefMainArgs const &,class CefRefPtr<class CefApp>)" (?CefExecuteProcess@@YAHABVCefMainArgs@@V?$CefRefPtr@VCefApp@@@@@Z)
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_api_hash
12>libcef_dll_wrapper.lib(response_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_utf16_clear referenced in function "public: void __thiscall CefStringBase<struct CefStringTraitsUTF16>::AttachToUserFree(struct _cef_string_utf16_t *)" (?AttachToUserFree@?$CefStringBase@UCefStringTraitsUTF16@@@@QAEXPAU_cef_string_utf16_t@@@Z)
12>libcef_dll_wrapper.lib(post_data_element_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(zip_reader_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(request_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(v8stack_frame_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(web_plugin_info_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(xml_reader_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(list_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(menu_model_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(process_message_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(v8exception_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(dictionary_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(download_item_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(drag_data_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(frame_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(context_menu_params_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(domdocument_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(domevent_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(domnode_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(string_visitor_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(urlrequest_client_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(v8accessor_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(load_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(request_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(resource_bundle_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(resource_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(download_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(geolocation_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(jsdialog_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(life_span_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(web_plugin_unstable_callback_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(cookie_visitor_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(dialog_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(display_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(app_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(get_geolocation_callback_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(scheme_handler_factory_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(v8handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_clear
12>libcef_dll_wrapper.lib(response_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(post_data_element_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(zip_reader_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(request_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(v8stack_frame_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(web_plugin_info_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(xml_reader_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(list_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(menu_model_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(process_message_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(v8exception_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(dictionary_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(download_item_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(drag_data_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_utf16_set referenced in function "public: void __thiscall std::allocator<char>::construct<char *,char * &>(char * *,char * &)" (??$construct@PADAAPAD@?$allocator@D@std@@QAEXPAPADAAPAD@Z)
12>libcef_dll_wrapper.lib(frame_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(context_menu_params_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(domdocument_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(domevent_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(domnode_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(get_geolocation_callback_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(cookie_visitor_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(resource_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_utf16_set
12>libcef_dll_wrapper.lib(drag_data_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(file_dialog_callback_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_list_free referenced in function "public: void __thiscall std::_Wrap_alloc<class std::allocator<struct std::_Tree_node<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> >,void *> > >::deallocate(struct std::_Tree_node<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> >,void *> *,unsigned int)" (?deallocate@?$_Wrap_alloc@V?$allocator@U?$_Tree_node@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@PAX@std@@@std@@@std@@QAEXPAU?$_Tree_node@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@PAX@2@I@Z)
12>libcef_dll_wrapper.lib(life_span_handler_cpptoc.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(browser_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(dictionary_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_free
12>libcef_dll_wrapper.lib(life_span_handler_cpptoc.obj) : error LNK2019: unresolved external symbol __imp__cef_string_list_copy referenced in function "public: static void __cdecl CefPopupFeaturesTraits::set(struct _cef_popup_features_t const *,struct _cef_popup_features_t *,bool)" (?set@CefPopupFeaturesTraits@@SAXPBU_cef_popup_features_t@@PAU2@_N@Z)
12>libcef_dll_wrapper.lib(binary_value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_binary_value_create referenced in function "public: static class CefRefPtr<class CefBinaryValue> __cdecl CefBinaryValue::Create(void const *,unsigned int)" (?Create@CefBinaryValue@@SA?AV?$CefRefPtr@VCefBinaryValue@@@@PBXI@Z)
12>libcef_dll_wrapper.lib(file_dialog_callback_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_alloc
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_alloc
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_list_alloc referenced in function "public: virtual class CefStringBase<struct CefStringTraitsUTF16> __thiscall CefCommandLineCToCpp::GetSwitchValue(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?GetSwitchValue@CefCommandLineCToCpp@@UAE?AV?$CefStringBase@UCefStringTraitsUTF16@@@@ABV2@@Z)
12>libcef_dll_wrapper.lib(browser_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_alloc
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_alloc
12>libcef_dll_wrapper.lib(dictionary_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_alloc
12>libcef_dll_wrapper.lib(drag_data_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_list_alloc
12>libcef_dll_wrapper.lib(response_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(post_data_element_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_userfree_utf16_free referenced in function "public: __thiscall CefCToCpp<class CefPostDataElementCToCpp,class CefPostDataElement,struct _cef_post_data_element_t>::CefCToCpp<class CefPostDataElementCToCpp,class CefPostDataElement,struct _cef_post_data_element_t>(struct _cef_post_data_element_t *)" (??0?$CefCToCpp@VCefPostDataElementCToCpp@@VCefPostDataElement@@U_cef_post_data_element_t@@@@QAE@PAU_cef_post_data_element_t@@@Z)
12>libcef_dll_wrapper.lib(xml_reader_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(zip_reader_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(request_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(v8exception_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(v8stack_frame_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(web_plugin_info_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(frame_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(list_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(menu_model_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(process_message_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(domnode_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(dictionary_value_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(download_item_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(drag_data_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(context_menu_params_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(domdocument_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(domevent_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_userfree_utf16_free
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_browser_host_create_browser referenced in function "public: static bool __cdecl CefBrowserHost::CreateBrowser(class CefWindowInfo const &,class CefRefPtr<class CefClient>,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStructBase<struct CefBrowserSettingsTraits> const &,class CefRefPtr<class CefRequestContext>)" (?CreateBrowser@CefBrowserHost@@SA_NABVCefWindowInfo@@V?$CefRefPtr@VCefClient@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@ABV?$CefStructBase@UCefBrowserSettingsTraits@@@@V?$CefRefPtr@VCefRequestContext@@@@@Z)
12>libcef_dll_wrapper.lib(browser_host_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_browser_host_create_browser_sync referenced in function "public: static class CefRefPtr<class CefBrowser> __cdecl CefBrowserHost::CreateBrowserSync(class CefWindowInfo const &,class CefRefPtr<class CefClient>,class CefStringBase<struct CefStringTraitsUTF16> const &,class CefStructBase<struct CefBrowserSettingsTraits> const &,class CefRefPtr<class CefRequestContext>)" (?CreateBrowserSync@CefBrowserHost@@SA?AV?$CefRefPtr@VCefBrowser@@@@ABVCefWindowInfo@@V?$CefRefPtr@VCefClient@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@ABV?$CefStructBase@UCefBrowserSettingsTraits@@@@V?$CefRefPtr@VCefRequestContext@@@@@Z)
12>libcef_dll_wrapper.lib(domnode_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_map_alloc referenced in function "public: virtual void __thiscall CefDOMNodeCToCpp::GetElementAttributes(class std::map<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?GetElementAttributes@CefDOMNodeCToCpp@@UAEXAAV?$map@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_map_alloc
12>libcef_dll_wrapper.lib(domnode_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_map_free referenced in function "public: virtual void __thiscall CefDOMNodeCToCpp::GetElementAttributes(class std::map<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?GetElementAttributes@CefDOMNodeCToCpp@@UAEXAAV?$map@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_map_free
12>libcef_dll_wrapper.lib(dictionary_value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_dictionary_value_create referenced in function "public: static class CefRefPtr<class CefDictionaryValue> __cdecl CefDictionaryValue::Create(void)" (?Create@CefDictionaryValue@@SA?AV?$CefRefPtr@VCefDictionaryValue@@@@XZ)
12>libcef_dll_wrapper.lib(list_value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_list_value_create referenced in function "public: static class CefRefPtr<class CefListValue> __cdecl CefListValue::Create(void)" (?Create@CefListValue@@SA?AV?$CefRefPtr@VCefListValue@@@@XZ)
12>libcef_dll_wrapper.lib(process_message_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_process_message_create referenced in function "public: static class CefRefPtr<class CefProcessMessage> __cdecl CefProcessMessage::Create(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?Create@CefProcessMessage@@SA?AV?$CefRefPtr@VCefProcessMessage@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(stream_reader_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_stream_reader_create_for_file referenced in function "public: static class CefRefPtr<class CefStreamReader> __cdecl CefStreamReader::CreateForFile(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CreateForFile@CefStreamReader@@SA?AV?$CefRefPtr@VCefStreamReader@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(stream_reader_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_stream_reader_create_for_data referenced in function "public: static class CefRefPtr<class CefStreamReader> __cdecl CefStreamReader::CreateForData(void *,unsigned int)" (?CreateForData@CefStreamReader@@SA?AV?$CefRefPtr@VCefStreamReader@@@@PAXI@Z)
12>libcef_dll_wrapper.lib(stream_reader_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_stream_reader_create_for_handler referenced in function "public: static class CefRefPtr<class CefStreamReader> __cdecl CefStreamReader::CreateForHandler(class CefRefPtr<class CefReadHandler>)" (?CreateForHandler@CefStreamReader@@SA?AV?$CefRefPtr@VCefStreamReader@@@@V?$CefRefPtr@VCefReadHandler@@@@@Z)
12>libcef_dll_wrapper.lib(stream_writer_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_stream_writer_create_for_file referenced in function "public: static class CefRefPtr<class CefStreamWriter> __cdecl CefStreamWriter::CreateForFile(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CreateForFile@CefStreamWriter@@SA?AV?$CefRefPtr@VCefStreamWriter@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(stream_writer_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_stream_writer_create_for_handler referenced in function "public: static class CefRefPtr<class CefStreamWriter> __cdecl CefStreamWriter::CreateForHandler(class CefRefPtr<class CefWriteHandler>)" (?CreateForHandler@CefStreamWriter@@SA?AV?$CefRefPtr@VCefStreamWriter@@@@V?$CefRefPtr@VCefWriteHandler@@@@@Z)
12>libcef_dll_wrapper.lib(task_runner_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_task_runner_get_for_current_thread referenced in function "public: static class CefRefPtr<class CefTaskRunner> __cdecl CefTaskRunner::GetForCurrentThread(void)" (?GetForCurrentThread@CefTaskRunner@@SA?AV?$CefRefPtr@VCefTaskRunner@@@@XZ)
12>libcef_dll_wrapper.lib(task_runner_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_task_runner_get_for_thread referenced in function "public: static class CefRefPtr<class CefTaskRunner> __cdecl CefTaskRunner::GetForThread(enum cef_thread_id_t)" (?GetForThread@CefTaskRunner@@SA?AV?$CefRefPtr@VCefTaskRunner@@@@W4cef_thread_id_t@@@Z)
12>libcef_dll_wrapper.lib(urlrequest_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_urlrequest_create referenced in function "public: static class CefRefPtr<class CefURLRequest> __cdecl CefURLRequest::Create(class CefRefPtr<class CefRequest>,class CefRefPtr<class CefURLRequestClient>)" (?Create@CefURLRequest@@SA?AV?$CefRefPtr@VCefURLRequest@@@@V?$CefRefPtr@VCefRequest@@@@V?$CefRefPtr@VCefURLRequestClient@@@@@Z)
12>libcef_dll_wrapper.lib(v8context_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8context_get_current_context referenced in function "public: static class CefRefPtr<class CefV8Context> __cdecl CefV8Context::GetCurrentContext(void)" (?GetCurrentContext@CefV8Context@@SA?AV?$CefRefPtr@VCefV8Context@@@@XZ)
12>libcef_dll_wrapper.lib(v8context_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8context_get_entered_context referenced in function "public: static class CefRefPtr<class CefV8Context> __cdecl CefV8Context::GetEnteredContext(void)" (?GetEnteredContext@CefV8Context@@SA?AV?$CefRefPtr@VCefV8Context@@@@XZ)
12>libcef_dll_wrapper.lib(v8context_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8context_in_context referenced in function "public: static bool __cdecl CefV8Context::InContext(void)" (?InContext@CefV8Context@@SA_NXZ)
12>libcef_dll_wrapper.lib(v8stack_trace_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8stack_trace_get_current referenced in function "public: static class CefRefPtr<class CefV8StackTrace> __cdecl CefV8StackTrace::GetCurrent(int)" (?GetCurrent@CefV8StackTrace@@SA?AV?$CefRefPtr@VCefV8StackTrace@@@@H@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_undefined referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateUndefined(void)" (?CreateUndefined@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@XZ)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_null referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateNull(void)" (?CreateNull@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@XZ)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_bool referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateBool(bool)" (?CreateBool@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@_N@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_int referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateInt(int)" (?CreateInt@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@H@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_uint referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateUInt(unsigned int)" (?CreateUInt@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@I@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_double referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateDouble(double)" (?CreateDouble@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@N@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_date referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateDate(class CefTime const &)" (?CreateDate@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@ABVCefTime@@@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_string referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateString(class CefStringBase<struct CefStringTraitsUTF16> const &)" (?CreateString@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_object referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateObject(class CefRefPtr<class CefV8Accessor>)" (?CreateObject@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@V?$CefRefPtr@VCefV8Accessor@@@@@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_array referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateArray(int)" (?CreateArray@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@H@Z)
12>libcef_dll_wrapper.lib(v8value_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_v8value_create_function referenced in function "public: static class CefRefPtr<class CefV8Value> __cdecl CefV8Value::CreateFunction(class CefStringBase<struct CefStringTraitsUTF16> const &,class CefRefPtr<class CefV8Handler>)" (?CreateFunction@CefV8Value@@SA?AV?$CefRefPtr@VCefV8Value@@@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@V?$CefRefPtr@VCefV8Handler@@@@@Z)
12>libcef_dll_wrapper.lib(xml_reader_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_xml_reader_create referenced in function "public: static class CefRefPtr<class CefXmlReader> __cdecl CefXmlReader::Create(class CefRefPtr<class CefStreamReader>,enum cef_xml_encoding_type_t,class CefStringBase<struct CefStringTraitsUTF16> const &)" (?Create@CefXmlReader@@SA?AV?$CefRefPtr@VCefXmlReader@@@@V?$CefRefPtr@VCefStreamReader@@@@W4cef_xml_encoding_type_t@@ABV?$CefStringBase@UCefStringTraitsUTF16@@@@@Z)
12>libcef_dll_wrapper.lib(zip_reader_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_zip_reader_create referenced in function "public: static class CefRefPtr<class CefZipReader> __cdecl CefZipReader::Create(class CefRefPtr<class CefStreamReader>)" (?Create@CefZipReader@@SA?AV?$CefRefPtr@VCefZipReader@@@@V?$CefRefPtr@VCefStreamReader@@@@@Z)
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_command_line_create referenced in function "public: static class CefRefPtr<class CefCommandLine> __cdecl CefCommandLine::CreateCommandLine(void)" (?CreateCommandLine@CefCommandLine@@SA?AV?$CefRefPtr@VCefCommandLine@@@@XZ)
12>libcef_dll_wrapper.lib(command_line_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_command_line_get_global referenced in function "public: static class CefRefPtr<class CefCommandLine> __cdecl CefCommandLine::GetGlobalCommandLine(void)" (?GetGlobalCommandLine@CefCommandLine@@SA?AV?$CefRefPtr@VCefCommandLine@@@@XZ)
12>libcef_dll_wrapper.lib(request_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_multimap_alloc referenced in function "public: virtual void __thiscall CefRequestCToCpp::GetHeaderMap(class std::multimap<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?GetHeaderMap@CefRequestCToCpp@@UAEXAAV?$multimap@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(response_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_multimap_alloc
12>libcef_dll_wrapper.lib(request_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_string_multimap_free referenced in function "public: virtual void __thiscall CefRequestCToCpp::GetHeaderMap(class std::multimap<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?GetHeaderMap@CefRequestCToCpp@@UAEXAAV?$multimap@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(response_ctocpp.obj) : error LNK2001: unresolved external symbol __imp__cef_string_multimap_free
12>libcef_dll_wrapper.lib(request_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_request_create referenced in function "public: static class CefRefPtr<class CefRequest> __cdecl CefRequest::Create(void)" (?Create@CefRequest@@SA?AV?$CefRefPtr@VCefRequest@@@@XZ)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_utf16_cmp referenced in function "public: static int __cdecl CefStringTraitsUTF16::compare(struct _cef_string_utf16_t const *,struct _cef_string_utf16_t const *)" (?compare@CefStringTraitsUTF16@@SAHPBU_cef_string_utf16_t@@0@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_list_size referenced in function "void __cdecl transfer_string_list_contents(void *,class std::vector<class CefStringBase<struct CefStringTraitsUTF16>,class std::allocator<class CefStringBase<struct CefStringTraitsUTF16> > > &)" (?transfer_string_list_contents@@YAXPAXAAV?$vector@V?$CefStringBase@UCefStringTraitsUTF16@@@@V?$allocator@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_list_value referenced in function "void __cdecl transfer_string_list_contents(void *,class std::vector<class CefStringBase<struct CefStringTraitsUTF16>,class std::allocator<class CefStringBase<struct CefStringTraitsUTF16> > > &)" (?transfer_string_list_contents@@YAXPAXAAV?$vector@V?$CefStringBase@UCefStringTraitsUTF16@@@@V?$allocator@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_list_append referenced in function "void __cdecl transfer_string_list_contents(class std::vector<class CefStringBase<struct CefStringTraitsUTF16>,class std::allocator<class CefStringBase<struct CefStringTraitsUTF16> > > const &,void *)" (?transfer_string_list_contents@@YAXABV?$vector@V?$CefStringBase@UCefStringTraitsUTF16@@@@V?$allocator@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@@std@@PAX@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_map_size referenced in function "void __cdecl transfer_string_map_contents(void *,class std::map<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?transfer_string_map_contents@@YAXPAXAAV?$map@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_map_key referenced in function "void __cdecl transfer_string_map_contents(void *,class std::map<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?transfer_string_map_contents@@YAXPAXAAV?$map@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_map_value referenced in function "void __cdecl transfer_string_map_contents(void *,class std::map<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?transfer_string_map_contents@@YAXPAXAAV?$map@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_map_append referenced in function "void __cdecl transfer_string_map_contents(class std::map<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > const &,void *)" (?transfer_string_map_contents@@YAXABV?$map@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@PAX@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_multimap_size referenced in function "void __cdecl transfer_string_multimap_contents(void *,class std::multimap<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?transfer_string_multimap_contents@@YAXPAXAAV?$multimap@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_multimap_key referenced in function "void __cdecl transfer_string_multimap_contents(void *,class std::multimap<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?transfer_string_multimap_contents@@YAXPAXAAV?$multimap@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_multimap_value referenced in function "void __cdecl transfer_string_multimap_contents(void *,class std::multimap<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > &)" (?transfer_string_multimap_contents@@YAXPAXAAV?$multimap@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@@Z)
12>libcef_dll_wrapper.lib(transfer_util.obj) : error LNK2019: unresolved external symbol __imp__cef_string_multimap_append referenced in function "void __cdecl transfer_string_multimap_contents(class std::multimap<class CefStringBase<struct CefStringTraitsUTF16>,class CefStringBase<struct CefStringTraitsUTF16>,struct std::less<class CefStringBase<struct CefStringTraitsUTF16> >,class std::allocator<struct std::pair<class CefStringBase<struct CefStringTraitsUTF16> const ,class CefStringBase<struct CefStringTraitsUTF16> > > > const &,void *)" (?transfer_string_multimap_contents@@YAXABV?$multimap@V?$CefStringBase@UCefStringTraitsUTF16@@@@V1@U?$less@V?$CefStringBase@UCefStringTraitsUTF16@@@@@std@@V?$allocator@U?$pair@$$CBV?$CefStringBase@UCefStringTraitsUTF16@@@@V1@@std@@@3@@std@@PAX@Z)
12>libcef_dll_wrapper.lib(response_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_response_create referenced in function "public: static class CefRefPtr<class CefResponse> __cdecl CefResponse::Create(void)" (?Create@CefResponse@@SA?AV?$CefRefPtr@VCefResponse@@@@XZ)
12>libcef_dll_wrapper.lib(request_context_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_request_context_get_global_context referenced in function "public: static class CefRefPtr<class CefRequestContext> __cdecl CefRequestContext::GetGlobalContext(void)" (?GetGlobalContext@CefRequestContext@@SA?AV?$CefRefPtr@VCefRequestContext@@@@XZ)
12>libcef_dll_wrapper.lib(request_context_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_request_context_create_context referenced in function "public: static class CefRefPtr<class CefRequestContext> __cdecl CefRequestContext::CreateContext(class CefRefPtr<class CefRequestContextHandler>)" (?CreateContext@CefRequestContext@@SA?AV?$CefRefPtr@VCefRequestContext@@@@V?$CefRefPtr@VCefRequestContextHandler@@@@@Z)
12>libcef_dll_wrapper.lib(post_data_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_post_data_create referenced in function "public: static class CefRefPtr<class CefPostData> __cdecl CefPostData::Create(void)" (?Create@CefPostData@@SA?AV?$CefRefPtr@VCefPostData@@@@XZ)
12>libcef_dll_wrapper.lib(post_data_element_ctocpp.obj) : error LNK2019: unresolved external symbol __imp__cef_post_data_element_create referenced in function "public: static class CefRefPtr<class CefPostDataElement> __cdecl CefPostDataElement::Create(void)" (?Create@CefPostDataElement@@SA?AV?$CefRefPtr@VCefPostDataElement@@@@XZ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment