[SciPy-user] matrix inversion time (Python vs MATLAB)

Matthieu Brucher matthieu.brucher at gmail.com
Sat Jan 10 13:10:12 EST 2009


2009/1/10 Sturla Molden <sturla at molden.no>:
>> But LoadLibrary has the same semantics as the windows dynamic loader, so
>> I am not sure what this would change
>
> Sorry I was thinking the other way around: loading multiple DLLs from one
> binary.
>
> The cure for DLL hell on Windows is either COM or putting the DLL in a
> system folder. COM is the preferred solution.

Microsoft real answer to DLL hell is manifest files (address and
version of a DLL), but it cannot be applied everywhere :(
Does COM handle DLL versions ?

Matthieu
-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher



More information about the SciPy-User mailing list