04-22-2005 04:14 PM
04-23-2005 05:43 PM
@kevinhy wrote:
I have a dll function that defines a buffer and a second dll function that writes to the buffer. However the buffer is not directly wired into the second function; the function "gets to know" the buffer by a structure handle that goes through each and every functions in this dll. I need to save the data in the buffer after the second dll write to it and I haven't found a way to do so. I have tried to create a local variable of the buffer and extract data out of the local variable. When I check the obtained data, no data has been written to the locate variable. it seems that when I create the local variable labview made a second copy of the buffer and no data has been written to the second copy. If I am to be correct, the question is how to access the real buffer that contains the real data, So far I have not got a clue how to do that.
kevin