ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Unused RCs (Sdk)
Unused RCs // SdkpercipientMar 31, 2004, 8:33pm
I know the SDK returns RCs not mentioned in the SDK documentation, such as
Winsock errors. What range or codes would be safe for my function to return for custom errors, pertaining only to my app? At the moment I am using -1 on down for a few, but want to double-check this is safe, and won't raise unexpected results, where my bot treats an RC as one meaning, when the SDK is trying to tell the bot something else. Thanks, Percipient ep0chMar 31, 2004, 10:04pm
For the time being they may be safe but as the buglist, I mean, feature list
increases more error RCs may be used and it could cause a conflict. If im getting your meaning correctly that is. -Ep0ch [View Quote] |