package.loadlib crashes?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: package.loadlib crashes?
- From: L-28C <kixdemp@...>
- Date: 2007年4月12日 20:20:07 -0400
Hello everyone!
I want to use package.loadlib(), but when I run the returned function
(Beep in the below example) it crashes.
local Beep =
assert(package.loadlib("C:\\WINDOWS\\system32\\kernel32.dll", "Beep"))
Beep(12, 12)
I tried 5.1.1 and then 5.1.2, both give the same result.
I also tried MessageBox in user32.dll, same result.
Help, please? Thanks in advance!