I created many function panels with Labwindows and they work fine.
The problem arises when a function of my library uses a custom type,
e.g. a struct: I have to edit the control in the function panel
window, and I can choose only among standard C types. If I choose a
type which is different from the one used by my function, the library
works fine anyway, but it is not very elegant for the end-user.
Any suggestion appreciated.
Tanks