#inlcude <pv/refTrack.h> is incorrectly located w.r.t. #define epicsExportSharedSymbols.
The header file imports definitions from pvData into the module. It does not export from this module. This causes DLL build problems on Windows.
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
#include <epicsGuard.h>
|
||||
#include <epicsMath.h>
|
||||
#include <pv/reftrack.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include <pv/monitor.h>
|
||||
#include <pv/pvAccess.h>
|
||||
#include <pv/reftrack.h>
|
||||
#include <pv/createRequest.h>
|
||||
|
||||
namespace pvd = epics::pvData;
|
||||
|
||||
Reference in New Issue
Block a user