m-kuhn opened a new issue, #718:
URL: https://github.com/apache/arrow-nanoarrow/issues/718

   On windows (at least using msvc) symbols are not exported by default, 
contrary to linux/macos/*nix (actually depends on `-fvisibility` afaik).
   
   To still use a nanoarrow dll on windows, there are two options:
   
    - Using `-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE`
    - Using 
[GenerateExportHeader](https://cmake.org/cmake/help/latest/module/GenerateExportHeader.html)
   
   It would be nice to use the second approach to explicitly flag symbols which 
are meant for external use as such.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to