-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows DLL Path #344
Comments
i've automatised it like this : .lvproject file -> project explorer -> build specifications the compiled exe expects relative to itself in the folder therefore the folder "Win64\" (or "Win32\") sitting in the VI Library Function delivers the vilib_dirPath . |
For reference, here is what we do in the measurement-plugin-labview repo when building an exe for the server code. It also uses a post build step in the build spec. The VI is located here. At some point, it might be a nice feature for the generator to have an option to generate a buildspec in the target project as well. |
When a LabVIEW Client is built into an exe, the path to the DLL resolves to "\Libraries\Win32"
However, using a typical build specification, the DLL is not copied to this folder because of the way the path is dynamically determined in "Get Server DLL Path.vi"
What is the recommended way to include the DLL in the build process?
AB#2636750
The text was updated successfully, but these errors were encountered: