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
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
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
_