[fpc-pascal]problem with FPC 1.9.4 about sqlite

2004-07-12 Thread Zhong Wang
Hello, everyone, I find there're some problems with sqlite on FPC 1.9.4. My OS is Fedora Core 2 with kernel of 2.6.5. First, it dosen't support sqlite 3.0. It seems that the interface API changed. Second, the test codes under fpc source about sqlite can be compiled with sqlite 2.8.14, but

[fpc-pascal]Re:Demo threads.pp can't run

2004-05-27 Thread Zhong Wang
Ok, I found the email about this problem. Threads can be supported with two points: 1. {$THREADING ON} 2. cthreads be the first unit to use Next time I should search in the mailing list before ask. BTW, the test program in CVS threads.pp can't work because the above problem. It's should be upgra

[fpc-pascal]Demo threads.pp can't run

2004-05-27 Thread Zhong Wang
Hello, everybody I installed the latest CVS snapshot of fpc, and tested the threads.pp. It compiled but when running give the following message: This binary has no thread support compiled in. Recompile the application with a thread-driver in the program uses clause. Runtime error 232 at $0804AE5