[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling LPeg on Windows as C++
- From: Wim Couwenberg <wim.couwenberg@...>
- Date: Wed, 30 Dec 2009 14:23:33 +0100
lua.exe and any extension dll should be linked against the dynamic
runtimes. IIRC that means you should use /MD instead of /MT.
Bye,
Wim