I have written a simple C++ program in Visual Studio that use winsock to send messages over a network to a host. However when I compile it and try to run the program on any other machine, other than my own, I get a "side-by-side configuration is incorrect" error message just before the app loads.
Can any one tell me how to prevent this???


LinkBack URL
About LinkBacks
Reply With Quote


