On Wed, Jan 18, 2012 at 4:47 PM, Richard Hipp <[email protected]> wrote:
> On Tue, Jan 17, 2012 at 9:11 AM, Max Vlasov <[email protected]> wrote: > > > Hi, > > I'm using static linking with Delphi and a new function required binding > in > > 3.7.10 - msize (__msize). > > ... > > Try using the trunk of the SQLite source tree with the SQLITE_WITHOUT_MSIZE > preprocessor macro. > > > Richard, thanks, tried trunk, everything works, also saw the comment in the sources about automatic usage of msize on Windows. So probably having HAVE_MALLOC_USABLE_SIZE always defined on Windows is necessity. Max _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

