Re: [fpc-devel] win32 patch for threads

2005-11-05 Thread Ales Katona
Florian Klaempfl wrote: Aplied, also for wince and netware. Sorry, it seems I broke Unix and all non-stdcall-using platforms. This patch fixes that(apply after the first one) but it only {ifdefs} windows, not netware or others, so please add those as necessery. Ales Index:

Re: [fpc-devel] win32 patch for threads

2005-11-05 Thread Micha Nelissen
On Sat, 05 Nov 2005 00:24:22 +0100 Ales Katona [EMAIL PROTECTED] wrote: This patch fixes a bug in win32 threads. Warning: created in win32 :) (no idea about lineendings) There is no bug here, the function passed to the OS is in rtl/win32/systhrd.inc (ThreadMain) for win32, which has stdcall

[fpc-devel] Thread REVERT

2005-11-05 Thread Ales Katona
Please remove ALL of my win32 thread patches(not the stacksize ones tho). Thanks to neli, I now know that ThreadFunc is not called directly by the OS, but my ThreadMain which already IS stdcall. My bug with threads was actualy cause by a -Ct (check stack) switch which in win32 always causes a

Re: [fpc-devel] OpenGL and glut bugs in Freepascal 2.1.1runningwith Mac Os X Tiger ?

2005-11-05 Thread Adriaan van Os
Jonas Maebe wrote: Is there any possibility to create some clean workaround without needing the divine intervention of the apple fixing the carbon libs in 10.4 ? Since no one has a clue what causes the problem (except that it seems to have something to do with fonts and possibly language

Re: [fpc-devel] Thread REVERT

2005-11-05 Thread Florian Klaempfl
Ales Katona wrote: Please remove ALL of my win32 thread patches(not the stacksize ones Reverted. tho). Thanks to neli, I now know that ThreadFunc is not called directly by the OS, but my ThreadMain which already IS stdcall. My bug with threads was actualy cause by a -Ct (check stack) switch