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

Dragon Eclipse Problem


Antisora7
 Share

Recommended Posts

Install the library files and then go back into the project and check out frmMain for a RichTextBox control named txtChat. If txtChat is a PictureBox, delete it and add a RichTextBox control to the form and name it txtChat.
Link to comment
Share on other sites

EDIT: Now I get a whole bunch of txtChat errors when I try to compile, and a run time error 9 when I try to test run it.

[https://www.dropbox.com/s/c1iidfcjd5lq8bu/ffdasda.png](https://www.dropbox.com/s/c1iidfcjd5lq8bu/ffdasda.png)

When I deleted the line that gave me the error, I got this

[https://www.dropbox.com/s/hssw3lmduk6p14c/dsdsd.png](https://www.dropbox.com/s/hssw3lmduk6p14c/dsdsd.png)
Link to comment
Share on other sites

Sounds like you can't access the RichTextBox control to me (I've had a similar problem which I just fixed) - it's a problem with most Eclipse sources because they use a RTB for chat. It is your system, you need to uninstall IE10 or IE11.
Link to comment
Share on other sites

> Sounds like you can't access the RichTextBox control to me (I've had a similar problem which I just fixed) - it's a problem with most Eclipse sources because they use a RTB for chat. It is your system, you need to uninstall IE10 or IE11.

no its definitely the snibbets
Link to comment
Share on other sites

Yeah, it's the Richtx32.ocx not registering properly - I've found **uninstalling IE first**, then using command line to un-register and re-register works. Assuming you've installed the library files into either system32 or SysWOW64 (if on a 64-bit Windows) this should hopefully work.

**Command line (run as administrator)**

cd C:\Windows\SysWOW64 <- ONLY FOR 64-BIT, IF NOT IGNORE.

regsvr32.exe c:\windows\system32\richtx32.ocx
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...