Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I make a window transparent for mouse clicks? Pin
Michael Dunn21-May-03 14:57
sitebuilderMichael Dunn21-May-03 14:57 
GeneralRe: How do I make a window transparent for mouse clicks? Pin
Chris982021-May-03 16:24
Chris982021-May-03 16:24 
Generalstring operator == Pin
Makover21-May-03 13:35
Makover21-May-03 13:35 
GeneralRe: string operator == Pin
Dave Bryant21-May-03 15:23
Dave Bryant21-May-03 15:23 
GeneralRe: string operator == Pin
Makover22-May-03 8:49
Makover22-May-03 8:49 
QuestionHow do I set up a simple test sending data through the com port?? Pin
IrishSonic21-May-03 12:54
IrishSonic21-May-03 12:54 
General(hopefully) easy WaitForMultipleObjects question Pin
Phil Hamer21-May-03 12:01
Phil Hamer21-May-03 12:01 
GeneralRe: (hopefully) easy WaitForMultipleObjects question Pin
Rage21-May-03 21:04
professionalRage21-May-03 21:04 
GeneralTechnical help and Ideas on Videoconferencing Pin
hassanmurtaza21-May-03 10:49
hassanmurtaza21-May-03 10:49 
GeneralFile Sharing Pin
DougW4821-May-03 10:38
DougW4821-May-03 10:38 
GeneralRe: File Sharing Pin
valikac21-May-03 11:10
valikac21-May-03 11:10 
GeneralChanging background Pin
MemLeak21-May-03 9:48
MemLeak21-May-03 9:48 
GeneralRe: Changing background Pin
valikac21-May-03 11:18
valikac21-May-03 11:18 
Generalcpropertysheet as a child Pin
Niko Tanghe21-May-03 8:16
Niko Tanghe21-May-03 8:16 
GeneralRe: cpropertysheet as a child Pin
includeh1021-May-03 8:27
includeh1021-May-03 8:27 
GeneralWierd Winsock problem Pin
JohnnyG21-May-03 8:13
JohnnyG21-May-03 8:13 
I am creating a RFC-868 compliant time server. It must support TCP/IP and UDP on server port 37. TCP/IP works fine. Each protocol dependent server runs in a separate thread and both threads always get created and appear to run fine.

The problem is on the UDP thread side. I wait for a packet to be rcvd on port 37 then transmit the current time as a long back to the requesting IP or computer. Though, it looks like I am sending the packet, I cannot capture it with a sniffer. There are no errors using the sendto() command and I even sent a bogus string as a test and still cannot see it on the network.

I have verified the socket is created and valid. The only thing I can think of is that maybe there is a conflict when binding the same adapter and IP address using two different protocols, UDP and TCP/IP. Is anyone aware of one? I am currently binding to INADDR_ANY which is supposed to allow me to receive from all network interfaces but I only transmit back to the IP address and port that I received in the request. One of my sniffers is monitoring all network adapters and doesn't see the response that I am sending. Another sniffer a coworker has for Linux did not see it either even though that is a private 2 computer network (crossover cable).

Hope someone can help.
GeneralRe: Wierd Winsock problem Pin
JohnnyG21-May-03 9:09
JohnnyG21-May-03 9:09 
GeneralRe: Wierd Winsock problem Pin
AlexO21-May-03 10:01
AlexO21-May-03 10:01 
Questionwhere find “Common Toolbar Icons” 32bpp 24*24? Pin
Guy Lecomte21-May-03 7:58
Guy Lecomte21-May-03 7:58 
QuestionSimple newbie error; cout doesn't work!!? Pin
kleft21-May-03 7:29
kleft21-May-03 7:29 
AnswerRe: Simple newbie error; cout doesn't work!!? Pin
kleft21-May-03 7:35
kleft21-May-03 7:35 
GeneralRe: Simple newbie error; cout doesn't work!!? Pin
Anders Molin21-May-03 8:12
professionalAnders Molin21-May-03 8:12 
GeneralRe: Simple newbie error; cout doesn't work!!? Pin
kleft21-May-03 8:53
kleft21-May-03 8:53 
AnswerRe: Simple newbie error; cout doesn't work!!? Pin
Michael Dunn21-May-03 12:14
sitebuilderMichael Dunn21-May-03 12:14 
Generalaudio volume Pin
koenbielen21-May-03 7:24
koenbielen21-May-03 7: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.