This is the mail archive of the cygwin@cygwin.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: dll ver:1.1.8: sqltypes.h bug ( win-98) --- help!


Hi!

Thursday, 19 April, 2001 M.Manikandan mani@comneti.com wrote:

MM> Hi,

MM>     While compiling a c program ( in win-98 platform) using gcc, i got the
MM> following error message.
MM>     my  C program will just connect to a database & display success message
MM> if connected successfully.

MM> In file included from /usr/include/w32api/sql.h:9,
MM>                  from get.c:1:
MM> /usr/include/w32api/sqltypes.h:14: parse error before `UDWORD'
MM> /usr/include/w32api/sqltypes.h:14: warning: data definition has no type or storage class

add

#include <windows.h>

in the beginning of your program

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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