DMD calling incorrect method

Walter Bright newshound at digitalmars.com
Thu Mar 2 19:59:31 PST 2006


The most likely cause of this is the source import files getting out of sync 
with the binary library files or dll's linked in. For instance, if a method 
was added in the source file, but the library file wasn't recompiled, then 
all the offsets for the member functions will be off. 





More information about the Digitalmars-d-bugs mailing list