PDA

Click to See Complete Forum and Search --> : Registered ocx


HeSaidJoe
Jan 17th, 2000, 12:27 AM
I have an app using dblist.
When I make an exe of it and put it on a pc without vb I get the message..
dblist is not registered....or file missing.

How do I register the dumb dblist?

Thanks,
Wayne

QWERTY
Jan 17th, 2000, 01:35 AM
Easier way would be to make a Installation program for your app using Application Setup Wizard (you should have it with your VB). It will do everything your program needs to work on machine without VB.
HTH

------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.

HeSaidJoe
Jan 17th, 2000, 01:46 AM
Thanks,
I didn't want an install so I just copied the ocx and another dll into the windows system and that took care of business.

Thank you for your response.
Wayne

Jan 17th, 2000, 02:11 AM
AHHH! the old it works great on my system but not on the one down the street problem.

1st try this shareware: http://www.dependencywalker.com/

then if it is a DB problem:
I recently had a DB app with this very problem and it drove me NUTS until I got rid of the adodc database interface and used DAO instead! WOW what a difference, works every time on any PC now.