10-11-2011 04:31 AM
Why?
Will it be supported in the near future ?
10-19-2011 03:33 AM
Hi pacome,
if you could include your project or a code snippet to illustrate the issue you are experiencing, we would be happy to provide you further assistance.
Regards,
Benjamin
10-19-2011 09:04 AM
I have delivered multiple applications going back to ... LV 8.2 with Dynamic dispatch terminals.
Are you including the target classes in the build?
Are you searching for them correctly?
Please post an example that demonstrates the issue that lead you to your stated conclusion.
Ben
10-19-2011 10:05 AM
I wanted to build a shared DLL.
The problem occurs when an input Control is a dynamic dispatch terminal.
10-19-2011 10:22 AM
@pacome wrote:
I wanted to build a shared DLL.
The problem occurs when an input Control is a dynamic dispatch terminal.
"Now that's a horse of a different color!" (Caby, Wizard of Oz, Emerald City Scene).
Yes the DLL spec never knew about dynamic dispatching.
Your best option is to wrap the LVOOP stuff up in wrappers and expose the wrappers.
I'm curious if others have ideas as well.
Ben