04-22-2025 04:19 AM
D:\Projects\OpenG\opengtoolkit\pipe\source\ogpipes.*
Error msg
DLL is searching for this path.
where the DLL will be there?
04-22-2025 06:15 AM - edited 04-22-2025 06:16 AM
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.