[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Calling Windows functions via 'dllimport"
- From: Matt Campbell <mattcampbell@...>
- Date: Thu, 06 Dec 2007 14:39:46 -0600
It needs lua51.dll, you probably have lua5.1.dll.
I've noticed this inconsistency in Lua DLL naming before. I've been
using "lua51.dll" for over a year and a half, because that's what is
used in the luavs batch file shipped with Lua. Might it be a good idea
to modify this batch file to reflect the convention that has apparently
prevailed: "lua5.1.dll"?
Matt