epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 30 forks source link

Windows build #47

Open mdavidsaver opened 3 years ago

mdavidsaver commented 3 years ago

Many changes to permit building on Windows with mingw or msvc with static or dynamic linking. The extensive changes are to replace usage of sharedLib.h with a set of *_API macros, and to rework the class Object tree to play well with dllimport/export. There are also a number of smaller changes.

Builds and passes tests with windows-x64 (cf. #41), but doesn't yet do anything useful (no hardware access).

@dirk-zimoch I think you can use this as a new starting point to try to make mrfioc2 do something useful on windows.