Can't help myself... just have to comment this... (sorry)

> You can read in earlier mails why I do not want the dll to be loaded at all
> time.
1) You didn't want a dll linked to _your application_ even when you can 
be pretty sure that the DLL itself
is already loaded in memory at all times whether you use it or not

2) You can be sure that outher components load the same DLL at startup 
time and are linked to your application
during the entire execution. Note that this is the standard behaviour of 
all DLL-handling.
If your programs are not sprinkled with LoadLibrary() calls, you now 
have a lot of work in front of you so you can
save memory in your applications...

So... Who do we blame for all the trouble? Yes.. The one whoever came 
with the overambiscious idea to support
dynamic loading of the Winsox-DLL(?) ...  :-D



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to