Hi all and especially Markus, As you told me that Boost is a library for abstracting things done differently on different OSes, I thought: Must be possible to do some dynamic loading of shared libraries. Seems boost has something like this available: https://www.boost.org/doc/libs/1_70_0/doc/html/boost_dll.html
Is there a reason not to use this? Should eliminate the problems with the code only compiling on Windows. Chris
