Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to deal with the LNK2001 error? Pin
Jeason Zhao16-Sep-01 5:47
Jeason Zhao16-Sep-01 5:47 
AnswerRe: how to deal with the LNK2001 error? Pin
Tim Smith16-Sep-01 7:51
Tim Smith16-Sep-01 7:51 
GeneralRe: how to deal with the LNK2001 error? Pin
Jeason Zhao16-Sep-01 15:59
Jeason Zhao16-Sep-01 15:59 
GeneralLong File Name Pin
The_Server16-Sep-01 4:34
The_Server16-Sep-01 4:34 
GeneralRe: Long File Name Pin
Tomasz Sowinski17-Sep-01 1:00
Tomasz Sowinski17-Sep-01 1:00 
GeneralRe: Long File Name Pin
The_Server18-Sep-01 7:57
The_Server18-Sep-01 7:57 
GeneralChecking for IP address / like Pinging HELP!!!! Pin
16-Sep-01 4:20
suss16-Sep-01 4:20 
GeneralRe: Checking for IP address / like Pinging HELP!!!! Pin
Anders Molin16-Sep-01 9:08
professionalAnders Molin16-Sep-01 9:08 
Is it always taking a long time, or is it just when the program cannot connect to the server that it takes a long time?

If it only is when it cannot connect there is really not much to do about it.
If the program try to connect to a server that does not exist, it sends, (windows socket standard), a SYN packet to the ip-address, and wait for some time for an answer (a SYNACK packet), if it don't get the answer it tries 2 more times.
It takes some time, about 30 seconds, I would say...

- Anders

Money talks, but all mine ever says is "Goodbye!"
Generalusing VK_UP Pin
16-Sep-01 2:08
suss16-Sep-01 2:08 
GeneralRe: using VK_UP Pin
Christian Graus16-Sep-01 2:12
protectorChristian Graus16-Sep-01 2:12 
GeneralRe: using VK_UP Pin
16-Sep-01 2:19
suss16-Sep-01 2:19 
GeneralRe: using VK_UP Pin
Tim Smith16-Sep-01 2:33
Tim Smith16-Sep-01 2:33 
GeneralRe: using VK_UP Pin
16-Sep-01 2:39
suss16-Sep-01 2:39 
Generalproblem with CTreeCtrl Pin
Ghasrfakhri15-Sep-01 23:11
Ghasrfakhri15-Sep-01 23:11 
GeneralRe: problem with CTreeCtrl Pin
Tomasz Sowinski17-Sep-01 0:03
Tomasz Sowinski17-Sep-01 0:03 
Questionhow to transpose all note while playing midi by directmusic ? Pin
15-Sep-01 17:00
suss15-Sep-01 17:00 
GeneralCommunication between 2 embedded web browser controls Pin
Tili15-Sep-01 16:54
Tili15-Sep-01 16:54 
QuestionHow to get path of executable Pin
Jake Palmer15-Sep-01 16:03
Jake Palmer15-Sep-01 16:03 
AnswerRe: How to get path of executable Pin
Tili15-Sep-01 17:03
Tili15-Sep-01 17:03 
AnswerRe: How to get path of executable Pin
Hans-Georg Ulrich17-Sep-01 23:17
Hans-Georg Ulrich17-Sep-01 23:17 
GeneralActiveX Control - sorounding box isnt changed in OnDraw Pin
Anders Eriksson15-Sep-01 14:29
Anders Eriksson15-Sep-01 14:29 
QuestionHow do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:19
protectorChristian Graus15-Sep-01 13:19 
AnswerRe: How do I remove a function in ATL ? Pin
Anders Molin15-Sep-01 13:26
professionalAnders Molin15-Sep-01 13:26 
GeneralRe: How do I remove a function in ATL ? Pin
Christian Graus15-Sep-01 13:27
protectorChristian Graus15-Sep-01 13:27 
GeneralRe: How do I remove a function in ATL ? Pin
Tim Smith15-Sep-01 13:34
Tim Smith15-Sep-01 13:34 

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.