R
Relaxin
I want to create some DLL's in C# but they must be used in a C program.
How do I create the exports for the C# dll and how would I access them from
a C executable or DLL.
If it can't be done using C, then how do you do it if you are using C++ ?
P.S. The C program is a Windows program.
How do I create the exports for the C# dll and how would I access them from
a C executable or DLL.
If it can't be done using C, then how do you do it if you are using C++ ?
P.S. The C program is a Windows program.