Hi,
I'm currently trying to get SQLite 2.8.15 running on QNX 6.2.1 compiled for the SH4 processor. One big problem is the paging/locking algorithm. It only works when I defined __DJGPP__ otherwise SQLite says "Database is locked". But that means that I can't concurrently access a database from different threads/processes.
Does anybody have similar experience using SQLite on QNX/SH4 ? Any help would be appreciated ...
Bye,
Michael

