Undefined Symbol: ModuleInfo when Linking DLL Test Program

GeorgeToth GEToth at verizon.net
Wed Nov 24 15:09:30 PST 2010


Found my own mistake:  In module Test0 the "import of std.stdio" caused
the error.  There was nothing in the exports which required elements of
std.stdio and somehow (don't know why) it caused ModuleInfo to be
incomplete or omitted.


More information about the Digitalmars-d-learn mailing list