[Issue 16631] Program crash when a version activates a method defined in a static library

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 24 03:19:00 PST 2017


https://issues.dlang.org/show_bug.cgi?id=16631

b2.temp at gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from b2.temp at gmx.com ---
Yes you were right anonymous4. A build system must be used to ensure that the
deps are build with right version ident. This report was biased because I've
used much some package in another languages that handle this cases. however
static libraries are much more simple, a collection of object, directly
linkable (i.e not an intermediate format that would keep trace of the version
ident). It cant work if the collection is not compiled with the version ident.

--


More information about the Digitalmars-d-bugs mailing list