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

Eclipse Renewal Project Loading Errors


Newdev
 Share

Recommended Posts

Hello,

I was trying to open eclipse renewal source in vb6 and am getting the following errors:


While trying to open the project:

http://prntscr.com/or5zz1
http://prntscr.com/or601f

While trying to run it:

http://prntscr.com/or60f9

Any idea what can cause these ?

P.s: I am not using an portable version am using Visual Basic 6 Professional version.

Regards!
Link to comment
Share on other sites

Try this first:
1) Open the `.vbp` file in a text editor (notepad is fine)
2) Find the line with `mscomctl.ocx` (it should look similar to this `Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL32.OCX`)
3) Change the `2.0` or `2.1` and change it the the other value (2.0 -> 2.1 and 2.1 -> 2.0)
4) Save and try opening it with VB6 again

***
If that doesn't work, try running the following command in an Admin Command Prompt
`regsvr32 mscomctl.ocxregsvr32 mscomctl32.ocx`

***
If that doesn't work, try installing VB6 SP6
https://www.microsoft.com/en-us/download/details.aspx?id=5721

***
If that doesn't work, try reinstalling the runtimes
http://www.mediafire.com/file/ll0jbjg0zs132tn/Run_First%2521_%2528Runtime_Files_-_If_Needed%2529.exe/file
Link to comment
Share on other sites

I was having trouble with mscomctl.ocx myself. My fix was this:
-Download a fresh copy of mscomctl.ocx here: https://www.ocxme.com/download/3266/MSCOMCTL.OCX
-Extract it to User/Windows/SysWOW64 (if 64 bit) or User/Windows/System32 (if 32 bit)
-Open command prompt as admin and type these commands, hitting enter after each line:
cd\
cd %systemroot%\syswow64
regsvr32 /u mscomctl.ocx
regsvr32 mscomctl.ocx
-(If 32 bit system, replace the syswow64 with system32)

Give that a shot.
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...