Skip to Content.
Sympa Menu

freetds - Re: [freetds] cspublic.h does not declare cs_ctx_alloc and alike ?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] cspublic.h does not declare cs_ctx_alloc and alike ?
  • Date: Fri, 14 Feb 2003 00:49:17 -0500

On Fri, 14 Feb 2003 13:15:27 +0800, Mickael Faivre-Macon
<mickael AT easyplay.com.tw> wrote:
> > It's there:
> >
> > $ grep -n cs_ctx_alloc include/*
> > include/cspublic.h:739:CS_RETCODE cs_ctx_alloc(CS_INT version,
> > CS_CONTEXT**ctx);
>
> I do not have it...
> My cspublic defines structs, enums, has #define, but no function
> declarations. This file has only 554 lines, you found the declaration at
> line 739.
>
> > What version are you using?
>
> FreeTDS 0.60

Mikael,

We're about to release 0.61rc2, meaning that version 0.61 is due out
shortly (very likely in the next 2 weeks). I recommend you use 0.61rc1
for now, track the release candidates, and get 0.61 when it's ready. I
wouldn't be surprised if the only change from 0.61rc2 to the full 0.61 is
a name change.

ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/current/freetds-0.61rc1.tgz

One of the changes -- practically a subproject, really -- since 0.60 was a
serious rearrangement of the header files. The current setup is much more
rational and (surprisingly or unsurprisingly) more like Sybase's, too.

If you encounter problems in the release candidates (or 0.61, when it
comes), I'm sure you'll get cheerful help here. No one is working on 0.60
anymore, and new functions are already being added to the future 0.62.

Welcome to the project, and regards,

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page