Now I'm even more confused than normal. "cpu: can't dial: plan9.lanl.gov:
The operation completed successfully."
This is a Windows error message?
On 23 October 2014 09:04, Quintile wrote:
> I fear a gnu style recursive definition coming on...
>
> -Steve
>
>
>
>
>
> On 22 Oct 2014, at 19:14, Ski
It was actually the output of fortune.
On 23 Oct 2014 21:47, "Winston Kodogo" wrote:
> Now I'm even more confused than normal. "cpu: can't dial: plan9.lanl.gov:
> The operation completed successfully."
>
> This is a Windows error message?
>
> On 23 October 2014 09:04, Quintile wrote:
>
>> I fear
Well, to clarify, in the old days, if a Windows function call failed, you'd
call GetLastError to get a numerical error code, and FormatMessage to get a
string describing the error, So if the error code was 0, meaning that the
windows call succeeded, FormatMessage would return "The operation complet
I've deleted fortune now so it doesn't confuse or distract me.
2014-10-23 23:03 GMT+02:00, Winston Kodogo :
> Well, to clarify, in the old days, if a Windows function call failed, you'd
> call GetLastError to get a numerical error code, and FormatMessage to get a
> string describing the error, So