Closed Janrupf closed 4 years ago
The Microsoft compiler usually links the runtime library dynamically which can cause issues in case the user has not installed the VCRuntime packages. To get around this, we simply link the runtime into the resulting DLL.
The Microsoft compiler usually links the runtime library dynamically which can cause issues in case the user has not installed the VCRuntime packages. To get around this, we simply link the runtime into the resulting DLL.