When some functions in libopenspecfun.dll have DLLEXPORT and others don't, only the DLLEXPORT ones get exported on Windows. When none of the functions have DLLEXPORT on them, everything gets exported. This is easier than making amos export its functions from Fortran.
When some functions in libopenspecfun.dll have
DLLEXPORT
and others don't, only theDLLEXPORT
ones get exported on Windows. When none of the functions haveDLLEXPORT
on them, everything gets exported. This is easier than making amos export its functions from Fortran.ref https://github.com/JuliaLang/julia/pull/7547#issuecomment-48662073