register dll or ocx file in win 98
Monday, September 1, 2008 at 10:47 pm Windows 98 Annoyances Discussion Forum
Posted by Irvan
(31 messages posted)
Dear Friendly helper,
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 ActiveX component
cann't create object. Well i don't know how to fix it anymore. i tried to make setup
file and no problem in instalation but still can't run the program.
as ref this is line of mycode
Dim withevents cnLocal as adodb.connection
dim cnServer as adodb.connection
Private sub form_load()
............
............
...........
Set cnLocal = New Adodb.Connection 'The code debugged here
Set cnServer = New Adodb.Connection
.............
.............
end sub
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.
i'm so gratefull for any help, sorry for my bad english(english not my first language)
rgds
|
Responses to this message:
|
|
All messages in this thread [show all]
 | register dll or ocx file in win 98 (Irvan: Mon, Sep 1, 2008, 10:47 pm) |
 |  |  | 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
|
|