calling an unmanaged c function with arrays andvariable parameter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • josef

    calling an unmanaged c function with arrays andvariable parameter

    Hello,

    how do I call the following unmanaged C function from C#
    float* Fx(int a, float* b1, float*b2, ...);

    thanks
    josef
Working...