LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview generated Dll not compiling in visual studio

Solved!
Go to solution

Hi,

I'm trying to compile LabVIEW generated DLL in visual studio but it is saying that LabVIEW runtime engine is required. Is there any way where I can compile Labview generated DLL in VIsual studio without installing the LabVIEW runtime engine? I have attached the image of the error I'm getting.

Thank You

Ruhi

0 Kudos
Message 1 of 2
(2,061 Views)
Solution
Accepted by rolfk

Like all dlls, you need a runtime to give the code inside the dll meaning.  For most Microsoft dlls, you usually don't have to install the runtime because it's either native to Windows or because it has already been installed by something else.

 

You'll need to distribute the LV runtime.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(2,038 Views)