User | Kudos |
---|---|
5 | |
3 | |
2 | |
2 | |
2 |
Hello,
Actually the LabVIEW project Build Specification allow to create an old style DLL shared Library.
This kind of DLL is not so user friendly to use, because you have to define the DLL function prototypes, when you want to use them ... (Import, declare ... )
It would be nice, to be able to create a .Net DLL shared Library which is more easy to interface. (Without declare, import ...)
The DotNet DLLs can be used without having to create Import declaration.
The self documentation of DotNet DLLs don't need to declare all function prototypes when you want to use them.
My need is :
- To create LabVIEW drivers libraries
- To create Packed libraries, from these librairies, to be used by LabVIEW projects or TestStand sequences.
- To create DLL from the same libraries, to be used by dotNet projects
Thanks a lot for reading.
Manu.Net
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.