|
-
Nov 15th, 2007, 05:45 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Running my VB6 game with a winsock control on a computer without VB6
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
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
|