LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown size of type pointer to __cdecl voidfunction(int)

What does this error mean?

I have:

 

double *data=NULL;

double *pointer=NULL;

double *ini=NULL;

double array[10][10];

data=malloc(100*sizeof(double));

pointer=data;

ini=data;

ReadAnalog.......

array[1][1]=*pointer;

 

Error

 

 

 

0 Kudos
Message 1 of 4
(3,361 Views)

Hi Leee,

 

can you please more specify the error you get?

 

Best regards,

Abduelkerim

Sales
NI Germany
0 Kudos
Message 2 of 4
(3,343 Views)

Hi,

 

i have solved it already. Thanks anyway. But Is ist possible while writing a txt file to read it´´from it salmontaneously?=

0 Kudos
Message 3 of 4
(3,337 Views)

Hi Leeee,

 

thank you for your post.

Usually, if you have configured your txt file that it is possible to read and write simultaneously it should work.

But you should have a look that for example, if you want to read from line 10 but it does not exist, you will of course get an error.

 

Best regards,

Abduelkerim

Sales
NI Germany
0 Kudos
Message 4 of 4
(3,335 Views)