Re: Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
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 pos

Re: Stepping into libmySQL.dll with VC6

2006-01-16 Thread Pooly
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,

Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
Hi, How do I set things up so I can step into the libmySQL.dll from my C code using VC6? I am using the mysql 5.0 windows binary download. Thanks, Jan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]