LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling the STDIN STDOUT of a legacy application in LabVIEW

Solved!
Go to solution

D:\Projects\OpenG\opengtoolkit\pipe\source\ogpipes.*

Error msg

DLL is searching for this path. 

where the DLL will be there?

0 Kudos
Message 11 of 12
(131 Views)

This does not sound like the standard search location. Normally the OpenG Toolkits are installed inside the according LabVIEW directory (<LabVIEW>/user.lib/_OpenG/ogpipe, since they will tend to be LabVIEW version specific after being loaded in a specific LabVIEW version.

 

Another complication is likely that you are probably using 64-bit LabVIEW. The OpenG Pipe library in this thread has not been recompiled to also provide a 64-bit version of that DLL. Unfortunately it is not just a simple recompilation in Visual Studio and a package rebuild but a bit more involved, since VIPM has no built in support for bitness specific binary artifacts in a package.

 

I'll check if I can do a new rebuild with proper 64-bit support. But it will take a few days.

Rolf Kalbermatter
My Blog
0 Kudos
Message 12 of 12
(119 Views)