how long can Support for dynamic libararies/package!!
??
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On 23 May 2009, at 11:58, Jonas Maebe wrote:
The only thing that can be added is the F_FULLSYNC constant to some
Darwin-specific include file.
Done in svn, along with a bunch of other Darwin-specific fcnlt
constants, but note that it's F_FULLFSYNC, not F_FULLSYNC. Also keep
in mind that
On 22 May 2009, at 12:36, Roland Turcan wrote:
I want to add new function for Mac OS X which calls FCNTL with
F_FULLSYNC to the existing source tree, but I am really confused from
the files to be changed/added.
Such a function will never be added to the rtl. The fcntl function is
already th
En/na Jonas Maebe ha escrit:
Is there a hard limit on the number of threads under
windows?
I'm pretty sure there is one for every OS.
If so, why no exception when I try to create more?
Because the Windows version of tthread.create does not check for any
errors. You can submit a bug report
On 22 May 2009, at 17:03, Luca Olivetti wrote:
While I was testing an unrelated issue, I discovered this: under
windows, with fpc 2.2.4, I try to start 1 thread (I know it's
absurd
but it's just a test) and have all of them linger around for 10
seconds.
The thread actually started are 1