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
___
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
> > 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
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
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
> >>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,
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
> > > 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