Windows 95 and mySQL

Forum related to all other 6.x versions of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ogecrom
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 16.12.2005, 12:47
Contact:

Windows 95 and mySQL

Post 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.
ogecrom
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 16.12.2005, 12:47
Contact:

Post 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.
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post 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
Post Reply