Re: [sqlite] msize in 3.7.10

2012-01-18 Thread Max Vlasov
On Wed, Jan 18, 2012 at 4:47 PM, Richard Hipp wrote: > On Tue, Jan 17, 2012 at 9:11 AM, Max Vlasov wrote: > > > Hi, > > I'm using static linking with Delphi and a new function required binding > in > > 3.7.10 - msize (__msize). > > ... > > Try using the

Re: [sqlite] msize in 3.7.10

2012-01-18 Thread Max Vlasov
On Wed, Jan 18, 2012 at 4:47 PM, Richard Hipp wrote: > Try using the trunk of the SQLite source tree with the SQLITE_WITHOUT_MSIZE > preprocessor macro. > > > Richard, thank, I will try, but I just tried to replace #if !defined(HAVE_MALLOC_USABLE_SIZE) && SQLITE_OS_WIN # define

Re: [sqlite] msize in 3.7.10

2012-01-18 Thread Richard Hipp
On Tue, Jan 17, 2012 at 9:11 AM, Max Vlasov 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

Re: [sqlite] msize in 3.7.10

2012-01-18 Thread Max Vlasov
On Tue, Jan 17, 2012 at 6:11 PM, Max Vlasov 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

[sqlite] msize in 3.7.10

2012-01-17 Thread Max Vlasov
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