G greg Jul 19, 2007 #1 Hi all, What is the easiest way to call C or C++ functions from C# code? Via a DLL file? Thanks, Greg
Hi all, What is the easiest way to call C or C++ functions from C# code? Via a DLL file? Thanks, Greg
C Cezary Nolewajka Jul 19, 2007 #2 I believe you are looking for P/Invoke: http://msdn2.microsoft.com/en-us/library/26thfadc(vs.71).aspx Best regards, Cezary Nolewajka Consultant | Microsoft Services | Microsoft | Poland
I believe you are looking for P/Invoke: http://msdn2.microsoft.com/en-us/library/26thfadc(vs.71).aspx Best regards, Cezary Nolewajka Consultant | Microsoft Services | Microsoft | Poland