[fpc-pascal]IPC Question

2003-09-03 Thread Michael Weinert
procedure to open an ipc-queue. Thanks in advance for your help. Michael. -- SysQuadrat Michael Weinert Stuttgart Filderstadt-Plattenhardt Tel.: 0711-9970288 Fax: 5360559 Mobil: 0170-4141273 http://www.linux-fire

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Michael Weinert
to make a getnsaddr and you have a result. Are you trying to program a spam-blocker or something like that? If yes, I would be interested in helping. Michael. - -- SysQuadrat Michael Weinert Stuttgart Filderstadt-Plattenhardt Tel.: 0711-9970288 Fax: 5360559 Mobil: 017

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Michael Weinert
noch nicht so recht funktioniert. Folgendes war geplant: Empfang auf Port 25 und gleichzeitig öffnen des Mailservers auf Port X. Sobald ein Hit stattfindet auflegen beider Verbindungen, bzw. Fehlermeldung 5/4XX an den Client. Gruß Michael. - -- SysQuadrat Micha

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Michael Weinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 17. September 2003 13:10 schrieb Rainer Hantsch: Sorry, I put in a mail in german, didn't check the receipient. So everybody got the resolv-unit ;-) Michael. - -- SysQuadrat Michael Weinert Stut

Re: [fpc-pascal]TCP client required... List still active??

2003-10-05 Thread Michael Weinert
you have your client-code. Michael. - -- SysQuadrat Michael Weinert Stuttgart Filderstadt-Plattenhardt Tel.: 0711-9970288 Fax: 5360559 Mobil: 0170-4141273 http://www.linux-firewall.de [EMAIL PROTECTED] KeyServer hkp://pgp.mit.edu -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: [fpc-pascal]GTK: multiline label

2003-10-09 Thread Michael Weinert
ave to replace the "\n" ? This might help: lbl := gtk_label_new('Line1 '+chr(10)+chr(13)+'Line2'); If it doesn't work this way try to define the string first. I would define such strings in a constant way anyway. Michael. - -- SysQuadrat

[fpc-pascal]Bug ??? Table

2003-11-18 Thread Michael Weinert
o did try to initialise the table first, but still no help. I also changed the size and order of variables. Thanx, Michael. - -- SysQuadrat Michael Weinert Stuttgart Filderstadt-Plattenhardt Tel.: 0711-9970288 Fax: 5360559 Mobil: 0170-4141273 http://www.linux-firewa

Re: [fpc-pascal]Bug ??? Table

2003-11-18 Thread Michael Weinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 18. November 2003 20:40 schrieb Michael Weinert: Hi All, > I'm parsing a dns-hosts-file and after adding round 40 Hosts the > table gets overwritte with garbage. Problem solved, I overwrote another table :-/ sorry for