03-03-2016 04:15 AM
Hi,
I have a managed dll (.net) which Iwould like to use in LabVIEW RT.
Is it possible to create a dll using my windows project with VIs which call the .net dll. Afterward I would use the LabVIEW generated dll in my RT program.
Would the LabVIEW generated dll requires any .net component this way?
Solved! Go to Solution.
03-03-2016 05:28 AM
What RT target are you using / what OS is it running? Only PharLap targets can run DLL code and there is a DLL checker which will verify if your DLL will run on PharLap: http://digital.ni.com/public.nsf/websearch/0BF52E6FAC0BF9C286256EDB00015230?OpenDocument
As far as I know, if your DLL calls .NET functions, it won't run on the RT target as .NET is not supported/available on RT.
03-03-2016 05:36 AM
Thanks for the answer.
You actually confirmed what I thought...
Now I need to code in LabVIEW everything which is in the dll.