Windows System Programming , 3rd Edition by Johnson M. Hart is the sort of book that you might not need, but if you do need it, you need it bad. It is a C++ oriented book that goes into the details of all the Win32 details that you might ever need. It...
I have an application (originally a Windows Service, now testing with a Console mode application). The program works perfectly on my home network. On the site where it needs to be deployed, the problem is this: The connection works perfectly, yet when...