Click here to Skip to main content
16,012,468 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Christian Graus18-Jun-06 10:23
protectorChristian Graus18-Jun-06 10:23 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181218-Jun-06 17:05
aloha181218-Jun-06 17:05 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Christian Graus18-Jun-06 17:10
protectorChristian Graus18-Jun-06 17:10 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181218-Jun-06 17:59
aloha181218-Jun-06 17:59 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
Christian Graus18-Jun-06 18:12
protectorChristian Graus18-Jun-06 18:12 
GeneralRe: Simultaneous Previewing & Video Capture using DirectShow Pin
aloha181218-Jun-06 18:31
aloha181218-Jun-06 18:31 
QuestionWhich one should I use? Pin
cgsp_wei16-Jun-06 21:50
cgsp_wei16-Jun-06 21:50 
AnswerRe: Which one should I use? Pin
_AnsHUMAN_ 16-Jun-06 22:15
_AnsHUMAN_ 16-Jun-06 22:15 
_UNICODE is not defined for this.
LPTSTR lstrcpy( LPTSTR lpString1,
LPTSTR lpString2
);

TCHAR is used to represent unicode strings.
So when you are working with unicode you should prefer TCHAR to LPTSTR

_TCHAR * _tcscpy(_TCHAR * to, const _TCHAR * from)


Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
GeneralRe: Which one should I use? Pin
ThatsAlok16-Jun-06 22:44
ThatsAlok16-Jun-06 22:44 
AnswerRe: Which one should I use? Pin
PJ Arends16-Jun-06 22:19
professionalPJ Arends16-Jun-06 22:19 
AnswerRe: Which one should I use? Pin
ThatsAlok16-Jun-06 22:22
ThatsAlok16-Jun-06 22:22 
AnswerRe: Which one should I use? Pin
Laxman Auti16-Jun-06 22:25
Laxman Auti16-Jun-06 22:25 
GeneralRe: Which one should I use? Pin
PJ Arends16-Jun-06 22:28
professionalPJ Arends16-Jun-06 22:28 
GeneralRe: Which one should I use? Pin
Laxman Auti16-Jun-06 22:49
Laxman Auti16-Jun-06 22:49 
GeneralOT: Fix your user name Pin
PJ Arends16-Jun-06 23:06
professionalPJ Arends16-Jun-06 23:06 
GeneralRe: OT: Fix your user name Pin
Laxman Auti16-Jun-06 23:23
Laxman Auti16-Jun-06 23:23 
GeneralRe: OT: Fix your user name Pin
ThatsAlok17-Jun-06 0:07
ThatsAlok17-Jun-06 0:07 
GeneralRe: OT: Fix your user name Pin
Laxman Auti17-Jun-06 0:16
Laxman Auti17-Jun-06 0:16 
Question[Message Deleted] Pin
happy_ram16-Jun-06 21:46
happy_ram16-Jun-06 21:46 
AnswerRe: about combo box [modified] Pin
_AnsHUMAN_ 16-Jun-06 21:50
_AnsHUMAN_ 16-Jun-06 21:50 
GeneralRe: about combo box Pin
happy_ram16-Jun-06 22:17
happy_ram16-Jun-06 22:17 
GeneralRe: about combo box Pin
Laxman Auti16-Jun-06 22:27
Laxman Auti16-Jun-06 22:27 
GeneralRe: about combo box Pin
_AnsHUMAN_ 16-Jun-06 22:35
_AnsHUMAN_ 16-Jun-06 22:35 
GeneralRe: about combo box Pin
happy_ram16-Jun-06 22:45
happy_ram16-Jun-06 22:45 
GeneralRe: about combo box Pin
Hamid_RT16-Jun-06 22:53
Hamid_RT16-Jun-06 22:53 

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.