re: register dll or ocx file in win 98
Tuesday, September 2, 2008 at 4:19 am Windows 98 Annoyances Discussion Forum
Posted by Keith Stanier
(1655 messages posted)
Irvan wrote:
|I have pc with win 98 OS. I build a program that use adodb as my component. the
|problem is i able to load the dll in vs 6, but i can't run it. it said
|So is try to register msado15.dll and msador15.dll manually. but not like win xp
|, win 98's doesn't has regsvr32 so i don't know anymore to registering the dll's
|manually.
Hi Irvan.
Win98 does have regsvr32.exe in the Windows\System folder. If not then its on the
Win98SE CD if you search for it in the cab files with WinZip.
The easiest why to register any dll or ocx is to Run: regsvr32 dll/ocx filename
and you will see a return message saying its been registered or not. But you will
find that msado15.dll isn't located in the Windows\System folder its in
Run:
regsvr32 C:\Program Files\Common Files\System\Ado\msado15.dll
so you need to add the full path to the file.
Actually your best bet is to join my Visual Basic forum
here and you will collect loads of
VB info, and a special tool for registering ActiveX's. I use Win98SE as well.
|
All messages in this thread [show all]
 |  | re: register dll or ocx file in win 98 (Keith Stanier: Tue, Sep 2, 2008, 4:19 am) |
 |  |  | Thanx (Irvan: Wed, Sep 3, 2008, 9:48 pm) |
 |  |  |  | re: Thanx (Keith Stanier: Thu, Sep 4, 2008, 4:46 am) |
| |
| |
| |
Return to the Windows 98 Discussion Forum
|
|