私はCEFでプロジェクトを開始するためにcef_binary_3.2840.1493.g4e029f4_windows32をダウンロードしました。私はVSプロジェクトをビルドするためにcmakeを使用しましたが、cefプロジェクト(cef_simple)をコンパイルするためにVS2015を使用します。いくつかのリンクエラーがあります: void __cdecl base :: allocator :: InsertAllocatorDispatch(struct base :: allocator :: AllocatorDispatch *) "(?InsertAllocatorDispatch @ allocator @ base @@ YAXPAUAllocatorDispatch @ 12 @@ Z)cefsimple D:\ cef \ cefsimple \ cef_sandbox.lib(malloc_dump_provider.obj) 他の人がコンパイルして正常に実行できるので混乱してしまいます(システムはVS2013のWIN10 64です)ので、誰でも私に答えを与えることができますか? PS:私のシステムはWIN7 64cef project compile link error2001
1
A
答えて
1
回避方法: ../../debug/cef_sandbox.libという文字列を削除します。 (プロジェクト設定 - >リンカ - >入力 - > AdditionalDependencies) また、Definesで削除が必要です:CEF_USE_SANDBOX
P.S.この問題は 'https://bitbucket.org/chromiumembedded/cef/wiki/Tutorial'とcefsimple_win.ccファイルのコメントに記述されています。このエラーの原因:cef_sandbox.libはVS2013でリンクされており、新しいバージョンではリンクされません。もう1つの解決方法は次のような方法です: -DUSE_SANDBOX = Cmake実行時はOFF
関連する問題
- 1. CEF - MDdでテストを構築
- 2. `compile project(:dependency)`の依存関係のための格子マッピング?
- 3. CEFクラスSimpleHandlerが
- 4. android ant compile failing
- 5. CEF Pythonプロキシ認証
- 6. CEFブラウザの問題
- 7. AngularJSディレクティブ - なぜcompile()で定義された式のlink()で$ compileを呼び出す必要がありますか?
- 8. Cmake link library target link error
- 9. maven compile groovy
- 10. Ruby 'codeile while compile'
- 11. Vue.js 2.0 this。$ compile
- 12. JSmooth EXE Compile
- 13. $ compile vs $ componentController
- 14. WebService Project Java on Gradle Project
- 15. JavaでEclipseでCEF開発
- 16. cef python - サイズ変更時フリーズ
- 17. CEF 3フチ無しのウィンドウ
- 18. eval-when-compile not honored?
- 19. XML :: Compile :: SOAPとフォールトコール
- 20. android cross compile、ndk、toolchain
- 21. Oracle Sql Dev内でのCOMPILEとCOMPILE WITH DEBUGの違いは?
- 22. CEF initializeはfalseを返します
- 23. CEF/ChromiumレンダリングプロセスのCPU使用率
- 24. CEFクライアントでドラッグ中の画像プレビュー
- 25. cefフレームワークでwindow.external.xxxをサポートするには
- 26. CEFのPython ExecuteJavascriptは、入力要素
- 27. android ant -pre-compile対-pre-build
- 28. virtualenv project vs django/rapidsms project
- 29. cmake link xlibディレクトリC++
- 30. angularjsに$ compileを含むメールテンプレートを作成