Re: [fpc-pascal] semaphores?

2009-04-20 Thread Jonas Maebe
On 20 Apr 2009, at 11:41, Marco van de Voort wrote: In our previous episode, Michael Van Canneyt said: No, the thread manager is only for internal use by the RTL, and may lack implementations for functions not required by the RTL for a particular platform. See http://bugs.freepascal.org/vi

Re: [fpc-pascal] semaphores?

2009-04-20 Thread Marco van de Voort
In our previous episode, Michael Van Canneyt said: > > No, the thread manager is only for internal use by the RTL, and may lack > > implementations for functions not required by the RTL for a particular > > platform. See http://bugs.freepascal.org/view.php?id=11206 > > That was definitely not the

Re: [fpc-pascal] semaphores?

2009-04-20 Thread Michael Van Canneyt
On Mon, 20 Apr 2009, Jonas Maebe wrote: > > On 20 Apr 2009, at 10:30, Michael Van Canneyt wrote: > > >On Mon, 20 Apr 2009, Jonas Maebe wrote: > > > > >On 14 Apr 2009, at 13:42, Michael Van Canneyt wrote: > > > > > > >Use GetThreadManager() to retrieve the thread manager, and then > > > >simply

Re: [fpc-pascal] semaphores?

2009-04-20 Thread Jonas Maebe
On 20 Apr 2009, at 10:30, Michael Van Canneyt wrote: On Mon, 20 Apr 2009, Jonas Maebe wrote: On 14 Apr 2009, at 13:42, Michael Van Canneyt wrote: Use GetThreadManager() to retrieve the thread manager, and then simply use the various functions. No, the thread manager is only for internal u

Re: [fpc-pascal] semaphores?

2009-04-20 Thread Michael Van Canneyt
On Mon, 20 Apr 2009, Jonas Maebe wrote: > > On 14 Apr 2009, at 13:42, Michael Van Canneyt wrote: > > >Use GetThreadManager() to retrieve the thread manager, and then > >simply use the various functions. > > No, the thread manager is only for internal use by the RTL, and may lack > implementat

Re: [fpc-pascal] semaphores?

2009-04-20 Thread Jonas Maebe
On 14 Apr 2009, at 13:42, Michael Van Canneyt wrote: Use GetThreadManager() to retrieve the thread manager, and then simply use the various functions. No, the thread manager is only for internal use by the RTL, and may lack implementations for functions not required by the RTL for a parti

Re: [fpc-pascal] fpc-2.2.4.i386-win32 - Pixel format necessary capabilities

2009-04-20 Thread Jonas Maebe
On 13 Apr 2009, at 22:03, ferapac wrote: I have (2) questions: 1. How to force FPC to trigger messages when compilation fails ? Use -vei, although those options should be on by default. 2. When I run bounce.pp in DOS; how to solve the message: "Pixel format with necessary capabil