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

Compile Error


Chris2
 Share

Recommended Posts

Everytime i try to compile and run this error comes up:

![](http://i39.tinypic.com/2q0ox3q.png)

if you know how to fix please explain like i'm in kindergarden, i'm verry new to this and still trying to learn VB6 ![](http://www.touchofdeathforums.com/community/public/style_emoticons/default/smile.png)

FIXED:

Somehow Internet explorer 10 update was messing with it.

if you have this problem go to add/remove programs and click "show installed updates" and delete Internet explorer update 10

after restart you should be able to turn on richtxtbox control 6.0 and commen control 6.0!

hope this helps someone, thanks for your help guys :)
Link to comment
Share on other sites

> It seems that you're missing the txtChat object on your form. Just curious, when you load the project, does it say that there were issues loading?

it says it with a brand new client aswell,

i can open the client and put in usernames and passwords, but when i try to log in this error comes up

edit:

when i load it outside of VB6 it loads fine
Link to comment
Share on other sites

> Go to frmMain. Find the text box name txtChat. (Use the dropdown menu on the top of the properties windows to find it.)
>
> If it doesn't exist then create one, name in txtChat and put it above the txtMyChat textbox.

Thanks now i finally found it, do you know what i need to do to fix the issue?
Link to comment
Share on other sites

When you open up the .vbp project, does it say something about something didn't load? or something like "log was written in frmMain.log" or something like that.

To fix your issue, look at the left and see if you find ![](http://freemmorpgmaker.com/uploadfiles/f88a47bb047655546cb90c4d97f86e2d.png)

if you do, click dat and make a box on the frmMain screen and boom, you got your problem fixed. im not sure how to describe on how to click and drag to make a box >_>
Link to comment
Share on other sites

> When you open up the .vbp project, does it say something about something didn't load? or something like "log was written in frmMain.log" or something like that.
>
> To fix your issue, look at the left and see if you find ![](http://freemmorpgmaker.com/uploadfiles/f88a47bb047655546cb90c4d97f86e2d.png)
>
> if you do, click dat and make a box on the frmMain screen and boom, you got your problem fixed. im not sure how to describe on how to click and drag to make a box >_>

Despite the advanced coding and programming skills needed for this i managed to do it.

it still came up with the same error, i went in the src folder and got theese errors

(FrmMain): Line 1297: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.

(frmEditor_events): Line 2967: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.

Line 3047: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
Link to comment
Share on other sites

> have you installed the runtime files?if you have, then try re-adding the components to the project. if all fails, then im not sure how to fix that. :/

runtime files are installed. as i said it was a brand new client but to make sure i tryed again. same errors :/

Thnx for trying to help man. i really apriciate it
Link to comment
Share on other sites

> go to project -> components and make sure Microsoft Rich Textbox Common Control 6.0 and Microsoft Windows Common Controls 6.0 are checked

they were not checked, but when i do try to check them it says "Object library not registered"
Link to comment
Share on other sites

> if you have 64 bit wndows you have to install them to C:/Windows/SysWOW64

i installed them there now, and i tryed turn on rich textbox control 6.0 but it still came up with the same "object library not registered" :/
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...