Re: [fpc-pascal] function to do common things to files a directory (possibly recursive)

2009-03-24 Thread leledumbo
> B.t.w. What did you use to create the ZIP files? > My XP machine here (at work) takes for ages to open it (it does not > have problems with other zip files fhough). 7-zip, default settings. Don't know, I never use Explorer's built-in zip utility. -- View this message in context: http://www.n

Re: [fpc-pascal] Correct use of GetThreadManager to Semaphores

2009-03-24 Thread Jonas Maebe
On 24 Mar 2009, at 18:53, Léo Willian Kölln wrote: On Tue, Mar 24, 2009 at 12:53 PM, Jonas Maebe > wrote: Léo Willian Kölln wrote on di, 24 mrt 2009: In what moment i need call the function GetThreadManager to get it and use semaphore* functions? You should never do that. The thread manag

Re: [fpc-pascal] Correct use of GetThreadManager to Semaphores

2009-03-24 Thread Léo Willian Kölln
But then, what is this post about? http://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg11866.html So, who i use semaphores on linux? (i want Unix like, specifically Linux. For windows i´m using it´s own API) Léo Willian Kölln On Tue, Mar 24, 2009 at 12:53 PM, Jonas Maebe wrote: > Léo

Re: [fpc-pascal] Correct use of GetThreadManager to Semaphores

2009-03-24 Thread Jonas Maebe
Léo Willian Kölln wrote on di, 24 mrt 2009: In what moment i need call the function GetThreadManager to get it and use semaphore* functions? You should never do that. The thread manager is internal. For example, the semaphore* functions are nil in the Windows, see http://bugs.freepascal.or

[fpc-pascal] Correct use of GetThreadManager to Semaphores

2009-03-24 Thread Léo Willian Kölln
In what moment i need call the function GetThreadManager to get it and use semaphore* functions? Each time i will use some of the functions (a sequence of them), a "per-thread" basis or i can discover it only one time, set for example to a global and use the global aways? _

Re: [fpc-pascal] function to do common things to files a directory (possibly recursive)

2009-03-24 Thread Bart
On 3/24/09, leledumbo wrote: > > > I can not find any sourcecode on > > http://code.google.com/p/express-gui/source/browse/ at all. > > > I don't have svn access, so I put it in the download section. OK I can see it now. Yes, that one is mine. B.t.w. What did you use to create the ZIP files? M

Re: [fpc-pascal] function to do common things to files a directory (possibly recursive)

2009-03-24 Thread leledumbo
> I can not find any sourcecode on > http://code.google.com/p/express-gui/source/browse/ at all. I don't have svn access, so I put it in the download section. > You can check my BrowserDetect unit, to see if it is the same. I'll take a look. > OTOH I based my code on code snippets from several

Re: [fpc-pascal] function to do common things to files a directory (possibly recursive)

2009-03-24 Thread Bart
> OOT: My project http://code.google.com/p/express-gui ExPress uses a unit > called browserdetection. But I don't see any author name in the comment, > please check if it yours. I'll add your name in the next version. I can not find any sourcecode on http://code.google.com/p/express-gui/sourc