- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page