Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert structures defined in VC++ to Labview

hi

 

I am converting a previously written VC++ code  to labview ...

but i m facing a problem ... ie ... in VC++ 

 typedef struct
{
    float X,Y,Z;

    int X2,Y2; 
}Position;
 in VC++ , if i hv to assign a value to structure.I use pointer to structure  so as to give value to each individual variable...

but as far as labview is concerned how to create structure & assign value to it directly ...

is creating structure same as creating clusters in labview ? 

& how to assign value to it ? is thr any thing like pointer's in labview ? 

 

I am using Labview 8.0..  

 

waiting in anticipation ... 

reply asap... 

thanking u for ur support...

 

regards

Yogan

 

0 Kudos
Message 1 of 1
(5,933 Views)