Click here to Skip to main content
15,896,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString conversion problem Pin
Adam Roderick J24-Mar-10 22:14
Adam Roderick J24-Mar-10 22:14 
GeneralRe: CString conversion problem Pin
Member 59031024-Mar-10 22:23
Member 59031024-Mar-10 22:23 
GeneralRe: CString conversion problem Pin
Adam Roderick J24-Mar-10 23:17
Adam Roderick J24-Mar-10 23:17 
GeneralRe: CString conversion problem Pin
Raj Jaiswal25-Mar-10 9:33
Raj Jaiswal25-Mar-10 9:33 
QuestionMove to second monitor in MFC Pin
Anu_Bala24-Mar-10 19:20
Anu_Bala24-Mar-10 19:20 
AnswerRe: Move to second monitor in MFC Pin
Eugen Podsypalnikov24-Mar-10 21:41
Eugen Podsypalnikov24-Mar-10 21:41 
QuestionExcel C API registration interference with project dependency Pin
T210224-Mar-10 19:14
T210224-Mar-10 19:14 
QuestionTCP/IP question Pin
Alexey Malyshev24-Mar-10 14:44
Alexey Malyshev24-Mar-10 14:44 
Hi,
The following is TCP/IP packets collected by Wireshark:

34 16:09:29.056911 10.10.10.7 10.10.10.100 TCP 49167 > amiganetfs [PSH, ACK] Seq=55 Ack=1567 Win=64240 Len=6
35 16:09:29.193003 10.10.10.100 10.10.10.7 TCP amiganetfs > 49167 [PSH, ACK] Seq=1567 Ack=61 Win=5632 Len=1
36 16:09:29.386529 10.10.10.7 10.10.10.100 TCP [TCP Retransmission] 49167 > amiganetfs [PSH, ACK] Seq=55 Ack=1567 Win=64240 Len=6

What is happening here is 49167 sends 6 bytes to amiganetfs which acknowledges them and sends one byte back, then 49167 resends the packet 34 as if it didn't receive the ack (but it was received and picked up by Wireshark). It seems that ack was ignored by 49167. Any idea why it's happening so?
AnswerRe: TCP/IP question Pin
Cedric Moonen24-Mar-10 21:24
Cedric Moonen24-Mar-10 21:24 
AnswerRe: TCP/IP question Pin
HimanshuJoshi24-Mar-10 23:42
HimanshuJoshi24-Mar-10 23:42 
Questionhow to use a vector for flexible length of array Pin
mrby12324-Mar-10 11:52
mrby12324-Mar-10 11:52 
AnswerRe: how to use a vector for flexible length of array Pin
Code-o-mat24-Mar-10 12:01
Code-o-mat24-Mar-10 12:01 
AnswerRe: how to use a vector for flexible length of array PinPopular
Stephen Hewitt24-Mar-10 12:34
Stephen Hewitt24-Mar-10 12:34 
AnswerRe: how to use a vector for flexible length of array Pin
sandhyasapare24-Mar-10 23:57
sandhyasapare24-Mar-10 23:57 
GeneralRe: how to use a vector for flexible length of array [modified] Pin
mrby12325-Mar-10 7:29
mrby12325-Mar-10 7:29 
GeneralRe: how to use a vector for flexible length of array Pin
Stephen Hewitt26-Mar-10 23:44
Stephen Hewitt26-Mar-10 23:44 
QuestionAnnoying problem with VC++ 6.0 - compiler on strike?? Pin
Vaclav_24-Mar-10 11:42
Vaclav_24-Mar-10 11:42 
AnswerRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Code-o-mat24-Mar-10 11:57
Code-o-mat24-Mar-10 11:57 
AnswerRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Stephen Hewitt24-Mar-10 12:40
Stephen Hewitt24-Mar-10 12:40 
GeneralRe: Annoying problem with VC++ 6.0 - compiler on strike?? Pin
Vaclav_24-Mar-10 17:41
Vaclav_24-Mar-10 17:41 
QuestionReg. Booting from Virtual Disk Image Pin
john563224-Mar-10 6:04
john563224-Mar-10 6:04 
QuestionSymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 4:32
glitteringsound24-Mar-10 4:32 
AnswerRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 4:55
Covean24-Mar-10 4:55 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
glitteringsound24-Mar-10 5:00
glitteringsound24-Mar-10 5:00 
GeneralRe: SymEnumSymbols is getting failed even GetLastError returns 0 Pin
Covean24-Mar-10 5:21
Covean24-Mar-10 5:21 

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.