Re: [ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64

2014-11-10 Thread Corinna Vinschen
On Nov 10 13:51, Jan Nijtmans wrote: > 2014-11-10 12:55 GMT+01:00 Corinna Vinschen : > > If this is for loading modules via dlopen, the solution should be to > > either to add the directory to LD_LIBRARY_PATH, or enhance Cygwin if > > it's an issue with loading dependent DLLs. We can still add > >

Re: [ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64

2014-11-10 Thread Jan Nijtmans
2014-11-10 12:55 GMT+01:00 Corinna Vinschen : > If this is for loading modules via dlopen, the solution should be to > either to add the directory to LD_LIBRARY_PATH, or enhance Cygwin if > it's an issue with loading dependent DLLs. We can still add > LoadLibraryEx(LOAD_WITH_ALTERED_SEARCH_PATH).

Re: [ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64

2014-11-10 Thread Corinna Vinschen
On Nov 10 12:36, Jan Nijtmans wrote: > 2014-11-08 22:41 GMT+01:00 Alexpux: > > Hi! > > We tried to update MSYS2 sqlite3 to the same version and found that on i686 > > doesn’t work properly because the wrong calling convention is used when > > calling GetModuleHandleW and SetDllDirectoryW. > > Her

Re: [ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64

2014-11-10 Thread Jan Nijtmans
2014-11-08 22:41 GMT+01:00 Alexpux: > Hi! > We tried to update MSYS2 sqlite3 to the same version and found that on i686 > doesn’t work properly because the wrong calling convention is used when > calling GetModuleHandleW and SetDllDirectoryW. > Here is the patch to fix this issue: Thank you very

Re: [ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64

2014-11-08 Thread Alexpux
> 4 нояб. 2014 г., в 15:26, Jan Nijtmans написал(а): > > SQLite is a software library that implements a self-contained, > serverless, zero-configuration, transactional SQL database engine > > Changes since 3.8.6-1 > = > * Updated to upstream 3.8.7.1 release. See: >

[ANNOUNCEMENT] Updated: sqlite3-3.8.7.1-1 for Cygwin/Cygwin64

2014-11-04 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.6-1 = * Updated to upstream 3.8.7.1 release. See: Main new feature: "pragma threads=?"