
10 Sep
2010
10 Sep
'10
6:21 a.m.
El 10/09/2010 8:13, joaquin@tid.es escribió:
In the future I'll change intermodule_singleton to use windows_managed_shared_memory so that we can avoid any call to COM objects.
I thought it was no urgent, but I've just changed my mind ;-) Let's see if I can push it in a month.
Supposedly the library loader analysis should lead in every case to CRT DLL (which does not depend on any user-created DLL) being loaded *before* any user-created DLL, shouldn't it? Why then the caveat?
Yes, it should. I don't think CRT is a problem in practice. Otherwise I guess millions of C++ programs compiled into dlls wouldn't work. Thanks for the report, Ion