OpenPIV / openpiv-c--qt

C++ with Qt frontend (superfast) version of OpenPIV
http://www.openpiv.net
GNU General Public License v3.0
20 stars 17 forks source link

investigate export lib requirements for windows/msvc #25

Closed timdewhirst closed 2 years ago

timdewhirst commented 2 years ago

Althought libopenpiv is largely templated (and hence header only), some classes/functions are "regular" i.e. non-templated and may require explicit export using declspec(dllexport) and declspec(dllimport) when being used.

ErichZimmer commented 2 years ago

An export lib is created in the build/openpiv directory, so everything is still A-OK for Windows users.