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: Thu, 13 Feb 2003 23:51:14 -0500

On Fri, 14 Feb 2003 11:41:33 +0800, "Mickael Faivre-Macon"
<mickael AT easyplay.com.tw> wrote:
>
> I have problem compiling the examples (src/ctlib/unittests/).
> For example, cspublic.h provided by the freetds package does not declare
> cs_ctx_alloc.

It's there:

$ grep -n cs_ctx_alloc include/*
include/cspublic.h:739:CS_RETCODE cs_ctx_alloc(CS_INT version, CS_CONTEXT
**ctx);

What version are you using?

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page