boost-extension

Boost.Extension - simple inheritance sample - why we see no animals on linux?

核能气质少年 提交于 2019-12-18 09:05:38
问题 So I try to port some Boost.Extension samples for linux. The sample is described here. Here is my code port (classes with animals, animal prototype, main app, general all port idea is described here, and some current linux progress here (some samples really work as needed!)). When I compile this sample under linux it compiles, it finds library with animals but outputs: Animals not found! Which shall happen only if(factories.empty()) . I try to port Extension samples onto crossplatform base -

Boost-Extension-Reflection How to fix segmentation fault error when compiling official sample not with bjam?

大城市里の小女人 提交于 2019-12-13 07:03:44
问题 So I try to port some Boost.Extension samples for standart IDEs - to make tham free from BJAM and to be able to work with them in standard ways across platforms. The sample I have trobules with now is described here. Here is my code port (library we try to load in main code file, main application, general all port idea is described here, and some current linux progress here (most of the samples really work as needed!)). When I compile this sample under linux it compiles, it finds library but

Boost.Extension - simple inheritance sample - why we see no animals on linux?

微笑、不失礼 提交于 2019-11-29 16:10:07
So I try to port some Boost.Extension samples for linux . The sample is described here . Here is my code port ( classes with animals , animal prototype , main app , general all port idea is described here , and some current linux progress here (some samples really work as needed!) ). When I compile this sample under linux it compiles, it finds library with animals but outputs: Animals not found! Which shall happen only if(factories.empty()) . I try to port Extension samples onto crossplatform base - so I have tried same code under windows - works like a charm! finds all animals and outputs: