I've made a game using VB6 and windows API, and it has networking using a winsock control.
I've just tried running it on another computer for the first time, one that doesn't have VB6 installed. The program opens fine, and can do some things, but once a form is opened that uses the winsock control, I get the following error:
"run-time error '339':
Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid"
Then it crashes (I should probably put some error handling in).
1- What files do I need to distribute with this to get it to work?
2- Where can I find these files?
3- Do I need to implement any sort of installing in my program, or will just putting the relevant files into the zip make it work?
Cheers,
metal