LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW RT .net dll call

Solved!
Go to solution

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?

0 Kudos
Message 1 of 3
(2,991 Views)
Solution
Accepted by topic author FLO_INDATECH

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.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 3
(2,976 Views)

Thanks for the answer.

You actually confirmed what I thought...

Now I need to code in LabVIEW everything which is in the dll.

0 Kudos
Message 3 of 3
(2,970 Views)