Re: [fpc-pascal] CloseThread needed? still unclear

2011-11-28 Thread noreply
Am 14.11.2011 02:32, schrieb nore...@z505.com: First I thought I would post this to the mailing list to ask you what the proper way to program with threads is. If we must call closethread on MS Win machines but not unix machines, then something needs to change to make the threading in the

[fpc-pascal] CloseThread needed? still unclear

2011-11-14 Thread noreply
While testing an updated version of nYume (aservia) I found that the program is leaking thread handles on Ms Windows. The program uses BeginThread and EndThread calls. However, when I add CloseThread() right before EndThread(, the program no longer leaks handles. So, CloseThread may be needed on

Re: [fpc-pascal] ioda joda fulltext search not working

2011-11-11 Thread noreply
On Tue, 8 Nov 2011, nore...@z505.com wrote: Has anyone got Ioda 1.3 fulltext search project working? I have it working. Good. I got 1.2 working recently and had to edit the Config file and set fileref to 1 for it to work I think. So you have 1.3 working? whereas only 1.2 worked for me.

Re: [fpc-pascal] ioda joda fulltext search not working

2011-11-11 Thread noreply
On Wed, 9 Nov 2011, Graeme Geldenhuys wrote: On 9 November 2011 10:40, michael.vancanneyt@. wrote: It definitely works, I also use it in a commercial project to implement full-text-search on a firebird database. Now that would be pretty awesome! :) It is. When I showed it to the

[fpc-pascal] ioda joda fulltext search not working

2011-11-08 Thread noreply
Has anyone got Ioda 1.3 fulltext search project working? Every time I try version 1.3 it doesn't seem to find any words in a file that is indexed when I try a simple demo with it. The project IODA is here: http://sourceforge.net/projects/ioda/files/ I make some sample files as follows:

<    1   2