Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: vector:erase iterator requirements Pin
Edward Diener7-Feb-10 4:52
Edward Diener7-Feb-10 4:52 
GeneralRe: vector:erase iterator requirements Pin
Stuart Dootson7-Feb-10 5:12
professionalStuart Dootson7-Feb-10 5:12 
GeneralRe: vector:erase iterator requirements Pin
Emilio Garavaglia7-Feb-10 23:07
Emilio Garavaglia7-Feb-10 23:07 
Questionwhy myDiagl subclassed from CDialg don't have destructor? Pin
rambojanggoon6-Feb-10 14:38
rambojanggoon6-Feb-10 14:38 
AnswerRe: why myDiagl subclassed from CDialg don't have destructor? Pin
Richard MacCutchan6-Feb-10 21:50
mveRichard MacCutchan6-Feb-10 21:50 
QuestionInitializing pointer results in errors Pin
Skippums6-Feb-10 10:35
Skippums6-Feb-10 10:35 
AnswerRe: Initializing pointer results in errors Pin
Stuart Dootson6-Feb-10 14:09
professionalStuart Dootson6-Feb-10 14:09 
QuestionHow to Create a Connection with Phone serail COM Port ? Pin
Mitul Golakiya6-Feb-10 9:53
Mitul Golakiya6-Feb-10 9:53 
Hi Everyone,

I am Creating one application with the VC++(MFC).

I am using windows XP-32 and VS 2008.
I am trying to connect to the phone Nokia 6610 with the serial COM Port.

I want to set the At Commands on this phone.
I want to get he event when any new msg come on the phone.

I am using boost library to connect the phone.
When I am using

boost::asio::io_service io_service;
boost::asio::ip::tcp::resolver resolver(io_service);
boost::asio::ip::tcp::resolver::query query("localhost", "20");
boost::asio::ip::tcp::resolver::iterator iterator = resolver.resolve(query);

boost::asio::ip::tcp::socket mSocket(io_service);
boost::asio::ip::tcp::endpoint endpoint(boost::asio::ip::address::from_string("1.2.3.4"), 12345);
mSocket.connect(*iterator);

I am getting the error Exeption at the connect method.

Please help me Or give me some hint Or get the link of the examples of such examples.
With Regards,
Mitul Golakiya.
E-Mail : mitulgolakiya@yahoo.com

AnswerRe: How to Create a Connection with Phone serail COM Port ? [modified] Pin
Hristo-Bojilov6-Feb-10 10:39
Hristo-Bojilov6-Feb-10 10:39 
AnswerRe: How to Create a Connection with Phone serail COM Port ? Pin
Richard MacCutchan6-Feb-10 21:46
mveRichard MacCutchan6-Feb-10 21:46 
QuestionDifferent outputs in vc6 & vs2008 with same code(typecasting). Help Pin
Priya_Sundar6-Feb-10 7:05
Priya_Sundar6-Feb-10 7:05 
AnswerRe: Different outputs in vc6 & vs2008 with same code(typecasting). Help Pin
David Crow6-Feb-10 13:34
David Crow6-Feb-10 13:34 
GeneralRe: Different outputs in vc6 & vs2008 with same code(typecasting). Help Pin
Priya_Sundar6-Feb-10 23:36
Priya_Sundar6-Feb-10 23:36 
AnswerRe: Different outputs in vc6 & vs2008 with same code(typecasting). Help Pin
Priya_Sundar7-Feb-10 18:59
Priya_Sundar7-Feb-10 18:59 
AnswerRe: Different outputs in vc6 & vs2008 with same code(typecasting). Help Pin
Priya_Sundar8-Feb-10 0:34
Priya_Sundar8-Feb-10 0:34 
QuestionUI Thread ... ! Pin
Manmohan296-Feb-10 4:44
Manmohan296-Feb-10 4:44 
AnswerRe: UI Thread ... ! Pin
LunaticFringe6-Feb-10 4:49
LunaticFringe6-Feb-10 4:49 
GeneralRe: UI Thread ... ! Pin
Manmohan296-Feb-10 5:12
Manmohan296-Feb-10 5:12 
GeneralRe: UI Thread ... ! Pin
LunaticFringe6-Feb-10 5:26
LunaticFringe6-Feb-10 5:26 
AnswerRe: UI Thread ... ! Pin
Netman1167-Feb-10 2:34
Netman1167-Feb-10 2:34 
AnswerRe: UI Thread ... ! Pin
yindoor7-Feb-10 3:31
yindoor7-Feb-10 3:31 
Questionneed suggestions on how to read other people code. Pin
Josef Manurung5-Feb-10 22:01
Josef Manurung5-Feb-10 22:01 
AnswerRe: need suggestions on how to read other people code. Pin
Richard MacCutchan5-Feb-10 22:46
mveRichard MacCutchan5-Feb-10 22:46 
GeneralRe: need suggestions on how to read other people code. Pin
Josef Manurung5-Feb-10 23:43
Josef Manurung5-Feb-10 23:43 
GeneralRe: need suggestions on how to read other people code. Pin
LunaticFringe5-Feb-10 23:59
LunaticFringe5-Feb-10 23:59 

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.