Quote Originally Posted by Chris View Post
Like I stated then, if it is not the DLL's then it is a problem with the connection between You -> Your Port -> The Internet.

If you upgraded from Windows XP/Vista to Windows 7 and the DLL's you got where the ones on your PC, you are not suing the same ones.

If you did port them over from Windows XP/Vista make sure they are properly being referenced and that you are not running on the current DLL's because they work extremely differently.

What you need to do is break down exactly where the error is occuring.

By looking at the error message I can see that it seems the class that contains the HTTPWrappers is not initializing correctly make sure that you are using the proper global variable to initialize the class and not a local variable because later calls could result in the same error.

Also make sure that the data passed to the class's constructor is proper because it seems to be throwing an error there also.
I bought a new computer... Then transfered the wrappers I used on my other computer (via external hard drive) to this new one...

They work on my other computer... No OS difference or anything...

The port is a possible issue worth checking out... I was also thinking it may have something to do with the fact that applications ("Programs" / .exe 's) aren't working on that computer for some reason...