I have written my own DLL that wrap UNICODE to char and call another DLL from MicroChip. When I call my DLL from LabVIEW on my PC it works well. But if I try to call this DLL from another PC, I see the error that msvcrt.dll is missed.
To solve this problem I tried to install "Redistributing Visual C++ package for x86". It did not help. Also tried to compile library in "Release" mode with /MD tag in Runtime Library - same result.
Could you suggest me how can I solve this problem?