Skip to Content.
Sympa Menu

freetds - Re: toward binary compatibility

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: toward binary compatibility
  • Date: 04 Aug 2002 10:51:08 +0200


Il sab, 2002-08-03 alle 22:10, Brian Bruns ha scritto:
>
> B is the problem as we have only used number from the sybase headers where
> they could be fathomed from third party source code. I'm a little learly
> of looking at the sybase headers and importing that into freetds en masse.
>

Instead of watch headers you can do a program like

#include <header.h>
...

int main()
{
printf("%d",CONSTANT);
return 0;
}

Or not?

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page