Click here to Skip to main content
15,885,244 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: could you help me? I need a example about how to using CSocket with mfc Pin
Hamid_RT26-May-09 23:02
Hamid_RT26-May-09 23:02 
GeneralRe: could you help me? I need a example about how to using CSocket with mfc Pin
BangQ26-May-09 23:31
BangQ26-May-09 23:31 
AnswerRe: could you help me? I need a example about how to using CSocket with mfc Pin
Hamid_RT26-May-09 22:59
Hamid_RT26-May-09 22:59 
GeneralRe: could you help me? I need a example about how to using CSocket with mfc Pin
JBAK_CP27-May-09 2:26
JBAK_CP27-May-09 2:26 
GeneralRe: could you help me? I need a example about how to using CSocket with mfc Pin
Hamid_RT27-May-09 3:30
Hamid_RT27-May-09 3:30 
AnswerRe: could you help me? I need a example about how to using CSocket with mfc Pin
David Crow27-May-09 3:54
David Crow27-May-09 3:54 
Questionusing a third party dll Pin
August Brower26-May-09 21:35
August Brower26-May-09 21:35 
AnswerRe: using a third party dll Pin
CPallini26-May-09 21:54
mveCPallini26-May-09 21:54 
It looks like you should

  1. call the ezLinkOpen function passing the serial port details.
  2. process the WM_USER_EZCDM_RECEIVE window message to get device notifications (and possibly call ezLinkRcv function: documentation is a bit messy on this point...)
  3. possibly use some other functions you have not reported here.
  4. call ezLinkClose function when you no longer need the device (and the library).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: using a third party dll Pin
ThatsAlok26-May-09 22:14
ThatsAlok26-May-09 22:14 
AnswerRe: using a third party dll Pin
Garth J Lancaster26-May-09 23:57
professionalGarth J Lancaster26-May-09 23:57 
GeneralRe: using a third party dll Pin
August Brower27-May-09 8:24
August Brower27-May-09 8:24 
Questionc++ samples Pin
p_196026-May-09 20:33
p_196026-May-09 20:33 
AnswerRe: c++ samples Pin
Hamid_RT26-May-09 20:39
Hamid_RT26-May-09 20:39 
GeneralRe: c++ samples Pin
ThatsAlok26-May-09 22:11
ThatsAlok26-May-09 22:11 
GeneralRe: c++ samples Pin
Hamid_RT26-May-09 22:56
Hamid_RT26-May-09 22:56 
GeneralRe: c++ samples Pin
ThatsAlok28-May-09 6:04
ThatsAlok28-May-09 6:04 
AnswerRe: c++ samples Pin
Cedric Moonen26-May-09 20:42
Cedric Moonen26-May-09 20:42 
GeneralRe: c++ samples Pin
BadKarma26-May-09 21:25
BadKarma26-May-09 21:25 
GeneralRe: c++ samples Pin
mihK26-May-09 21:38
mihK26-May-09 21:38 
GeneralRe: c++ samples Pin
Cedric Moonen26-May-09 21:40
Cedric Moonen26-May-09 21:40 
GeneralRe: c++ samples Pin
Hamid_RT26-May-09 21:56
Hamid_RT26-May-09 21:56 
GeneralRe: c++ samples Pin
ThatsAlok26-May-09 22:10
ThatsAlok26-May-09 22:10 
GeneralRe: c++ samples Pin
ThatsAlok26-May-09 22:10
ThatsAlok26-May-09 22:10 
AnswerRe: c++ samples Pin
KarstenK26-May-09 21:02
mveKarstenK26-May-09 21:02 
GeneralRe: c++ samples Pin
molesworth26-May-09 21:58
molesworth26-May-09 21:58 

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.