link from a dll to another function in another dll?
Robert Jacques
sandford at jhu.edu
Mon Apr 18 09:37:24 PDT 2011
On Mon, 18 Apr 2011 04:11:16 -0400, maarten van damme
<maartenvd1994 at gmail.com> wrote:
> The problem with that aproach would be that the functions are in another
> location in the export table.
> I've read that the locations need to stay exactly the same.
> Am I wrong about this?
I don't know for sure, but my gut would say that not knowing the exact
layout of the DLL is half the point. In practice, I've used D with DLLs
that have drastically added to/changed their layout (according to dumpbin)
without a problem.
More information about the Digitalmars-d
mailing list