Re: "Fatal internal error:"memory.cpp",line 593"

2004-03-09 Thread wewe
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

Re: "Fatal internal error:"memory.cpp",line 593"

2004-03-03 Thread wewe
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];

"Fatal internal error:"memory.cpp",line 593"

2004-03-01 Thread wewe
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;

Re: error -2147221480 occured at building dll stub

2004-03-01 Thread wewe
Joe, That seems to have fixed the problem. Thanx

error -2147221480 occured at building dll stub

2004-02-25 Thread wewe
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