Link to home
Start Free TrialLog in
Avatar of schmir1
schmir1Flag for United States of America

asked on

MSWINSCK.ocx for Windows 7

I need to install MSWINSCK.ocx for my Windows 7 PC so I can use SMTP to send e-mail.  Where do I find it?
ASKER CERTIFIED SOLUTION
Avatar of VBClassicGuy
VBClassicGuy
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of schmir1

ASKER

I did that but still get the error: Mswinsck.ocx is not correctly registered or missing.  I tried registering it but that gave the failed to load error.  What is wrong?
Avatar of schmir1

ASKER

Trying to install from a directory I created, I get the following error:
The module "c:\dtl database\mswinsck.ocs" was loaded but the call to DllRegisterServer failed with error code 0x8002801c.
have you register the ocx by using

regsvr32 "c:\dtl database\mswinsck.ocx"
Avatar of schmir1

ASKER

I should say:
Trying to REGISTER from a directory I created, I get the following error:
The module "c:\dtl database\mswinsck.ocs" was loaded but the call to DllRegisterServer failed with error code 0x8002801c.

Am I missing so other files?
what is mswinsck.ocs?
should it be mswinsck.ocx?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of schmir1

ASKER

How do I get "depends.exe"?
do you have VS6 installed?

it's under VS6 tools naamed Depends
Avatar of schmir1

ASKER

I get all the dependances listed below.  How to I check to see if they are registered on my Win7 PC? Note: That PC doesn't have VS6 which is why I'm having problems.  I need to able to set up my 50 Win7 users with vbSendMail but can't put VS6 on all there PCs.
i.	          MSWINSCK.OCX
ii.	              WSOCK32.DLL
iii.	              KERNEL32.DLL
iv.	              USER32.DLL
v.	              OLE32.DLL
vi.	              ADVAPI32.DLL
vii.	              OLEAUT32.DLL
viii.	              GDI32.DLL

Open in new window

i think except the i. and ii. the rest should ship with system
check from c:\winnt\system32 directory and to see whether they are existed
Avatar of schmir1

ASKER

I couldn't get it to register when it was in c:\windows.  Might be some security issue?  Anyway, got it to work in a folder that I created.  Thanks for your help.  

EDDYKT:  Thanks for the info about depends.exe.  Good to know.