Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

VB6 HELP, Object library errors


Daneta
 Share

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...
I'm guessing you still haven't fixed it. Try the following: 

1) Reinstall the run time files and VB6. 

2) Delete the current source and get a fresh copy. 

3) Open the .vbp file in a text editor like notepad. Search for** MSCOMCTL.OCX. **There should be a **#2.x# **where x = 0/1\. If x = 0 then change it to 1 and vice versa. 

4) Save the file and repoen it in vb6.
Link to comment
Share on other sites

  • 2 weeks later...
Open the Client.vbp or Server.vbp file with texteditor search for 

```
Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; MSCOMCTL32.OCX

```
and change it to 

```
Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL32.OCX

```
the #2.1 to 2.0 :)

then it should work
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...