Re: Any common bug-inducting mistake going from 5.0 to 5.1alpha?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Any common bug-inducting mistake going from 5.0 to 5.1alpha?
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年9月20日 09:12:01 -0300
> But I was hoping there was some "common" things that I may/probably
> have missing that could cause problem.
As far as I remember, you can have allocation problems in Windows if you
use Lua both linked statically with lua.exe and dynamically with other
dll's.
-- Roberto