Re: C api incompatability from 3.x to 4.1

2004-11-10 Thread Dan Nelson
In the last episode (Nov 10), Dave Dyer said: > I have a family of applications which use the C api to access mysql. > > I found by doing a test upgrade to 4.1 that all of these applications > crash, apparently because the structures passed between my > applications and libmysql.dll are incompatib

Re: C api incompatability from 3.x to 4.1

2004-11-10 Thread V. M. Brasseur
I provided the list below for our programmers, who also are dealing with a switch from 3.23 to 4.1. Perhaps it would be of some help for you. Cheers, --V - We've already hit a couple of API-related problems with the new version of MySQL. To try to make things a little easier, and b

C api incompatability from 3.x to 4.1

2004-11-10 Thread Dave Dyer
I have a family of applications which use the C api to access mysql. I found by doing a test upgrade to 4.1 that all of these applications crash, apparently because the structures passed between my applications and libmysql.dll are incompatible. Recompiling the applications fixes the problem, b