> -----Original Message-----
> From: Philippe Lang [mailto:philippe.lang@attiksystem.ch]
> Sent: 04 April 2004 18:58
> To: Dave Page
> Subject: RE: [ODBC] ODBC driver further developments?
>
> Hello,
>
> > It's rumoured that Philippe Lang once said...
>
> :)
>
> I would be glad to see if I can help in the driver
> development, really. I never developed drivers before, but I
> used to program a lot with C and C++ some years ago. What
> kind of environment do I need in order to compile the win32 driver?
Any contributions you can make would be appreciated :-)
We use MS Visual C++ at the moment (that's what the .mak makefiles are
for - the command line MS compiler). There is no special environment
required, simply run vcvars32.bat (or add the relevant bits to your
env), and then use something like 'nmake /f win32.mak' to build a DLL.
At the moment we have 3 builds, the ODBC2.5 (legacy) version, the ODBC3
version and the ODBC3 Unicode (beta) version. I want to move fairly
quickly to only the ODBC3 Unicode build and junk the rest.
Regards, Dave