Hi,
I need to pass an array of 3 structures of the type below from labview 7 to a dll written in C++. Can anyone help ?
Thanks
John
typedef struct motor_info {
int Motor_Type; /* the type of motor control board(0: motor control board) */
int Step_Mtr_Ch; /* the number of Stepping Motor channel(0 - 11) */
int DC_Mtr_Ch; /* the number of DC Motr channel(0 - 😎 */
int DC_Sld_Ch; /* the number of DC Solenoid channel(0 - 4) */
int Reserve[8]; /* reserve area for future */
} MOTOR_INFO;