blah blah blah is here! blah blah » Close

0
votes
1 answers

C# help on unmanaged DLL C function in c sharp

Hi all, i am working on a C DLL which takes all inputs as pointer values...unmanaged code [DllImport("Ziee_Mask.dll")] unsafe public static extern void IQ_Data_to_Spectrum(double* Spec, double* Real, double ...

Feedback