06-23-2008 01:20 PM
06-24-2008 10:10 AM
06-24-2008 01:13 PM
06-25-2008 04:10 AM
03-17-2009 04:56 AM
Hello,
I want to refresh the topic.
Has anyone solved this problem?
My function returns a pointer to a table of int. How can I convert the pointer to the real table and read its elements?
Przemek
03-17-2009 05:19 AM
03-17-2009 05:40 AM
03-17-2009 07:11 AM
the problem: How to read (for example) the second element of the table the pointer my dll returns points at?
03-17-2009 07:25 AM
Super!
Many thanks Wiebe for pointing me to the LabVIEW API. The MoveBlock is the hit for dealing with pointers (If an array has 0s, the StrCpyN of WinAPI stops). What a luck that przemmo refreshed that thread. I was crawling the forum for ages on that...
Felix
03-17-2009 08:40 AM