I'm trying to construct a simple LAN chat application that does not need to be installed. The reason is that some people don't have rights to install programs or put anything into the system folders or anything like that. So what I want to do is create a program and then send the required DLLs and OCX files along with the executable.
Now, I'm using MS Winsock Control 6.0 (VB6 Pro) and I tried to send the program to a machine without rights, but I keep getting an error about invalid or missing files or components when it is trying to load MSWINSCK.OCX (if I remember correctly). Is there a way to find out what files I need to send with it to make the program work? The program is just the Standard EXE with the Winsock component added on. There is also a declare statement in a code module that calls a procedure for playing a WAV file and for flashing the title bar, but it appears they are being called from the user32 library, which seems to already exist.
- Jonathan
Now, I'm using MS Winsock Control 6.0 (VB6 Pro) and I tried to send the program to a machine without rights, but I keep getting an error about invalid or missing files or components when it is trying to load MSWINSCK.OCX (if I remember correctly). Is there a way to find out what files I need to send with it to make the program work? The program is just the Standard EXE with the Winsock component added on. There is also a declare statement in a code module that calls a procedure for playing a WAV file and for flashing the title bar, but it appears they are being called from the user32 library, which seems to already exist.
- Jonathan