Click here to Skip to main content
15,881,624 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List control in FormView Pin
john563220-Apr-10 20:52
john563220-Apr-10 20:52 
GeneralRe: List control in FormView Pin
hellogany20-Apr-10 21:07
hellogany20-Apr-10 21:07 
GeneralRe: List control in FormView Pin
JM225120-Apr-10 21:11
JM225120-Apr-10 21:11 
GeneralRe: List control in FormView Pin
hellogany20-Apr-10 21:20
hellogany20-Apr-10 21:20 
GeneralRe: List control in FormView Pin
hellogany20-Apr-10 22:51
hellogany20-Apr-10 22:51 
QuestionRemove menu Pin
john563220-Apr-10 20:20
john563220-Apr-10 20:20 
QuestionRetransmission timeout and Persist timeout Problem Pin
suchithrac20-Apr-10 18:46
suchithrac20-Apr-10 18:46 
AnswerRe: Retransmission timeout and Persist timeout Problem Pin
@Intersect☺™20-Apr-10 20:29
professional@Intersect☺™20-Apr-10 20:29 
suchithra, from your post, I can understand the problem wel, but you didn't mentioned whether you were using any wired/wireless communication. Look, I have done so many programs for interfacing, establishments of communications for different mechatronic devices etc. & faced lots of probs. The best practice would be throughing Exceptions, so that you can understand where the problem is. I rather suggest you-

1. Use UDP protocol other than using TCP/IP protocol.
2. If you are sending bulk data, then check for stack overflow
3. Try to Impliment of your own timeout block or extend socket timeout value
4. Swap your globally stored data to local veriable, so that before every recieve, your global block should be cleaned.
5. Check your h/w connection for communication.

"Retransmission Timeout" error occurs:

1. It means either no data is being recieved by your VC++ aps(use Exceptions to check atallit recieve any data from sender or not) or it recieves few data, after that communication lost (cause by stack overflow/ h/w issue), which is quite obvious in TCP/IP protocol for large data transfer. Use UDP only.
Questionpassing variables to GLSL Pin
James_72220-Apr-10 18:28
James_72220-Apr-10 18:28 
QuestionRe: passing variables to GLSL Pin
CPallini20-Apr-10 20:27
mveCPallini20-Apr-10 20:27 
AnswerRe: passing variables to GLSL Pin
James_72220-Apr-10 20:36
James_72220-Apr-10 20:36 
AnswerRe: passing variables to GLSL Pin
cmk20-Apr-10 22:13
cmk20-Apr-10 22:13 
GeneralRe: passing variables to GLSL Pin
James_72221-Apr-10 2:03
James_72221-Apr-10 2:03 
AnswerRe: passing variables to GLSL [modified] Pin
cmk21-Apr-10 8:06
cmk21-Apr-10 8:06 
Questionrelease mode crashes when creating tool bar Pin
rayjoslyn20-Apr-10 11:42
rayjoslyn20-Apr-10 11:42 
AnswerRe: release mode crashes when creating tool bar Pin
Stephen Hewitt20-Apr-10 14:55
Stephen Hewitt20-Apr-10 14:55 
AnswerRe: release mode crashes when creating tool bar Pin
Alan Balkany21-Apr-10 4:13
Alan Balkany21-Apr-10 4:13 
Questionunexpected exception type idification Pin
aklauzov20-Apr-10 10:08
aklauzov20-Apr-10 10:08 
AnswerRe: unexpected exception type idification Pin
Gwenio20-Apr-10 11:20
Gwenio20-Apr-10 11:20 
QuestionMouse scroll wheel Pin
DanYELL20-Apr-10 9:55
DanYELL20-Apr-10 9:55 
AnswerRe: Mouse scroll wheel Pin
Michel Godfroid20-Apr-10 11:17
Michel Godfroid20-Apr-10 11:17 
AnswerRe: Mouse scroll wheel Pin
@Intersect☺™20-Apr-10 20:51
professional@Intersect☺™20-Apr-10 20:51 
QuestionHow to read a txt file in Windows CE (C++) Pin
Software200720-Apr-10 8:39
Software200720-Apr-10 8:39 
AnswerRe: How to read a txt file in Windows CE (C++) Pin
Eugen Podsypalnikov20-Apr-10 9:04
Eugen Podsypalnikov20-Apr-10 9:04 
GeneralRe: How to read a txt file in Windows CE (C++) Pin
Software200720-Apr-10 9:20
Software200720-Apr-10 9:20 

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.