VC++ and mysqlclient

2002-03-09 Thread Michael Halcrow
I wrote a MySQL client program using GCC in Linux. It works beautifully. However, I need to integrate it with a Windows-only Bluetooth stack, which means that I need to port my code to Windows. I am not happy about this situation, but I find myself in it nonetheless. I use standard C++ (with

Re: VC++ and mysqlclient

2002-03-09 Thread Miguel Angel Solorzano
At 18:29 09/03/2002 -0700, Michael Halcrow wrote: Hi! I use standard C++ (with some STL in there) and calls to mysql_real_connect, mysql_query, etc. However, when I tried to import my code into a Microsoft Visual C++ project (copy files in, add a