On 20.12.2012 20:52, Henry Gomersall wrote:

> Perhaps the DLL should go and read MS's edicts!

Do you link with same same CRT as Python? (msvcr90.dll)

You should always use -lmsvcr90.

If you don't, you will link with msvcrt.dll.


Sturla
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to