
Tabctl32.ocx isn't compatible with my computer
Quote:
> > Please help !
> > (VB5, Win 95)
> > I've got an app which uses the TABCTL32.ocx, and it installs on numberous
> > machines fine.
> > But when I try to install it on a particular machine and run the app, the
> > program crashes when it tries to load the TABCTL32 control. - It's giving
> > me an error - 50003 - Unexpected error.
> > We've tried everything - re-building and re-loading the app, and even
> > registering the control manually. There's something peculiar about this
> > machine, but I don't know what it is.
> > If I make a little test application with just the tab control on it in it's
> > default state, then it works fine, but once I change the default settings
> > in the control (e.g. the number of tabs), then I get the infamous crash.
> > I am completely stumped over this one.
> > Anyone with a clue about this one - it would be greatfully appreciated.
> > --
> > Steve Trzcinski
> One thing you may want to check is the version of tabctl32.ocx on your
> machine. You may have an older version than what is on the users machine and
> because the user has a newer version of the ocx, your control is not being
> copyed to the users windows/system directory. (Assuming you are installing
> the app with Setup Wizard). The newer version on the users machine may not be
> compatible with your app.
> Also, check your version of tabctl32.ocx with the expected version number
> listed in your tabctl32.dep file. They should be the same.
> Hope this helps or at least get you moving in the right direction.
I have such a problem with my TABCTL32.OCX... I installed my VB5 under my new
Win98 PC and when I try to open (and even to design, of course) a form with a tab
control, VB just tells me that there's is no license information on my PC about
that control... "Unable to load the control Tab_... ; unfound license"
(translated from French). The project works fine on other PC's under Win95...
Installing and reinstalling VB doesn't work...
What can I do? Register manually? How can I do that?
Thanks for answering...