On Saturday, 4 June 2016 at 16:12:04 UTC, Andre Pany wrote:
Hi,

I try to create objects by using the factory method in a static library scenario.

...
My windows batch file looks like this:
dmd base -lib
dmd child -lib base.lib
dmd main base.lib child.lib
main
PAUSE

All assertions fails. Should this work, or is this a restriction
of object.factory?

Kind regards
André

I just validated, the same issue also occurs on ubuntu linux with the recent dmd compiler. The api for Object.factory does neither say whether this should work or not.

Kind regards
André

Reply via email to