epics-modules / opcua

EPICS Device Support for OPC UA
Other
19 stars 13 forks source link

Windows: INSTALL deploy mode does not work #151

Open ralphlange opened 12 months ago

ralphlange commented 12 months ago

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.