one uid for several user
i want develope a statistics rank system on Xbox Live. Does any one know how to enumerate one accout several times on one Leaderboard. suppose i create a account 001,with this account i create 3 character a,b,c.How to enumerate the account(specitied by uid) 3 times to display: account character w/l rank 001 a 5/0 1 001 b 4/1 2 002 x 3/2 3 001 c 2/3 4 on a leaderboard(specified by LeaderboardID,eg. "Weekly Statistic" for above) cause Xbox Live can enumerate one accout one time in one leaderboard,i could only enumerate 001 one time(although with 3 charater a,b,c).How to do it on Xbox Live? Thx!!!
This is talked about in the Xbox Live SDK (that's part of the XDK now). That information is under NDA. You should go read up in the SDK, and if that's not enough, use your appropriate Microsoft (NDA-d) channels to resolve the issue.
I don't think talking about NDA-d information is allowed on gamedev.net?
I don't think talking about NDA-d information is allowed on gamedev.net?
enum Bool { True, False, FileNotFound };
Quote:
Original post by hplus0603
I don't think talking about NDA-d information is allowed on gamedev.net?
It's more likely to get you into trouble with whomever you signed that NDA with than with the people on gamedev.net. How are we to know whether you should have discussed it or not?
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
NDA-d information is intellectual property, just like software executables on disk are. You get banned for sharing executables on gamedev.net, no? Why would protected NDA-d information be different? Determining whether the sharing was allowed or not is the same no matter whether it's descriptions of an API or a specific executable.
Anyway, if we need to continue this discussion, what would be the best forum for that? (Even if we don't need to discuss it, I'd like to know for future reference)
Anyway, if we need to continue this discussion, what would be the best forum for that? (Even if we don't need to discuss it, I'd like to know for future reference)
enum Bool { True, False, FileNotFound };
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement