04-22-2009 08:19 AM
Can We call a function dynamically using a call function node.
requirements - Function need to be selected dynamically, hope that Dumpbin will list the exported function in a dll to /out file
this needs to configure the Call function node dynamically .... is it possible?
help please .... suggest me if it possible with any other language too...
04-22-2009 08:40 AM
No, the configuration of the call library function node cannot be changed in runtime.
You can make a node for every function call and use a case structure to call the respective function then.