lua-users home
lua-l archive

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



On 10/18/07, Antonio Scuri <scuri@tecgraf.puc-rio.br> wrote:


Mingw -> msvcr8.dll
Visual C++ 2005 Express Edition -> msvcr8.dll

  Although many users still use Visual Studio 2003, or MSVCR71.DLL.

We already know that you can mix runtimes if you don't share internals among libraries, so isn't picking a RT that can be used with free (as in beer/speech) compilers good enough? If your module does not use any internal bits of other modules (or Lua) then any compiler/runtime is fine. If your module uses it then bite the bullet and install VC Express or Mingw... the downside of msvcr8.dll is the pesky installer for end-users, for developers the choice is fine.
 
Ironic that the platform where you are practically forced to distribute binaries is one where it has the most problems doing so. :-)

Best,
scuri

--
Fabio Mascarenhas