[fpc-pascal] sending Emails from within freepascal

2005-05-25 Thread Rudolf Harney
Hi, We need a program, running under Linux and windows, that is able to send Emails. With Linux I can call sendmail. Is there an easy way for sending Emails from within freepascal under Windows, also? Thank You, Rudolf ___ fpc-pascal maillist - fpc

[fpc-pascal]fpc-source for debian

2004-01-24 Thread Rudolf Harney
Hi! Is there a debian package with the fpc-SOURCES in it? I installed fpc 1.0.10, using apt-get ... but it didn't install the sources and I couldn't find an "apt-compatibele" package. The reason I ask is, that Lazarus needs the

[fpc-pascal]using GetOpts

2004-01-07 Thread Rudolf Harney
n b . ’ ) ; ’ c ’ : writeln ( ’ Option c : ’ , optarg ) ; ’ d ’ : writeln ( ’ Option d : ’ , optarg ) ; ’ ? ’ , ’ : ’ : writeln ( ’ Error with opt : ’ , optopt ) ; end ; { case } Thanks, RUDOLF -- Rudolf Harney __ Erdbeben im Ir

[fpc-pascal]date not 1903

2004-01-06 Thread Rudolf Harney
Hi! I use StrToDate to read a date. When the string is e.g. '2-12-03', fpc will read the date 02-12-1903. Is there a way, to tell fpc, I want the year 2003 and not 1903 (without changing the string)? I use fpc 1.0.10 under Linux. Thanks for hints, RUDOLF -- Rud

Re: [fpc-pascal]file or fileexists?

2004-01-06 Thread Rudolf Harney
Edvaldo Almeida wrote ---8<--- > Which unit is FileExists() in? Do I have to add some unit to have it > working? --->8--- in sysutils. __ Erdbeben im Iran: Zehntausende Kinder brauchen Hilfe. UNICEF hilft den Kindern - he

[fpc-pascal]IDE

2003-11-23 Thread Rudolf Harney
Linux. Thanks for hints! RUDOLF --  Rudolf Harney __ Horoskop, Comics, VIPs, Wetter, Sport und Lotto im WEB.DE Screensaver1.2 Kostenlos downloaden: http://screensaver.web.de/?mc=021110 _

Re: [fpc-pascal]Re: working with bitmaps

2003-10-20 Thread Rudolf Harney
9) Error: Wrong amount of parameters specified jerror.pas(442,41) Error: Wrong amount of parameters specified jerror.pas(461) Fatal: There were 5 errors compiling module, stopping ) Thanks, RUDOLF -- Rudolf Harney Geräteentwicklung & Gutachten im Bereich regenerativer Energien Sulzburger

Re: [fpc-pascal] working with bitmaps

2003-10-17 Thread Rudolf Harney
ascii coords. to make the bitmap overlay should be pretty easy. pretty easy is, what I need ;) I'm sitting here nearly all day now, trying bitmap stuff! > >ciao, Ivan -- Rudolf Harney __ Horoskop, Co

[fpc-pascal]working with bitmaps

2003-10-17 Thread Rudolf Harney
meone know a fpc-tool, to generate a new bitmap from that? Or another little "bitmap-manipulater-program" (freeware), that I can call? Thanks for help! -- Rudolf Harney __ Horoskop, Comics, VIPs, Wetter, Sport und

[fpc-pascal]EACCESSVIOLATION

2003-08-14 Thread Rudolf Harney
0x0806ABC0 0x080522D8 0x080524B8 0x08052DE0 0x0806F98B 0x08130A84 0xF2B3E800 Any idea, what that means? Thanks! RUDOLF -- Rudolf Harney [EMAIL PROTECTED] __ Die sicherste Form der Kommunikation: E

Re: [fpc-pascal]EACCESSVIOLATION

2003-08-14 Thread Rudolf Harney
p]; end; end else begin writeLn('fatal error in getLine: no line of input from port!'); quit := true; Is_Error := -1; end; Until quit; {Were Outa Here} FLock(Fd,LOCK_UN); {Unlock Port} fdClose(Fd); {Close Port} end { if Fd > 0 } else begin writeLn('error, opening port ', port