Working with C Functions
I have a library of C functions that I have compiled into a DLL. I want to use these C functions from within my C# code. I have duplicated my C data structures in C# and I am able to marshal from C# to C. Is it possible to marshal an array of objects from C# to C, and if so how do I do it?
The C library contains extremely complex calculations and it is not feasible to port and test given the project time constraints.
Thanks
Ross
jcity444Posted Mar 21, 2005, 11:37 PM
syn_ganeshvPosted Dec 1, 2004, 3:40 AM