Re: [fpc-pascal] mutexes and semaphores.

2006-07-16 Thread Michael Van Canneyt
On Sun, 16 Jul 2006, Andreas Berger wrote: In order to implement threading in DOS I will need to use some type of mutex, but would like to implement it the FPC way. There is no "FPC way" :-) Does FPC implement platform independent mutexes and/or semaphores? Or must each platform use it's o

Re: [fpc-pascal] mutexes and semaphores.

2006-07-16 Thread ϸ�� ����������� � mail.ru
AB> In order to implement threading in DOS I will need to use some type of AB> mutex, but would like to implement it the FPC way. AB> Does FPC implement platform independent mutexes and/or semaphores? Or AB> must each platform use it's own OS specific versions? Michael Van Canneyt can answer this

[fpc-pascal] mutexes and semaphores.

2006-07-16 Thread Andreas Berger
In order to implement threading in DOS I will need to use some type of mutex, but would like to implement it the FPC way. Does FPC implement platform independent mutexes and/or semaphores? Or must each platform use it's own OS specific versions? Regards, Andreas _