09-11-2007 04:33 PM
09-12-2007 07:36 PM
09-16-2007 06:58 AM
Thank you for your answer,
but it didn't help me because you recommended the usual way of passing structs.
What I'm trying to achive is to send the teststand struct pointer down to the cvi and in it to perform changes on the memory position
of the teststand struct, unfortently ,when I send the pointer down to the cvi I get NULL pointer; what ever I've tried doing just didn't work.
The reason I didn't want to pass the struct by the usuall way is because I will need to preapre a huge amount of structs in the teststand
and typedef in the cvi which will make life much more complicated, it just doesn't fill wright that I can't send the container pointer
to the cvi for what ever reason I desire.
Zohar
09-17-2007 05:30 PM