luaBind dependencies

hotdot's picture

Hi,

I must say your article about lua was a big revelation, but i cannot make it work on other workstations besides mine, even with the standard dll releases from visual studio (msvcrt...) i only unzipped lua(executable) in a path which is not referenced in my env. vars. Is there something missing, because i can execute it in any folders on my workstation. Could you point on a clue, because your static lib seems to include lua itself, so there should not be any problem making it run anywhere. I have to know because i am going to use it to expand an opensource program and would like to know the ins and out.

Thanks in advance.

Cygon's picture

Check the Visual C++ Runtimes

The example project has been configured to use the DLL runtime. That means your clients will need the Visual C++ 2005 Runtimes installed on their systems.

You can get the runtime installer from the Microsoft:
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)

Might still be something else, but that's my best guess! ;)

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <br> <a> <em> <strong> <u> <i> <b> <cite> <blockcode> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <pre> <span>
  • You can highlight code with any of the following tags: <blockcode>

More information about formatting options