[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problem with require in combined lua/c++ project using VS2010
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 7 Sep 2011 17:42:57 +0200
On Wed, Sep 7, 2011 at 4:06 PM, Oskar Forsslund
<matrixsmurfen@googlemail.com> wrote:
> Would the lua profiler break if i have other unrelated profiler.h and .cpp
> files?
As Peng Zhicheng says, you are using Lua components which were built
using an earlier MS runtime (Lua for Windows binaries are against MSVC
2005 runtime). When that happens, you are lucky when things
immediately crash! Because there will be all kinds of odd problems.
steve d.