Quick! Someone send me an email!
The Weird and The Wonderful
3
Posts
3
Posters
0
Views
1
Watching
-
(Image of inbox with -1 emails. :rolleyes: ) http://www.codeproject.com/script/Membership/Uploads/2587207/EmptyInbox.png [^]
-
(Image of inbox with -1 emails. :rolleyes: ) http://www.codeproject.com/script/Membership/Uploads/2587207/EmptyInbox.png [^]
More likely a C++ problem: the counter is an unsigned int32, but it was passed to the formatting function as a signed int32... Now have fun with reading 2^32-1 emails. :-D
-
(Image of inbox with -1 emails. :rolleyes: ) http://www.codeproject.com/script/Membership/Uploads/2587207/EmptyInbox.png [^]