Need to interface to a C++ DLL
- by Pedro
Hi,
I need to call a C++ API from C#. I have been able to call the API, but the char[] parameters do not seem to be marshalling correctly.
Here's the C++ signature:
Create2ptModel(double modelPowers[2],
double modelDacs[2],
int pclRange[2],
double targetPowers[32],
double…