This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cowwoc
Recipients brian.curtin, cowwoc, r.david.murray
Date 2013-01-28.06:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359354786.25.0.307134630767.issue17058@psf.upfronthosting.co.za>
In-reply-to
Content
Hey Brian,

I'm curious why mixing different versions of Visual Studio runtimes would  result in a problem. I thought you can mix different runtimes so long as:

1. You link against a DLL (as opposed to static linking).
2. You use the same kind of library (debug vs release, 32-bit vs 64-bit).

Meaning, if one project links against a 64-bit Release DLL from 2008 I expect it to interoperate fine with a 64-bit Release DLL from 2010. The DLL is supposed to be backwards compatible, is it not?
History
Date User Action Args
2013-01-28 06:33:06cowwocsetrecipients: + cowwoc, r.david.murray, brian.curtin
2013-01-28 06:33:06cowwocsetmessageid: <1359354786.25.0.307134630767.issue17058@psf.upfronthosting.co.za>
2013-01-28 06:33:06cowwoclinkissue17058 messages
2013-01-28 06:33:05cowwoccreate