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
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
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
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
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
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
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
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!
--
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
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
10 matches
Mail list logo