Hi, There is a "debug" dll with the binaries (at least there is a version in a /debug directory) but it seems to lack a symbol table - certainly VC6 states "no debug information" when loading. Dunno why it's provided.
I hoped there was a shortcut where I could avoid building mysql myself (and possibly inducing the odd "difference") - maybe the symbol table for the binary debug version. Regards, Jan "Pooly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, 2006/1/16, Jan M <[EMAIL PROTECTED]>: > Hi, > > How do I set things up so I can step into the libmySQL.dll from my C code > using VC6? > Binary download for Win32 doesn't include a debug verison of the dll (AFAIK), so you'll have a recompile by yourself. Download the source, load the projet, chose the debug version, and off you go. Quiet useful to debug buggy query strings :-D -- Pooly Webzine Rock : http://www.w-fenec.org/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]