Results 1 to 3 of 3

Thread: why wont program run on other computer

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    Tennessee
    Posts
    3

    Angry

    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??
    I posted this!

  2. #2
    New Member
    Join Date
    Jul 2000
    Posts
    3
    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.

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    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
  •  



Click Here to Expand Forum to Full Width