Using LabWindows/CVI version 8.1
I have created two programs running on one PC that communicate by using localHost and UDP/IP
In the first program I assign and fill two arrays.
The second program asks for pointers to the arrays.
The second program receives pointers that agree between the two programs.
The second program tries to read the array at the pointer but gets a General Protection Fault.
Is there a way for the second program to access the data from the first program by reference without passing the data to the second program?
There is quite a bit of data.
Thanks,
archieb