Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to call vb dll in vc++( iam using MFC) and vc6 Pin
Member 365375120-Apr-10 23:06
Member 365375120-Apr-10 23:06 
GeneralRe: how to call vb dll in vc++( iam using MFC) and vc6 Pin
CPallini20-Apr-10 23:09
mveCPallini20-Apr-10 23:09 
AnswerRe: how to call vb dll in vc++( iam using MFC) and vc6 Pin
KarstenK20-Apr-10 21:31
mveKarstenK20-Apr-10 21:31 
AnswerRe: how to call vb dll in vc++( iam using MFC) and vc6 Pin
Adam Roderick J20-Apr-10 22:22
Adam Roderick J20-Apr-10 22:22 
GeneralRe: how to call vb dll in vc++( iam using MFC) and vc6 Pin
Member 365375120-Apr-10 23:12
Member 365375120-Apr-10 23:12 
GeneralRe: how to call vb dll in vc++( iam using MFC) and vc6 Pin
Adam Roderick J20-Apr-10 23:57
Adam Roderick J20-Apr-10 23:57 
QuestionHow to set the dialog title in wizard. Pin
DevelopmentNoob20-Apr-10 20:42
DevelopmentNoob20-Apr-10 20:42 
AnswerRe: How to set the dialog title in wizard. Pin
KarstenK20-Apr-10 21:32
mveKarstenK20-Apr-10 21:32 
QuestionCeGetDeviceId() return 0 while device is existing. Pin
Le@rner20-Apr-10 20:39
Le@rner20-Apr-10 20:39 
QuestionList control in FormView Pin
hellogany20-Apr-10 20:24
hellogany20-Apr-10 20:24 
AnswerRe: List control in FormView Pin
john563220-Apr-10 20:26
john563220-Apr-10 20:26 
GeneralRe: List control in FormView Pin
hellogany20-Apr-10 20:29
hellogany20-Apr-10 20:29 
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 

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.