I am working on a project that has some components written in LabVIEW and others in C++. The C++ code requires a function that would most easily be implemented by wrapping a single LabVIEW function as a DLL. Is this okay from a Licensing perspective?
To clarify, if I have a valid license to create DLLs with LabVIEW and distibute them, can I distribute a dll that wraps a single LabVIEW function? This is for use within a larger project and not an attempt to provide a toolkit of wrapped LV functions for use by a third party.