1、调用动态链接库6 - labview 中对 c 语言指针的处理c 语言函数常有指针类型的参数,有时候,在labview 中只能得到一个指向某个数据的指针。比如,在第4节里的一个例子:#pragma pack (1) typedef struct char a; char* str; int b mystct; mystct* teststruct; long teststructure(mystct* tempstct); ...