問題タブ [visual-c++-2015]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
installation - 環境変数ウィンドウにビジュアル C++ 2015 のアドレスを追加する方法は?
Windows 7 に Visual C++ 2015 をインストールしました。次のエラーが発生しました。
私を導いてください
visual-c++ - MSVC (Microsoft Visual C++) 2015 で Google Crashpad をビルドするにはどうすればよいですか?
Google Crashpad は、MSVC 2015 および MSVC 2017 でコンパイルできると主張しています (この投稿の執筆時点)。
ただし、Google Crashpad はmini_chromiumに依存しています。これは、 MSVC 2017 以降が必要であることを明示的に示すchromium プロジェクトです。
このガイド、最新の Crashpad コミット、およびdepot_tools に従って Crashpadをコンパイルしてみました。MSVC 2017 では正常にコンパイルできますが、MSVC 2015 と mini_chromium でかなりの数のコンパイラ エラーが発生します。MSVC 2015 を使用してコンパイルされたライブラリに対してクライアント ソフトウェアを動的にリンクする必要があります。
この StackOverflow Questionにより、Crashpad を動的ライブラリに組み込むことができました。ただし、MSVC 2017 でしか実行できません。後で MSVC 2015 でコンパイルされたソフトウェアを MSVC 2017 の Crashpad ビルドにリンクしようとすると、このエラーが発生します。
python - Import DLL failed after converting py to exe using pyinstaller
I made a desktop app in tkinter, it runs fine normally but when convert the project to Window exe using pyinstaller it does not work. it gives Import Error
Now this error is solved when I install Microsoft visual c++ 2015 redistributable but this is not a solution for me as my software has to be installed on hundred of machines.
Is there a way I could use microsoft visual c++ 2015 redistributable DLLs inside of my projec without installing them?
thanks for reading :D