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
Printable View
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
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.
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
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.