Borland C++Builder compile error

2001-06-07 Thread Jay Stewart
I am attempting to add SQL client-server functionality to a Window's (2000) app I am developing in Borland's C++Builder v5. After installing the mysql C API, including the mysql.h header and setting my include and library paths appropriately, I was unable to compile the API code. The compiling

Re: Borland C++Builder compile error

2001-06-07 Thread Miguel Angel Solórzano
At 10:03 07/06/2001 -0700, Jay Stewart wrote: Hi! Please add #include winsock.h at your main unit. Regards, Miguel I am attempting to add SQL client-server functionality to a Window's (2000) app I am developing in Borland's C++Builder v5. After installing the mysql C API, including the mysql.h