Re: [Lazarus] freeaddrinfo not found in dll WS2_32.dll on w2k??

2011-12-26 Thread waldo kitty
please ignore this... the problem IS with the libmysql.dll file and that w2k doesn't have this freeaddrinfo procedure in it... the code used also goes deeper than lazarus (back to base FPC database stuffs) and probably should be posted in one of the FPC areas... at least the possible fix for i

Re: [Lazarus] freeaddrinfo not found in dll WS2_32.dll on w2k??

2011-12-25 Thread waldo kitty
On 12/25/2011 14:40, waldo kitty wrote: i have a project that i've been playing with to learn from... i use this project as a double check that things have gone right when i update lazarus from svn... i have two machines, w2k and vista, that i maintain the same code on for testing and supporting

[Lazarus] freeaddrinfo not found in dll WS2_32.dll on w2k??

2011-12-25 Thread waldo kitty
i have a project that i've been playing with to learn from... i use this project as a double check that things have gone right when i update lazarus from svn... i have two machines, w2k and vista, that i maintain the same code on for testing and supporting at least back to w2k... now, however,