Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CAsyncSocket::Close Crashes Pin
staticv13-Aug-09 19:55
staticv13-Aug-09 19:55 
GeneralRe: CAsyncSocket::Close Crashes Pin
Moak13-Aug-09 21:44
Moak13-Aug-09 21:44 
GeneralRe: CAsyncSocket::Close Crashes Pin
staticv14-Aug-09 5:12
staticv14-Aug-09 5:12 
QuestionHow get the CPU information ? Pin
bzsolt9112-Aug-09 2:11
bzsolt9112-Aug-09 2:11 
AnswerRe: How get the CPU information ? Pin
Garth J Lancaster12-Aug-09 2:28
professionalGarth J Lancaster12-Aug-09 2:28 
GeneralRe: How get the CPU information ? Pin
bzsolt9112-Aug-09 13:15
bzsolt9112-Aug-09 13:15 
AnswerRe: How get the CPU information ? Pin
Rajesh R Subramanian12-Aug-09 2:42
professionalRajesh R Subramanian12-Aug-09 2:42 
QuestionCSocket Problem on Windows Mobile with WLAN Pin
Member 224636612-Aug-09 1:58
Member 224636612-Aug-09 1:58 
Hi,

I'm working on a Windows Mobile application that connects to a server on a PC.
The problem with the following lines:

CSocket as;
if(!as.Create())
MessageBox(_T("creation failed"));
if(as.Connect(_T("192.168.1.24"), 110))
MessageBox(_T("connected"));
else
MessageBox(_T("failed to connect"));

is, that Connect(...) allways returns TRUE, even if the server isn't started and even if the PC with the IP address 192.168.1.24 is switched off.
This error only occures with Windows Mobile and a WLAN connection. On Windows XP/Vista connected via WLAN/LAN or Windows Mobile connected via USB Connect(...) returns FALSE when there's no server.

Any hints?

Thanks,

Thomas

ps.: to be a bit more precise - the problematic connection is from a PDA via WLAN to a Netgear internet router and the PC is connected via LAN
QuestionDoubleclick on MDI Frame Pin
baerten12-Aug-09 1:34
baerten12-Aug-09 1:34 
AnswerRe: Doubleclick on MDI Frame Pin
Stuart Dootson12-Aug-09 6:32
professionalStuart Dootson12-Aug-09 6:32 
QuestionInstalling a driver and Registry settings!! Pin
kapardhi12-Aug-09 0:56
kapardhi12-Aug-09 0:56 
AnswerRe: Installing a driver and Registry settings!! Pin
Randor 12-Aug-09 9:08
professional Randor 12-Aug-09 9:08 
QuestionThread Pin
susanne111-Aug-09 23:46
susanne111-Aug-09 23:46 
AnswerRe: Thread Pin
CPallini12-Aug-09 0:07
mveCPallini12-Aug-09 0:07 
GeneralRe: Thread Pin
susanne112-Aug-09 0:09
susanne112-Aug-09 0:09 
AnswerRe: Thread Pin
CPallini12-Aug-09 0:13
mveCPallini12-Aug-09 0:13 
GeneralRe: Thread Pin
susanne112-Aug-09 0:15
susanne112-Aug-09 0:15 
GeneralRe: Thread Pin
CPallini12-Aug-09 0:56
mveCPallini12-Aug-09 0:56 
AnswerRe: Thread Pin
Rajesh R Subramanian12-Aug-09 0:25
professionalRajesh R Subramanian12-Aug-09 0:25 
GeneralRe: Thread Pin
susanne112-Aug-09 0:27
susanne112-Aug-09 0:27 
GeneralRe: Thread Pin
Rajesh R Subramanian12-Aug-09 1:23
professionalRajesh R Subramanian12-Aug-09 1:23 
GeneralRe: Thread Pin
CPallini12-Aug-09 1:51
mveCPallini12-Aug-09 1:51 
GeneralRe: Thread Pin
Rajesh R Subramanian12-Aug-09 2:08
professionalRajesh R Subramanian12-Aug-09 2:08 
GeneralRe: Thread Pin
CPallini12-Aug-09 2:38
mveCPallini12-Aug-09 2:38 
GeneralRe: Thread Pin
Rajesh R Subramanian12-Aug-09 2:45
professionalRajesh R Subramanian12-Aug-09 2:45 

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.