This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sybase libraries and cygwin


----- Original Message -----
From: Guido Roelli <guido.roelli@stest.ch>
To: <cygwin@sourceware.cygnus.com>
Sent: Monday, August 09, 1999 3:45 PM
Subject: sybase libraries and cygwin

>       Has anyone ported an application from Unix to NT that requires
> database connectivity. We have various programs that require the
> 'OpenClient' library to connect C code to Sybase. Does anyone know if
> the 'OpenClient' libraries have been ported to NT using Cywin? Are they


Yes. For examole(help) see http://www.voicenet.com/~gray/sqsh.html
Steps:
1) Create import libraryes using dlltool, etc....
2) In your source modify prototypes for callbacks ( for UNIX is _ctype, for NT
is __stdcall)
3) When compiling, define _MSC_VER=800

--
Vadim Beloborodov
Industrial Investment Bank of Ukraine,
Project Depatment.
(044) 228-1242, U0BY



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]