I am trying to create a simple .Net wrapper around some basic C ++ code.
C ++ code does not rely on anything in the vcredist DLL, so I wonder if I can set up my project, so it doesn't require these dlls to work?
I would really like my users to download and run vcredist, just for the simple operation of the DLL.
source share