lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thank you.
Today I get some progress. I found that the release version of the interpreter works well with the release version of DLL.
But the debug interpreter can't work with the debug DLL. I have checked the crt carefully, they use the same.
Do you know why?


----- Original Message ----- 
From: "Fabian Peña" <fapenia@adinet.com.uy>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Thursday, August 17, 2006 10:16 PM
Subject: Re: _CrtIsValidHeapPointer Problem


> You must have both binary files compiled of the same way, multithread or
> single thread and Debug or Release,
> you cannot mix of any way Release and Debug versions.
> 
>