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

[Skyw] Client And Serwer VB6 Load Bug


Dyrbek2015
 Share

Recommended Posts

Hello when i run client in vb 6 i get this: Log
frm editor log:

> Line 1670: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.
> Line 3889: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
> Line 1676: The property name _ExtentX in tabCommands is invalid.
> Line 1677: The property name _ExtentY in tabCommands is invalid.
> Line 1678: The property name MultiRow in tabCommands is invalid.
> Line 1679: The property name TabMinWidth in tabCommands is invalid.
> Line 1680: The property name _Version in tabCommands is invalid.
> Line 1691: The property name Tabs in tabCommands is invalid.
> Line 3895: The property name _ExtentX in tabPages is invalid.
> Line 3896: The property name _ExtentY in tabPages is invalid.
> Line 3897: The property name MultiRow in tabPages is invalid.
> Line 3898: The property name ShowTips in tabPages is invalid.
> Line 3899: The property name TabMinWidth in tabPages is invalid.
> Line 3900: The property name _Version in tabPages is invalid.
> Line 3907: The property name Tabs in tabPages is invalid.

frm main log:

> Line 255: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.

and Serwer:

frm server log:

> Line 27: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.

ignore that ? on Win xp all work fine, now i work on Win 7 64 bit
Link to comment
Share on other sites

@'Dyrbek2015':

> don't work

In order for people to help you need to be a lot more helpful. Saying "don't work" does not help us help you. You need to explain what you did, how you did it and why it still does not work. Without more information nobody will reply.
Link to comment
Share on other sites

Actually, Mohenjo, you're right. I'm going "wat" at Zetasis' response (only because there are two things going on here, the first being more pressing. :p)

The first batch of errors refer to lacking SP6.

The "Line 255: Class MSWinsockLib.Winsock of control Socket was not a loaded control class." line
SHOULD be fixed by just installing the runtimes but apparently not, so registering the ocx should work instead.

@Dyrbek, open your Command Prompt **as an admin** and enter the following:
regsvr32 mswinsck.ocx

Hit enter, and that should fix your issue.
Link to comment
Share on other sites

guys its possible to my antyvirus block winschock ? i have problem before with run server and vb 6 cause my avast block it but its not to risky add syswow64 to ignore list ?

edit. nevermind i off antyvirus and still the same problem

on fresh source is the same problem
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...