Skip to Content.
Sympa Menu

freetds - Re: progress on convert...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: progress on convert...
  • Date: Thu, 18 Jul 2002 06:44:26 -0400 (EDT)



inttypes isn't very portable from what i've seen. configure.in has some
macros to check for the size of variables, you can check long, long long,
and whatever else there is.

Brian

On Thu, 18 Jul 2002, ZIGLIO Frediano wrote:

> > >
> > > With most compilers you can use "long long" for 64 bit
> > arithmetic even
> > > on 32bit platforms.
> >
> > Bill,
> >
> > I'd say rely on "long long". There must be an autoconf macro
> > you can use to
> > test for its support. If "long long" isn't supported on some ancient
> > compiler, just fail the conversion. We don't have to make
> > FreeTDS work on a
> > Commodore 64, at least as far as I'm concerned.
> >
> > Wonderful work, Bill.
> >
> I think best think is try before to include <inttypes.h> and see if uint64_t
> / int64_t is defined.
>
> freddy77
>
> =================================
> "STRICTLY PERSONAL AND CONFIDENTIAL
>
> This message may contain confidential and proprietary material for the sole
> use of the intended recipient. Any review or distribution by others is
> strictly prohibited. If you are not the intended recipient please contact
> the sender and delete all copies.
> The contents of this message that do not relate to the official business of
> our company shall be understood as neither given nor endorsed by it."
>
> =================================
>
> ---
> You are currently subscribed to freetds as: [camber AT ais.org]
> To unsubscribe, forward this message to $subst('Email.Unsub')
>
>





Archive powered by MHonArc 2.6.24.

Top of Page