Skip to Content.
Sympa Menu

freetds - Re: [freetds] freetds in win32

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Frank M. Kromann" <frank AT kromann.info>
  • To: freetds AT lists.ibiblio.org
  • Subject: Re: [freetds] freetds in win32
  • Date: Thu, 06 Feb 2003 11:51:30 -0800

>
> I only meant it builds with or without cygwin. I don't know how to
> install it.

I've just tested the latest snapshot and it does not compile with MSVC,
wothout changes.

This is a list of issues:

1) src/odbc/error.c has an absolute path in the project. It needs to be
relative (unless you copy alle files to a predefined location).

2) win32\msvc6\config.h needs to be copied to include.

2) tds_sysdep_public.h needs to be copied from tds_sysdep_public.h.in

3) freetds_sysconfdir.h needs to be generated. Is there a predefined
directory for the conf files on Win32 ? %SystemRoot%\system32\drivers\etc
does not exist on all platforms.

4) SQLULEN is not defined on WIn32. This will take a small code change

1-3 can be handled from the .dsp file. I can provide a diff for this.

- Frank

>
> --jkl
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>







Archive powered by MHonArc 2.6.24.

Top of Page