Hallo,
I would like to use lua-gd with murgaLua. But this moduls are searching for 'lua51.dll' which does not exist.
What can I do to? Is there something like a dummy dll for such
moduls?
Wolf
If this question of mine was to silly to answer, just give me a hint where to search.
wolf
If this question of mine was to silly to answer, just give me a hint where to search.
Sorry, I looked into this but forgot to post ...
You'd have to re-build lua-gd for use with murgaLua, I can probably do this for you when I back on Monday.
murgaLua isn't compiled like regular Lua for windows, it doesn't have the lua51.dll.
Cheers
JohnM
I had a similar need once, and putting a "vanilla" lua51.dll into the same directory as the murgalua executable worked for me flawlessly. You may obtain such a dll from the following site:
http://luabinaries.luaforge.net/download.html
Of course, as suggested by John, the cleaner solution would be to compile everything yourself.