Do you know to call Dll function from native C/C++? Just do the same in C++/CLI. Add .lib to the linker dependencies list, include required h-file and call unmanaged function directly.