Re: Compiling LPeg on Windows as C++
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Compiling LPeg on Windows as C++
- From: Matthias Kluwe <mkluwe@...>
- Date: Mon, 4 Jan 2010 19:22:09 +0100
Hi!
2009年12月30日 Wim Couwenberg <wim.couwenberg@gmail.com>:
> lua.exe and any extension dll should be linked against the dynamic
> runtimes. IIRC that means you should use /MD instead of /MT.
Just to be sure that this is not the cause of the error, I tried that
today (I had to learn how to embed a "manifest" first).
Unfortunately, I still get the same error (although with different
memory addresses, naturally).
Now, I am really at a loss with this.
Regards,
Matthias