Promit's Ventspace

Life, the Universe, and Software

Lua and LuaBind Binaries for VS 2010

I’ve been working with Lua recently, and apparently neither Lua nor LuaBind come in binary distributions. They’re also kind of a pain to build, so I thought I’d go ahead and post fully prepped binaries, built by and for VC 2010.
Lua 5.1
LuaBind 0.9

A few things to be aware of:

  • These are just built 32 bit binaries and nothing else. You will still need project sources for the headers.
  • Lua is built as a release mode only DLL.
  • LuaBind comes in debug and release variants as a static library.
  • These are built using Multithreaded DLL and Multithreaded Debug DLL. You’ll get link errors if your project is statically linking to the CRT.
Advertisement

September 19, 2010 - Posted by | Software Engineering | ,

5 Comments »

  1. Thanks! those libraries work fine in VS2010 :)

    Comment by Roland | February 3, 2011 | Reply

  2. The links seem to be dead…

    Comment by haltendehand | October 30, 2011 | Reply

    • Apparently they were lost in a server move. Re-uploaded now!

      Comment by Promit | October 30, 2011 | Reply

  3. thanks alot… boost sucks as a dependency to build luabind

    Comment by ill | December 30, 2011 | Reply

  4. hmm u sure these labeled right though?
    _d suffix which im guessing would be the debug ones seem to be larger than the release?
    luabind.lib = 14.6MB
    luabind_d.lib = 5.97MB

    Comment by ill | December 30, 2011 | Reply


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 591 other followers