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

Object Library Not Registered


Joomy
 Share

Recommended Posts

Whenever I try to edit the code of any Eclipse version, it always says "Object Library Not Registered", then it says "Errors During Load. Refer to: (the location the client is at)"

Then when I compile it says something is missing (obviously lol).

Did I do something wrong o.o

I tried just not editing the code at all, and it'll say the same thing, so I'm not purposely removing anything.

Sorry if this sounds noobish :3
Link to comment
Share on other sites

Im not saying your using ie 10, its just recent updates  from windows update might have installed ie10  (thats what happend with me) first  you gotta  go uninstall ie 10 and is it saying anything about mscomctl.ocx?

ANyway i fixed it by uninstalling IE 10 

then opening my project  in vb6,  in the top corner where it says project click it.

then click  components.

make sure there is a check mark by

Microsoft Comm control 6.0

Microsoft Tabbed  Dialog conrtrol 6.0 (sp6)

Microsoft windows common controls 5.0 (sp2)

Microsoft Common Controls 6.0 (sp6)

Microsoft Winsock Controls 6.0 (sp4)

 If any  of them arent checked check em  and then click apply. click ok and save the  project. close it and reopen it.
Link to comment
Share on other sites

It still doesn't work. It's specifically modText that isn't working

I tried using Eclipse Stable, since Eclipse Origins/4.0 did the same thing, and still it's the same thing

```
Public Sub AddText(ByVal Msg As String, ByVal color As Integer)
frmStable.txtChat.SelStart = Len(frmStable.txtChat.Text)
frmStable.txtChat.SelColor = QBColor(color)
frmStable.txtChat.SelText = vbNewLine & Msg
frmStable.txtChat.SelStart = Len(frmStable.txtChat.Text) - 1

```
The .text that's bolded

edit

I guess you can't bold
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...