- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I can run my code on my developer machine, however, when I distribute it to my client's machine, I got a few errors, as you can see from the screenshot below.
The most important error, I gather. is the missing of msvcr110.dll, I gather that this is a VC++ distributable missing issues on client machine. May I know which VC++ re-distributable that I should distribute with my application?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is not clear if you distributed the dynamic libraries from "Composer_Root\redist\ia32\mkl\" folder to the customers machine? You can also find the list of all mkl's files that can be redistributed into the redist.txt file ( "Composer_Root\Documentation\en_US\mkl\redist.txt"
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I see that msvcr110.dll is missing.
>>...May I know which VC++ re-distributable that I should distribute with my application?..
Please take a look at a folder: [ Visual Studio Dir ]\VC\Redist.
