Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
seems fairly simple - in addition to what esteemed CPallini said

1) look for a .h file supplied by the vendor, #include it in your code - you could probably start with a MFC dialog project to get the ease of message maps etc - then you can define a Onxyz handler for the WM_USER_EZCDM_RECEIVE message ...

2) if the vendor has a '.lib' file with their SDK, you'll need to add it to additional libraries settings under link options

usually vendors provide some sort of sample - as ThatsAlok says, maybe their support site has info - if they can give you one its a good start
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 
AnswerRe: c++ samples Pin
ThatsAlok26-May-09 22:09
ThatsAlok26-May-09 22:09 
QuestionI have used CxImage in VS2005 (successful) and tried to use CxImage WINCE version, it doesn't support .jp2 images? Pin
kapardhi26-May-09 20:25
kapardhi26-May-09 20:25 

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.