lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Not everyone wants this. Particularly if you're deploying the CRT as a bunch of DLLs alongside your app, instead of SxS deployment. It's already enough of a hack having to manually alter the manifest of the CRT DLLs. For my specific needs, I would rather have my app fall back to an older version of the CRT than blow up. I suspect the number of people who really need the latest CRT are in the minority.


-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br [mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of David Burgess
Sent: Wednesday, February 24, 2010 2:51 AM
To: Lua list
Subject: luavs.bat

May I suggest that the following be added to the cl command line in
luavs.bat in 5.2

/D_BIND_TO_CURRENT_VCLIBS_VERSION=1

Ref: http://msdn.microsoft.com/en-us/library/cc664727.aspx

DB