F
Furer Ramon
I need to call the function mul3 in a dll:
extern "C" unsigned __declspec(dllexport) mul3(unsigned npts, const double *
src, double * dst);
from vb.net
how can i do this?
Greets
Ramon
extern "C" unsigned __declspec(dllexport) mul3(unsigned npts, const double *
src, double * dst);
from vb.net
how can i do this?
Greets
Ramon