--- In [email protected], "das_e_i" <[EMAIL PROTECTED]> wrote: > > Cool that you figured that out, makes sense actually :) > I don't have an older Visual Studio at hand, but I welcome anyone to > go ahead and compile it. >
Apparently it can be done with 2005 and 2008 but it doesn't sound easy: <http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/> <http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-2005/> Using different runtime versions in a dll and the exe that loads it can cause issues, though I wouldn't think they would apply here. You can't for instance allocate or free memory or pass handles between them. Regards, Sheri
