G
Guest
I have a small C++/CLI application which calls an unmanaged lib.
It seems like I can't use /clrure and link with the unmanaged lib (LNK1313
error).
The problem I have is that compiling with /clr adds a dependency on several
msvc*.dll:s which adds some unwanted complexity to the installation.
Is it possible to avoid the msvc*.dll dependency without explicit p/invoke?
It seems like I can't use /clrure and link with the unmanaged lib (LNK1313
error).
The problem I have is that compiling with /clr adds a dependency on several
msvc*.dll:s which adds some unwanted complexity to the installation.
Is it possible to avoid the msvc*.dll dependency without explicit p/invoke?