|
-
Oct 12th, 2000, 07:09 PM
#1
Thread Starter
Lively Member
i made a program that writes emails through winsock... however, the program doesn't run on the computers that doesn't have winsock.dll in them.. how do i check to see if the user has winsock.dll and put it in without the user knowing? If that's not possible, can't i put winsock.dll into the folder that i run my program, the folder that has my exe file? I need help immediately... thanks
-
Oct 13th, 2000, 04:30 PM
#2
Fanatic Member
I think you would need to copy the dll and other runtime files into the winsys directory of the users computer. The best way of doing that is assembling a setup package using P&DW shipped with VB. But if you only need to copy the winsock dll then you can probably do that like so:
Make a first program that will simply FileCopy the winsock.dll to the winsys directory, register it and then launch the main program and close it self.
Hope that helps,
D!m
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
|