mysql client on Win32 with gcc
am 26.02.2005 20:07:31 von gykaityHi,
Is there anybody, who succeeded in writing mysql client on Win32, with
gcc (C API)? I've a lot of problem.
1. -lmysqlclient parameter doesn't take effect. But does't matter:
-lmysql works well
2. If the source code contains #include
offers), gcc lists a number of error (in the header file). But doesn't
matter: gcc makes the .exe without my_global.h
3. When my (command line) client runs, mystical things happen (all of
them ends with a STATUS_ACCESS_VIOLATION error, and the client stops):
-when I change a LIMIT clause from 5 to 8
-at mysql_close()
-at mysql_use_result()
When I put them into a try block, the error disappears (sometimes). But
exceptions aren't thrown.
I think it's a conflict in the dll-s. If your client works well, please
send me the exact version number of the cygwin1.dll, the mysql lib-s and
the gcc compiler.
Thanks,
Gyk
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org