-
Notifications
You must be signed in to change notification settings - Fork 13
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: INSTALL deploy mode does not work #151
Comments
We are trying to build it on windows (minGW) and we get : |
What are you trying to build? |
opcuaBinaryDist |
Which doesn't exist for Windows. |
For Windows builds, you can use the UASDK evaluation bundle. (I'm testing with those.) Long-term, I would recommend using the open62541 client. Free, open, and works on Windows. |
In fact we don't know where to begin with windows ( linux is working but we want to test it on windows too). |
Start with reading the "EPICS on Windows" doc that explains the compilers and build options. For that, you will have to download or check out the source code of the Device Support and build (open62541) or install (UASDK) the low-level client, correct. |
You're so great! Thank you |
Building an application also needs the DLL stub library in
$(OPCUA)/lib/$(T_A)
, not just the DLL in$(OPCUA)/bin/$(T_A)
.(Careful: the stub is named differently between MSVC and MinGW.)
The application, on the other hand, should only install a copy of the DLL for distribution. The stub is not needed for running an application, just for building it.
The text was updated successfully, but these errors were encountered: