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.
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