fix SysTempFileName test to clean up temporary files/directories
Hi Jan, I've uploaded updated oosqlite Windows installers built with option SQLITE_ENABLE_RTREE from a refreshed sqlite code base. See [feature-requests:#870]
ooSQLite: enable R*Tree
Comitted revision [r13111] SQLite library refreshed to version 3.52.0 GEOPOLY, MATH_FUNCTIONS, and RTREE support enabled (compile-time options SQLITE_ENABLE_GEOPOLY, SQLITE_ENABLE_MATH_FUNCTIONS, SQLITE_ENABLE_RTREE) code refresh for all current SQLite extensions except base64 (because it gives Linker error unresolved external symbol sqlite3_base_init) ooSQLite version updated to 1.0.2 Updated Windows installers for 32-bit and 64-bit uploaded No Linux build was done. No doc update.
sqlite code refresh with additional compile-time options enabled for [feature-requests:#870]
ooSQLite: enable R*Tree
fix temp file not deleted
I'm faced with the task of launching and monitoring external applications. To do this, I need to uniquely determine the PID of the processes. Hi Aleksei, if you need the PID of a process you start, use RxWinExec. It runs the specified command and returns the Process ID of the started process.