|
-
Jul 27th, 2000, 12:19 PM
#1
Thread Starter
New Member
I made a simply chat program...and a IP grabber usin winsock...but when I send it to someone they say they cant get it to work...they get the error WINSCK.Ocx is not found or registerd. So i send them that file and they put it in their c:\windows\system and restart their computer, but they say it still gives the same error I cant figure out what to tell them??
-
Jul 29th, 2000, 01:41 PM
#2
New Member
just a thought m8.are you using the package and deployment wizard which should package up every file you need to run the application.if yes recompile and when using the wizard make sure the necessary options are checked, you need to double check these boxes as they determine if you package the whole application or parts of.this will also install the activex controls on to your friends computer.when you add an activex control, there is a procedure you need to follow to install AND register the control.
-
Jul 30th, 2000, 12:22 PM
#3
Guru
Just putting the file in the SYSTEM dir won't do it, it must be registered. (regsvr32.exe winsock.ocx)
If you want to get away with not registering the file, put the OCX in the same dir as the EXE, it should run fine
Tom
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|