On Nov 16, 2013, at 2:51 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:
> On Nov 16, 2013, at 2:12 PM, Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> wrote:
>
>> Still it seems to be quite complicated ...
>
> People must do this sort of thing - have DLLs that import stuff from other DLLs - often enough on Windows to make it not *that* painful, right?
Or maybe they only rarely import *data* from DLLs, as
1) it really *is* that painful
and
2) code to use data from within the same DLL is more efficient than code to use data from another DLL, so you should do it with a function anyway.