ROSOnWindows icon indicating copy to clipboard operation
ROSOnWindows copied to clipboard

Test & document Visibility Control Header with static built libraries

Open lilustga opened this issue 3 years ago • 3 comments

Test a change to the Symbol Visibility Control Header to accommodate building code as a static library. The export macros will be blank in the case of a static library.

The change is discussed in this comment thread: https://github.com/ms-iot/ROSOnWindows/pull/322#discussion_r595002284

lilustga avatar Mar 17 '21 19:03 lilustga

To clarify, I usually suggest to support the static usecase for standalone libraries so that they can be easily packaged inside vcpkg (https://github.com/Microsoft/vcpkg) for all the official supported triplets.

traversaro avatar Mar 18 '21 13:03 traversaro

https://ms-iot.github.io/ROSOnWindows/Porting/SymbolVisibility.html

ooeygui avatar Aug 11 '21 18:08 ooeygui

We need to move our symbol visibility doc to ROS.org. And add the CMake doc

ooeygui avatar Aug 11 '21 18:08 ooeygui

fixed - documented and published

IoTDan avatar Oct 13 '22 21:10 IoTDan