Deployment of VC2005 S-Function: MSVCP80 missing
Show older comments
Deployment of Visual Studio 2005 S-Function: MSVCP80/MSVCR80/MSJAVA missing
My s-function created using VC2005 (SP1) is running as intended on the machine on which I created it. When I deploy that S-Function to other machines it crashes on some of them. Using "Dependency Walker" shows up three errors about missing DLLs.
- On the target machine I found MSVCP80/MSVCR80 installed in ..\WinSxS directory.
- After some readings I assume that my problem is related to different version numbers of the DLLs
- Reinstalling "vcredist" didn´t fix the problem.
- Is it possible NOT to use any of these DLLs?
- If not, how to deploy s-functions to different machines painlessly?
- What are the exact project settings for a VC2005 s-Function (e.g. MANIFEST) ...?
Thanks in advance Uwe Creutzburg
Accepted Answer
More Answers (1)
Uwe Creutzburg
on 2 Nov 2011
0 votes
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!