typedef struct {
long dimSizes[2];
double Numeric[1];
} TD8;
typedef TD8 **TD8Hdl;
TD8Hdl *spec_map;
DSSetHandleSize(*spec_map, sizeof(int32)*2 + 100*10*sizeof(double) );
Greg could you please explain what is wrong with this because i am
still getting an "exception" error
Thanks for the reply. I have used malloc before successfully. I tried
using 'NumericArrayResize' but it seems to want a pointer to a handle
of 'unsigned char' but my data is a numeric array. For intance if i
have the following:-
typedef struct {
long dimSize;
double elt[1];
I need some help.
Can some please explain what i am doing wrong here. i have created a
Dll from a LV 7.0 vi. The header file looks something like this:
typedef struct {
long dimSize;
double elt[1];
} TD2;
typedef TD2 **TD2Hdl;
typedef struct {
double f0;
Joe,
That seems to have fixed the problem.
Thanx
I am trying to create a LabView Dll, however i keep getting this error
whan i attempt to build it. I have created Dll's before but all of a
sudden it just stopped working. Has anyone else seen this and can
shed some light? I'm using LV 7.0