WSA - SOCKET ERROR
-
Hi - I'm lost in an IO Network stream error - because of something wrong in the socket - and I can't figure out how to get the WSA socket error associated with the IO error. Is the error in the socket structure or is there a function that will help me ???? Please help,,,,,,,, :(
-
Hi - I'm lost in an IO Network stream error - because of something wrong in the socket - and I can't figure out how to get the WSA socket error associated with the IO error. Is the error in the socket structure or is there a function that will help me ???? Please help,,,,,,,, :(
-
yes, I need something like that - but - not running on server - don't have all the right libs & dll's, and header files - so - I was thinking that there could be a function, perhaps in the socket that would get that last error ???????????????????? or somewhere ?????????? or should I just try & get ahold of all the DLL, LIBs, & h files /?????/:^)
-
yes, I need something like that - but - not running on server - don't have all the right libs & dll's, and header files - so - I was thinking that there could be a function, perhaps in the socket that would get that last error ???????????????????? or somewhere ?????????? or should I just try & get ahold of all the DLL, LIBs, & h files /?????/:^)
There's no functions "in the socket". What DO you have to work with? How are you debugging without DLL, Libs, and h files? You think an error is occurring on the server and you're debugging from a client? :confused:
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
yes, I need something like that - but - not running on server - don't have all the right libs & dll's, and header files - so - I was thinking that there could be a function, perhaps in the socket that would get that last error ???????????????????? or somewhere ?????????? or should I just try & get ahold of all the DLL, LIBs, & h files /?????/:^)
-
There's no functions "in the socket". What DO you have to work with? How are you debugging without DLL, Libs, and h files? You think an error is occurring on the server and you're debugging from a client? :confused:
Mark Salsbery Microsoft MVP - Visual C++ :java:
Mark Salsbery wrote:
:confused:
You need more than one of these, Mark, as I've no clue what he wants either.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Mark Salsbery wrote:
:confused:
You need more than one of these, Mark, as I've no clue what he wants either.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
I didn't want to waste them....it's looking like I may need a lot of them elsewhere :)
Mark Salsbery Microsoft MVP - Visual C++ :java: