Archives

Posts for the ‘C#’ Category

How-To: Dynamically Invoke C++ DLL Function in C#?

March 1st, 2010 11 Commented

Calling a C++ dll from C# code is very common in our daily programming activities. This post shows you how to dynamically invoke a C++ DLL function in C#.

Read More...