
Passing a parameter to an external function
Question: Can I pass the address of a PowerBuilder function as an argument to an external function located in a dll? The dll documentation shows that it expects the address of an error function of the form “void my_function(void *ptr)” as a parameter. Answer: You cannot do this directly in