Click here to Skip to main content
15,922,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do you get "lpszClassName"? Pin
Abin4-Feb-03 13:05
Abin4-Feb-03 13:05 
AnswerRe: How do you get "lpszClassName"? Pin
Erik Funkenbusch4-Feb-03 14:16
Erik Funkenbusch4-Feb-03 14:16 
AnswerRe: How do you get "lpszClassName"? Pin
Alvaro Mendez4-Feb-03 14:44
Alvaro Mendez4-Feb-03 14:44 
GeneralRe: How do you get "lpszClassName"? Pin
Abin4-Feb-03 21:04
Abin4-Feb-03 21:04 
GeneralRe: How do you get "lpszClassName"? Pin
HENDRIK R4-Feb-03 21:37
HENDRIK R4-Feb-03 21:37 
GeneralCMDIFrameWnd question Pin
brigham_young4-Feb-03 13:02
brigham_young4-Feb-03 13:02 
Generalouputting a CImage bitmap to a dialog. Pin
_psh_4-Feb-03 12:02
_psh_4-Feb-03 12:02 
GeneralRe: ouputting a CImage bitmap to a dialog. Pin
Christian Graus4-Feb-03 15:27
protectorChristian Graus4-Feb-03 15:27 
GeneralON_WM_KEYDOWN() question Pin
trustno14-Feb-03 11:56
trustno14-Feb-03 11:56 
GeneralRe: ON_WM_KEYDOWN() question Pin
Alvaro Mendez4-Feb-03 14:54
Alvaro Mendez4-Feb-03 14:54 
GeneralWorking with decimal type in C++ Pin
paulb4-Feb-03 11:47
paulb4-Feb-03 11:47 
GeneralRe: Working with decimal type in C++ Pin
Anders Molin4-Feb-03 11:50
professionalAnders Molin4-Feb-03 11:50 
GeneralRe: Working with decimal type in C++ Pin
Nitron4-Feb-03 13:36
Nitron4-Feb-03 13:36 
QuestionDoh.. Why no 3D look!? Pin
Rickard Andersson204-Feb-03 11:27
Rickard Andersson204-Feb-03 11:27 
AnswerRe: Doh.. Why no 3D look!? Pin
Zoltan Csizmadia4-Feb-03 11:31
Zoltan Csizmadia4-Feb-03 11:31 
GeneralRe: Doh.. Why no 3D look!? Pin
Rickard Andersson204-Feb-03 11:39
Rickard Andersson204-Feb-03 11:39 
GeneralRe: Doh.. Why no 3D look!? Pin
PJ Arends4-Feb-03 12:38
professionalPJ Arends4-Feb-03 12:38 
GeneralAvoiding UDP client-side packet loss Pin
dliberty4-Feb-03 10:51
dliberty4-Feb-03 10:51 
GeneralRe: Avoiding UDP client-side packet loss Pin
Stefan Pedersen4-Feb-03 11:17
Stefan Pedersen4-Feb-03 11:17 
GeneralRe: Avoiding UDP client-side packet loss Pin
Joaquín M López Muñoz4-Feb-03 11:41
Joaquín M López Muñoz4-Feb-03 11:41 
GeneralRe: Avoiding UDP client-side packet loss Pin
Stefan Pedersen4-Feb-03 12:37
Stefan Pedersen4-Feb-03 12:37 
GeneralRe: Avoiding UDP client-side packet loss Pin
Zoltan Csizmadia4-Feb-03 11:16
Zoltan Csizmadia4-Feb-03 11:16 
GeneralRe: Avoiding UDP client-side packet loss Pin
Zoltan Csizmadia4-Feb-03 11:18
Zoltan Csizmadia4-Feb-03 11:18 
GeneralRe: Avoiding UDP client-side packet loss Pin
Gisle Vanem5-Feb-03 0:39
Gisle Vanem5-Feb-03 0:39 
Note that if sending a UDP messages from several threads and before ARP resolution is done (because ARP entry has expired or is the first message sent), it will cause some (or all?) UDP messages to be lost.

This is (according to MSDN) due to the fact that there can only one pending ARP-reply per host-IP. Sorry I cannot find the ref. at the moment.

Remedy: call SendARP() before sendto().


Gisle V.

"If you feel paranoid it doesn't mean they're not after you!" -- Woody Allen
GeneralCan't use \n in my Edit box!! Pin
Rickard Andersson204-Feb-03 10:43
Rickard Andersson204-Feb-03 10:43 

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.