PDA

View Full Version : Patch for using threads on Android



Andru
21-03-2012, 11:18 PM
For those who are interested in Android development using FreePascal here is my bugreport (http://bugs.freepascal.org/view.php?id=21525) with a patch for initc, pthread and cthreads units. With it FreePascal won't complain anymore on pthreads library during linking stage, and BeginThread/etc. finally can be used :)

WARNING: patch will not provide you correct KillThread.

de_jean_7777
22-03-2012, 07:48 AM
Thanks Andru, you're awesome.