ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
01-27-2011 05:58 PM
When you create a Call Library Function, you can use a InstanceDataPtr... it is explained as...
I would like to know what is it useful for and how can I use it when dealing with DLLs and the Call Library Function node, but I could not fin any example using this parameter. so, if anybody can give a brief explanation and example, it would be great.
Thanks.
01-30-2011 07:42 PM
Hello,
Would you mind describing your application and how you intend to use the Call Library Function Node within it?
Thanks,
01-31-2011 12:36 PM
It is an application that needs to call an external API. This API needs to create and initialize some particular variables for each Labview node calling the API... in order to be able to have more than one Labview node calling the API's functions running at once. So, I need to associate some variables to each different instance of each Call Library Function (all CLF Nodes call the same DLL).
Thanks.
02-03-2011
07:34 AM
- last edited on
05-28-2025
02:06 PM
by
Content Cleaner
Here is some information about configuring call backs. I believe this means that you should only use this data type if you are using callbacks but I will confirm this.
Regards,