-
Notifications
You must be signed in to change notification settings - Fork 3
Export lvlibp method
viltbalint edited this page Jan 9, 2018
·
4 revisions
- Methods need to be exported to .NET DLL
- Example:
- Factory.createA() returns A object
- A.foo() interface have to be available --> A.foo() methods have to be exported in .NET DLL build specification
- "A" class is in packed library
- LabVIEW doesn´t allow to export methods from packed libraries
- Wrap casting interface to implementation object
- Limitation: not acceptable in case of multiple implementations