Re: [fpc-pascal] HMAC_SHA1 and FPC

2013-03-25 Thread Lukas Gebauer
write(StrToHex(HMAC_SHA1('The quick brown fox jumped over the lazy dog.', 'secret'))); -- Lukas Gebauer. http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. http://geoget.ararat.cz/ - Geocaching solution ___ fpc-pascal mailli

Re: [fpc-pascal] download manager

2012-12-23 Thread Lukas Gebauer
er if you wish to know size of file o the server, try to ask you HTTP server by HEAD method (instead of GIT) and analyze THTTTPSend.Headers. See the Content-Length header. -- Lukas Gebauer. http://synapse.ararat.cz/ - Synapse Delphi and Kylix TCP/IP Library http://geoget.ararat.cz/ - Geoca

Re: [fpc-pascal] Re: WSAGetLastError returns 0 when it shouldn't but I cannot see why

2008-03-06 Thread Lukas Gebauer
I am pretty sure, Synapse working fine with some older FPC versions. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Serial Programming

2007-06-02 Thread Lukas Gebauer
> I've used synaser in the past (and I plan using it again): > > http://synapse.ararat.cz/ See for Synaser version hidden in latest SynaSnap package too. This new testing version have removed Libc dependency on Freepascal, it is usable on Win32 and many linux/unix based platfo

Re: [fpc-pascal] charset conversion

2006-12-07 Thread Lukas Gebauer
You can found iconv.dll on Synapse web page too...) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] [HTTPS]: Looking for a ssl http client

2006-11-29 Thread Lukas Gebauer
. So i want to find the problem with synapse in SSL mode > in order to not install others librairies... Synapse DOES working with SSL, you just must have corretly installed OpenSSL (or other supoorted SSL library), of course. ;-) As I see in synalist, your problem is solved now, right?

Re: [HTTPS]: Looking for a ssl http client [fpc-pascal]

2006-11-25 Thread Lukas Gebauer
n use your favourite SSL implementation... OpenSSL, Cryptlib, StreamSec/OpenStreamSec, SecureBlackBox (:-)), or anyone can write SSL plugin for any other SSL implementations too. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi a

[fpc-pascal] ANN: Synapse release 37

2006-09-12 Thread Lukas Gebauer
FYI: New Synapse has been released. This release needs FPC 2.0.4 and using native FPC sockets.pp interface for support of various unix/linux platforms. Have a fun! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library

Re: [fpc-pascal] TCP Server

2006-08-17 Thread Lukas Gebauer
units for socket communication - you can use it on any linux/unix platform. (and, of course, on Windows platform too) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - f

[fpc-pascal] Synapse 37b4

2006-05-19 Thread Lukas Gebauer
FYI: Has been published next Synapse snapshot 'synasnap 37b4' with lot of annonced changes for better FreePascal support. You can use Synapse for all unix based targets now, but it is totally untested now! (we have reported some success on MacOsX only) -- Lukas Gebauer. E-ma

Re: [fpc-pascal] is planned next 2.0.x release?

2006-05-17 Thread Lukas Gebauer
> If I understood you both correctly, then it is not the same: > > Lucas says (more or less): fpc 2.0.3 fixes several issues in fpc > 2.0.2, release it as fpc 2.0.4. Martin says: Please, don't release > 2.0.4 yet, it is not good enough for MSEide+MSEgui. > > Correct? E

[fpc-pascal] is planned next 2.0.x release?

2006-05-17 Thread Lukas Gebauer
2.0.x snapshots. But I need to be compatible with some FPC release... ;-( This is reason why I asking for next release of FPC. Is chance to release next 2.0.x version soon, or you are waiting for 2.1.x version? Thank you. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz

Re: [fpc-pascal] fpc network components

2006-05-10 Thread Lukas Gebauer
wait for next Synasnap. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpc network components

2006-05-10 Thread Lukas Gebauer
d support is unreleased yet, it is not in latest synasnap yet. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepas

Re: [fpc-pascal] fpc network components

2006-05-09 Thread Lukas Gebauer
blished yet. Synapse know to use FPC native sockets/netdb units as socket backend now. It opens Synapse to many supported platforms. Before a some time I asked here for help with debugging in various unix platforms, but nobody contact me. I can debug only Linux on i386 platform. -- Lukas Geb

[fpc-pascal] Synapse for all unix/linux targets

2006-03-28 Thread Lukas Gebauer
(see: http://synapse.ararat.cz/list.htm ), here are all annonces and any problems can be discussed here. First test Synasnap with this new code will be released soon. (I hope!) Thank you very much! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - T

Re: [fpc-pascal] for..in loops?

2005-11-20 Thread Lukas Gebauer
ads or class variables...) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Status of Lazarus

2005-10-16 Thread Lukas Gebauer
And Synapse have sister's project called SynaSer... yes, it is for serial port communication. But be carefull, Synapse and Synaser is for Windows and Linux targets only. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Sy

Re: [fpc-pascal] Crosscompile linking problems

2005-07-13 Thread Lukas Gebauer
- linux.so.2 -FL/lib/ld-linux.so.2 (and I have -Fl in FPC config, of course!) My appliation run on linux wery well now. Thanks for your comments! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Crosscompile linking problems

2005-07-12 Thread Lukas Gebauer
oader (ld-linux.so) is missing > > > > I have it in my lib directory... ld-linux.so and ld-linux.so.2 (copy > > of ld-linux.so) > > I compiled Lazarus from win32 to Linux/FreeBSD a while ago, here are my > summary notes:

Re: [fpc-pascal] Crosscompile linking problems

2005-07-12 Thread Lukas Gebauer
; Have you some ideas? Have I missed somethink? > > > > I call it by commandline: > > fpc -Tlinux webtouch -XPi386-linux- > > Looks like the dynamic linker loader (ld-linux.so) is missing I have it in my lib directory... ld-linux.so and ld-linux.so.2 (copy of ld-linux.

[fpc-pascal] Crosscompile linking problems

2005-07-12 Thread Lukas Gebauer
#x27; C:\FPC\2.0.0\lib\/libc.so: undefined reference to [EMAIL PROTECTED]' C:\FPC\2.0.0\lib\/libc.so: undefined reference to [EMAIL PROTECTED]' Have you some ideas? Have I missed somethink? I call it by commandline: fpc -Tlinux webtouch -XPi386-linux- Thanks! -- Lukas Gebauer. E-mai

Re: [fpc-pascal] sending Emails from within freepascal

2005-05-25 Thread Lukas Gebauer
wish to use MIME encoded mails (include attachments, charset encoding, etc.), then you can do it by Synapse too! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal

Re: [fpc-pascal] Excessive Recompiling: UPPER case files.

2005-05-22 Thread Lukas Gebauer
in uppercase? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Funny bug with function result

2005-01-07 Thread Lukas Gebauer
unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ --- End of forwarded message --- -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synap

Re: [fpc-pascal]SMTP & Free Pascal/Delphi (repost with sensiblle subject line)

2004-08-07 Thread Lukas Gebauer
g experience with Synapse... it is author of Synapse. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal

Re: [fpc-pascal]Socket programming with FPC

2004-07-25 Thread Lukas Gebauer
PC 1.9.4 too). Synapse is compatible with Delphi from version 3 (to delphi 8 for .NET!), C++Builders, Kylixes and with Freepascal, of course. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP

[fpc-pascal]Synapse and 1.9.4

2004-06-09 Thread Lukas Gebauer
For your information... latest Synasnap pf Synapse library seems to be compatible with FPC 1.9.4. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - [EMAIL

Re: [fpc-pascal]Better/full internet-support in FPC on Linux?

2004-02-26 Thread Lukas Gebauer
because I am still using 1.0.4 (newer versions do not work > correctly on old old 2.0.33 systems like SuSE 5.2/5.3, but this is a > MUST for me). You can take a look to my Synapse. In you case take a look for dnssend.pas unit. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTE

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

2003-10-06 Thread Lukas Gebauer
vived from one ip address to the others like a > simple talker room.) > > The client will connect to the server and retreive values (similar to > snmp) and act upon them ie modifying other values or performing action > via USB(ignore the USB aspect for the purpose of discussion.) --

Re: [fpc-pascal].NET

2003-09-09 Thread Lukas Gebauer
> ARM and x86-64 are under construction. iA64 will follow as soon as it's > important. ARM support is only one half of work. What about WinCE support? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse -

Re: [fpc-pascal].NET

2003-09-09 Thread Lukas Gebauer
en in VB.NET... and part is written in pascal? it is not advantage? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mail

[fpc-pascal].NET

2003-09-09 Thread Lukas Gebauer
What about compiling for .NET? It is planned feature? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman

Re: [fpc-pascal]Synapse for FPC

2003-07-24 Thread Lukas Gebauer
ystemTime!" It must confuse lot of Delphi programmers. ;-/ One my mind... when FPC reporting error with expected data type, can they report me where this data type is declared? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz

Re: [fpc-pascal]The state of FPC (was: Synapse for FPC)

2003-07-24 Thread Lukas Gebauer
I am using TotalCommander and their filesearch. I can directly browse fouded files, i can continue find within search result... and all by a few hit to keys. ;-) However searchingg through sources in delphi is much mure simple. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.arara

Re: [fpc-pascal]The state of FPC (was: Synapse for FPC)

2003-07-24 Thread Lukas Gebauer
give me reply for all my questions. Ilove opensource, because I can get answers from sources. And FPC sources is not good readable for me. This is just my opinion. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library _

Re: [fpc-pascal]The state of FPC (was: Synapse for FPC)

2003-07-24 Thread Lukas Gebauer
it into uses) On Borland, i do simple text seach on Borland sources and directly I can see what unit I must use. But on FPC I gen only some include unit. I must do search again.. again... for getting unit name what I need. ;-( -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/syn

Re: [fpc-pascal]Synapse for FPC

2003-07-24 Thread Lukas Gebauer
utils is missing some Delphi stuffs. Well, you can > > create new unit with all missing Delphi stuffs. Porting programmer > > only add this new unit to their program. It is easy... > You're welcome to submit it :-) I plan do this very similar for Synapse's purposes. ;-)

Re: [fpc-pascal]Synapse for FPC

2003-07-24 Thread Lukas Gebauer
on D1 is impossible do this construct. From D2 I am using this construct for API calls without any problems. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist -

Re: [fpc-pascal]Synapse for FPC

2003-07-24 Thread Lukas Gebauer
garbage back from Windows. ??? I am using this constructs under Delphi without problems... :-O -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://l

Re: [fpc-pascal]Synapse for FPC

2003-07-24 Thread Lukas Gebauer
100 compatible, but you must have simple tools for good and quick Delphi porting. For example, in FPC sysutils is missing some Delphi stuffs. Well, you can create new unit with all missing Delphi stuffs. Porting programmer only add this new unit to their program. It is easy... --

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
o make readability > of the synsock file a bit better. As I say here before, I PLAN to rewrite my synsock! You not need convincing me aboyt thinks what I know. ;-) I only explain here, why it is not yet rewrited. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - A

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
sock2 level properly, etc. I create my own definitions what working on all supported platforms and it create exactly same socket interface for all supported platforms. (for example, It provide WSAStartp function for Linux platform. Socket developing on both platform is exacly same by my synsock.pa

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
, then lot of people (include me) can help with answer. Maybe this is done in lazarus e-mail list, I don't know. ;-) > The Linux version, on the other hand, is VERY usable. Great... but Win32 is very needed. ;-) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ara

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
ut lazarus Win32 binary downloads is empty. ;-( -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: Re[2]: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
use non-blocking mode in Synapse too. (some of my customers using this!) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
> It's pretty hard to use blocking sockets without multiple threads without > your application halting whenever there is a request that takes a long time > to respond. yes, but... with other large TCP/IP libraries you MUST use threads... with synapse you CAN use threads. This is mojor difference!

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread Lukas Gebauer
> And the other way around. The main problem with Borland is that it only > supports one and a half platform on one processor. Sure, but Borland is home for Synapse. I create Synapse primary for my programs. I am professional programmer and I create lot of commercial programs by my Synapse. This

[fpc-pascal]TThread

2003-07-22 Thread Lukas Gebauer
because I am new in FPC community, can someone explain me what is bad on threads implementation on FPC? (TThread object interesting me.) -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib

Re: [fpc-pascal]Synapse for FPC

2003-07-22 Thread Lukas Gebauer
k in features of Synapse. In old times it is used by this way. However now Synapse can use ANY socket library by dynamic loading. For example, you create your own socket library and synapse can call them instead Libc! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse -

Re: [fpc-pascal]Synapse for FPC

2003-07-22 Thread Lukas Gebauer
greately usable for command-line programs or for visual programs where blocking operation is not a problem. Threads you need only for visula programs with TCP/IP operations on background or when you need create multithreaded servers. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://ww

Re: [fpc-pascal]Synapse for FPC

2003-07-22 Thread Lukas Gebauer
ee library with native LDAP client, etc. Yes 'First free' in delphi world! But on FPC world I not see comparable TCP/IP library. Really lot of people asking me: "Exists Synapse for FPC?" FPC world now can use five years experience with Synapse from delphi world. ;-) -- Lukas Geba

[fpc-pascal]Synapse for FPC

2003-07-21 Thread Lukas Gebauer
charset transcoding engine... and lot of more stuffs. ;-) For more informations look to 'Ararat Synapse' web. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://www.ararat.cz/synapse/ - Ararat Synapse - TCP/IP Lib. ___ fpc-pascal maill