name resolution in module imports

Jon Perez jbperez808 at yahoo.com
Fri Oct 1 09:56:58 PDT 2010


> Either way, once an executable compiled there is a
> correspondence from each function to a .DLL file,
> and thus situation you describe is impossible.

Ah yes, right.  So if game.exe called drawcircle(int,int)
in module1 at the time it was compiled, it will know to
keep calling that even if module2.dll now has a function
with the same name and signature.


More information about the Digitalmars-d mailing list