When you try to run WinMySQLAdmin.exe
on a system running WinNT4.0 Sp6a, you get
an alertbox telling you a missing reference to
CreateToolhelp32Snapshot in kernel32.dll.

Using the MS-Tool DEPENDS.EXE on a system 
running WinNT4.0 SP6a it can be seen that
at least the latest mySQL-build 3.23.53 contains 
a version of WinMySqlAdmin.exe which has 
external references to
 - CreateToolhelp32Snapshot
 - Process32First
 - Process32Next
in kernel32.dll, which cannot be resolved on 
WinNT4.0 SP6a! Testing the same with my 
currently installed mySQL-version 3.23.47, 
these external references are missing. 
So that older version runs fine on WinNT4.0! 

On the Microsoft support page 
http://support.microsoft.com/default.aspx?scid=KB;en-us;q175030
one can read in section 
  "Using the ToolHelp32 Library to Enumerate Processes" 
that these API-calls are *not* supported on Windows NT 4.0!

Best wishes.
Guenter Kukkukk



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to