-
Notifications
You must be signed in to change notification settings - Fork 3
DLL issues main page
viltbalint edited this page Jan 11, 2018
·
19 revisions
- Fast compilation of DLL-based LV executables (in case of big projects)
- Interoperability between programming languages
- Packed library „dependency hell“
- Dependency conflict across packed libraries --> runtime error in application!
- Sources
-
Inheritance from .NET class is not possible [link]
-
Parent class’ (public) methods not visible [link]
-
Can´t abort .NET calls externally [link]
-
DLL call returns default values in case of exception [link]
-
Can´t export methods from packed library [link]
-
Other issues [link]
-
Overwrite of .NET class member method is not possible [link]
-
Parent class’ (public) methods not visible [link]
-
Wrongly generated enumeration type [link]
-
Other issues [link]