rttr
rttr copied to clipboard
RTTR between static libraries?
Is it possible to define a class and RTTR Registration within a static library and use within another library?
RTTR_PLUGIN_REGISTRATION seems to only be for dynamic libraries?
Hi @crjc , I recently had a problem with creating objects in static link library, and RTTR_PLUGIN_REGISTRATION is the same as RTTR_REGISTRATION in msvc. May I ask how do you solve this problem? Do you have any solutions for reference? Thank you very much.