[fpc-pascal] [EMAIL PROTECTED] dead?

2004-12-03 Thread Taj Morton
Hi All, I sent an email to [EMAIL PROTECTED] a few weeks ago with the URL of a mirror I'd just setup, and a request to be added to the rsync push list. However, the URL was never listed and I never got a responce. Is that address dead? Thanks! -- Taj

[fpc-pascal]TCollection.Add

2004-04-21 Thread Taj Morton
Hello Everybody, I must be missing something...donno. Whenever I try to add an item to a TCollection, it errors out. function TDepsList.Add(const Name: string; VerOperator: TVerOper; Version:String): TDepsItem; begin Result := inherited Add as TDepsItem; <-- Crashes here Result.SetName(Name

[fpc-pascal]Program Functions used in Dynamic Library

2004-04-12 Thread Taj Morton
Hi All, I'd look this up, but I don't know what to look *for*. I'm trying to write a SDK for a plugin system. Plugins are shared "objects"/dynamic linking libraries which export two functions, Start and Stop. Start is the programs chance to set itsself up, and Stop, destroy its items, etc. Anywa

Re: [fpc-pascal]TStringList index

2004-03-14 Thread Taj Morton
Hi Vincent, > > Instead do: >IDs.Add(Tmp.Strings[0]); Aha! Thank you! --Taj -- panic: kernel trap (ignored) ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]TStringList index

2004-03-14 Thread Taj Morton
Hi all, This code has been driving me nuts for the past week. IDs:=TStringList.Create; for i:=0 to Datab.List_Field.Count-1 do begin Tmp:=TStringList(Datab.List_Field.items[i]); IDs.Strings[i]:=Tmp.Strings[0]; Tmp.Free; end; It crashes with An un

[fpc-pascal]Splitting Strings at character

2004-03-08 Thread Taj Morton
Hi All, I'm looking for a routine to create a string list from a string, with items being seperated with a comma (,). For example: free,pascal,OO,linux,win32 Would create a stringlist with: free pascal OO linux win32 Any ideas? Thanks, Taj ___ fpc-pa

Re: [fpc-pascal]RE: SQLite Header File

2004-03-03 Thread Taj Morton
Hi Marco, > > > > All bindings that bind to a C library need to include {$linklib c}. When > > it is not there it is a bug in the binding. The {$linklib c} is required > > to let fpc know that it needs to use special startup code. > > It is better to include unit initc though, then including {$link

[fpc-pascal]SQLite Header File

2004-03-02 Thread Taj Morton
Hi! I'm looking for a new header file for SQLite...the old one included with FPC 1.0.3 doesn't seem to work (program dies with: Creating class Inconsistency detected by ld.so: dl-minimal.c: 134: realloc: Assertion `ptr == alloc_last_block' failed!) Any idea where I can get a new one? Thanks! --

Re: [fpc-pascal]Berkeley DB + FPC

2004-03-01 Thread Taj Morton
Hi, > > Have any interfaces been written for BerkeleyDB (preferabl... > > It's distributed by default. See packages/extra/gdbm > This links to the gnu db library. Thanks! Are there any docs? I didn't see any :( --Taj -- Lewis's Law of Travel: The first piece of luggage out of the chute do

[fpc-pascal]Berkeley DB + FPC

2004-02-29 Thread Taj Morton
Hi All, Have any interfaces been written for BerkeleyDB (preferabl... Googled it but nothing turned up :(. Any leads would be nice. Thanks! --Taj -- Pohl's law: Nothing is so good that somebody, somewhere, will not hate it. ___ fpc-pascal maill