I have a dll written in C code to I use in my C# project.
One returned data structure is like this :
#define WV_MAX_TREND_PARAMETERS 60
#define WV_MAX_TREND_SAMPLES 1501
#define WV_MAX_TIME_CHANGES 24
#define WV_MAX_TREND_HOURS 25
#define WV_LABEL_SIZE...
I have to use a dll written in C in a C# VS project.
I have some difficulties to translate and use the structures declared in C.
structure of the trend list :
===============================
C structure
-------------
typedef struct
{
WV_PARAMETER_ID WvParameterID...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.