[fpc-devel] libgdb sources

2005-11-18 Thread Andrew Haines
Hi, Where can I find the libgdb sources? I searched on google and either I am blind or they are nearly impossible to find. All I found were some libs in the contributed section of the fpc ftp site. So if anyone knows where the libgdb sources are please tell me. Thanks in advance, Andrew ___

Re: [fpc-devel] Re: Cryptography class nedded ?

2005-11-18 Thread Paul Davidson
Thanks :) On Nov 18, 2005, at 10:12, Jeff Pohlmeyer wrote: Did some work getting SSL working for FPC. Attached is unit that exposes most of the functions required. Tested with Darwin and Linux. What about putting it in packages/extra? OpenSSL is quite common. Just for kicks, I tried

[fpc-devel] Re: Cryptography class nedded ?

2005-11-18 Thread Jeff Pohlmeyer
> > Did some work getting SSL working for FPC. Attached is unit that > > exposes most of the functions required. Tested with Darwin and Linux. > What about putting it in packages/extra? OpenSSL is quite common. Just for kicks, I tried linking on windows with ssleay32.dll, but apparently the

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Jonas Maebe
On 18 nov 2005, at 11:34, Joost van der Sluis wrote: Why is it impossible to have a mysql40connection, mysql41connection and mysql50connection in one application? In what way is this different from having mysqlconnection and ibconnection in one application? If we implement that, and sqldb

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Daniƫl Mantione
Op Fri, 18 Nov 2005, schreef Joost van der Sluis: > > >>For mysql connection I would prefer an component for each version so > > >>users have it clear from begining, and not need to change anything. > > > > > > The problem is that those different components coud not be installed at > > > the sa

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Joost van der Sluis
> >>For mysql connection I would prefer an component for each version so > >>users have it clear from begining, and not need to change anything. > > > > The problem is that those different components coud not be installed at > > the same time. > Why is it impossible to have a mysql40connection,

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Vincent Snijders
Joost van der Sluis wrote: For mysql connection I would prefer an component for each version so users have it clear from begining, and not need to change anything. The problem is that those different components coud not be installed at the same time. Why is it impossible to have a mysql40c

Re: [fpc-devel] MySQL v4.0 v4.1 and v5.0

2005-11-18 Thread Joost van der Sluis
> > > Hi all, > > > > > > atm I have a nearly finished mysql.inc file that can be used with > > MySQL > > > v4.0 v4.1 and v5.0. Loaded dynamically and static. > > > > > > It uses several defines to set the right MySQL version and to > > turn the > > > dynamically linking on or off. > > > > > > C