On Tue, Jan 17, 2012 at 9:11 AM, Max Vlasov <max.vla...@gmail.com> wrote:

> Hi,
> I'm using static linking with Delphi and a new function required binding in
> 3.7.10 - msize (__msize). The problem here is that there's no official way
> to query the size of a memory block in Delphi memory manager, at least I'm
> not aware of one. Should I solve this anyway (for example by keeping my own
> list of blocks and their sizes) or is there some other solution
> (enabled/disable some define)?
>

Try using the trunk of the SQLite source tree with the SQLITE_WITHOUT_MSIZE
preprocessor macro.


>
> Thanks,
>
> Max
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to