04-29-2020 09:26 AM
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
Solved! Go to Solution.
04-29-2020 10:23 AM
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.