Page 1 of 1

Windows 95 and mySQL

Posted: 16.12.2005, 12:52
by ogecrom
Hello,
In Windows 95 i'm getting the "None of the dynamic libraries can be found: libmysql41.dll".
In google search I can see that in the old forum this question was already been answered. But I didn't find the answer.
I'm using Delphi7 (compiling in WinXP SP2) and already copied the dll to the windows95 system directory.

TIA.
Valdir.

Posted: 16.12.2005, 12:59
by ogecrom
Ah! I've tried to register the dll.
(regsvr32 c:\windows\system\libmysql41.dll)
but it fails with error number = 1.

Someone who already had this problem, how can I solve it?

TIA.

Posted: 18.12.2005, 08:46
by zippo
You don't need to register the DLL, just copy it in one directory that's in the path. Example Windows\System or Windows\System32