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

Help getting VB6 working?


therehere3
 Share

Recommended Posts

Hello everyone, I am attempting to setup VB6 and once I open it I get a lot of weird funky errors :L

* I open server.vbp *

* Window opens saying: "Component 'ComDlg32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid Continue? *

* I click "yes" *

* Window opens saying: "Object variable or With block variable not set Continue? *

* I click "yes" *

* Window opens saying: "Object variable or With block variable not set Continue? *

* I click "yes" *

* Window opens saying: "Object variable or With block variable not set Continue? *

* I click "yes" *

* Window opens saying: "Automation error Catastrophic failure *
* I click "ok" *
* Window opens saying: "Object variable or With block variable not set" *
* I click "ok" *
* Window opens saying: "Run-time error '91' Object variable or With block variable not set" *
* I click "ok" *

* Now project is open and I can open any forms, modules, or class modules *

Once I try to save as Server.exe I get this errors:

* Window opens saying: "Compile error: Method or data member not found" *

* Window is pointing to modGeneral on this line:

frmServer.Socket(0).RemoteHost = frmServer.Socket(0).LocalIP

 *

So I ran the sps6 called "Vs6sp6B.exe" and installed that.

I also registered MSWINSCK.OCX to my registry

I also registered COMDLG32.OCX to my registry.

Can someone help me fix these errors please :'(
Link to comment
Share on other sites

Eclipse requires that you have library files installed in order to both run and compile. Make sure you have these library files installed. If the error still occurs:

I'm not pro with VB6 anymore but the method or data member not found I would guess would refer to something such as an undefined variable being accessed, make sure that all the variables on that line are defined.
Link to comment
Share on other sites

> Eclipse requires that you have library files installed in order to both run and compile. Make sure you have these library files installed. If the error still occurs:
>
> I'm not pro with VB6 anymore but the method or data member not found I would guess would refer to something such as an undefined variable being accessed, make sure that all the variables on that line are defined.

Where do I download these library files?

I have EO 3.0
Link to comment
Share on other sites

> This is not a Runtime but it have the dll's, ocx's eclipse use.. 
>
> create a installer using that one and install it.. on that way you can install the runtime for eclipse

Create an installer using that one…what is "that one"?

That's very generic and not informative.
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...