Click here to Skip to main content
15,924,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to send data to ethernet if Mac Address is known Pin
Hemant kulkarni19-Nov-03 3:32
Hemant kulkarni19-Nov-03 3:32 
AnswerRe: How to send data to ethernet if Mac Address is known Pin
David Crow19-Nov-03 5:55
David Crow19-Nov-03 5:55 
AnswerRe: How to send data to ethernet if Mac Address is known Pin
Peak19-Nov-03 9:59
Peak19-Nov-03 9:59 
GeneralTime measure Pin
chadell19-Nov-03 3:27
chadell19-Nov-03 3:27 
GeneralRe: Time measure Pin
David Crow19-Nov-03 3:31
David Crow19-Nov-03 3:31 
GeneralRe: Time measure Pin
igor196019-Nov-03 9:56
igor196019-Nov-03 9:56 
GeneralRe: Time measure Pin
David Crow19-Nov-03 10:06
David Crow19-Nov-03 10:06 
GeneralRe: Time measure Pin
Anonymous19-Nov-03 23:08
Anonymous19-Nov-03 23:08 
DavidCrow wrote:
the maximum value that could be passed to SetTimer() was 65536

Correct me if I'm wrong:

UINT_PTR SetTimer(
...
UINT uElapse, // time-out value (milliseconds)
...
);

UINT is an unsigned 32 bit value (in Microsoft VC++ 6 at least). So it's max value is 2^32 - 1 = 4,294,967,295. These represent milliseconds. Which means over 4 million seconds, which means over 700,000 minutes, which means over 11,000 hours, which means over an year...

So 5 minutes is ok, I guess...
GeneralRe: Time measure Pin
David Crow20-Nov-03 5:01
David Crow20-Nov-03 5:01 
GeneralRe: Time measure Pin
igor196025-Nov-03 13:38
igor196025-Nov-03 13:38 
GeneralRe: Time measure Pin
valikac19-Nov-03 5:48
valikac19-Nov-03 5:48 
GeneralRe: Time measure Pin
igor196019-Nov-03 9:57
igor196019-Nov-03 9:57 
GeneralRe: Time measure Pin
David Crow19-Nov-03 10:09
David Crow19-Nov-03 10:09 
GeneralRe: Time measure Pin
igor196019-Nov-03 10:41
igor196019-Nov-03 10:41 
GeneralRe: Time measure Pin
Peter Molnar19-Nov-03 12:57
Peter Molnar19-Nov-03 12:57 
Generalatoi and cstring Pin
ns19-Nov-03 2:57
ns19-Nov-03 2:57 
GeneralRe: atoi and cstring Pin
David Crow19-Nov-03 3:16
David Crow19-Nov-03 3:16 
GeneralRe: atoi and cstring Pin
ns19-Nov-03 6:03
ns19-Nov-03 6:03 
GeneralRe: atoi and cstring Pin
David Crow19-Nov-03 6:18
David Crow19-Nov-03 6:18 
GeneralRe: atoi and cstring Pin
ns19-Nov-03 7:17
ns19-Nov-03 7:17 
GeneralRe: atoi and cstring Pin
Peak19-Nov-03 3:21
Peak19-Nov-03 3:21 
GeneralRe: atoi and cstring Pin
Adam Gritt19-Nov-03 4:22
Adam Gritt19-Nov-03 4:22 
GeneralThanks Pin
ns19-Nov-03 6:00
ns19-Nov-03 6:00 
GeneralRe: atoi and cstring Pin
Terry O'Nolley19-Nov-03 10:13
Terry O'Nolley19-Nov-03 10:13 
QuestionHow to get the full path-name of 'My documents' in different OS? Pin
Grrrr19-Nov-03 1:24
Grrrr19-Nov-03 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.