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

C / C++ / MFC

 
GeneralHow to use Pin
sashoalm20-Mar-09 21:35
sashoalm20-Mar-09 21:35 
GeneralRe: How to use Pin
p_196020-Mar-09 21:39
p_196020-Mar-09 21:39 
GeneralRe: How to use Pin
sashoalm20-Mar-09 21:46
sashoalm20-Mar-09 21:46 
GeneralRe: How to use Pin
p_196020-Mar-09 22:19
p_196020-Mar-09 22:19 
GeneralRe: How to use Pin
sashoalm20-Mar-09 22:22
sashoalm20-Mar-09 22:22 
GeneralRe: How to use Pin
p_196020-Mar-09 22:35
p_196020-Mar-09 22:35 
GeneralRe: How to use Pin
sashoalm20-Mar-09 22:39
sashoalm20-Mar-09 22:39 
QuestionProblem in compling through vc++ 2005 Pin
raj157620-Mar-09 19:16
raj157620-Mar-09 19:16 
hi all

I am developing a directshow application through mfc .I am getting the error
Error 1 error C2664: 'ATL::CStringT<basetype,stringtraits>::CStringT(const VARIANT &)' : cannot convert parameter 1 from 'WCHAR [128]' to 'const VARIANT &' d:\visual c++ programs\mfc\pplayer\player.cpp 102

in the function

CString GetFilterName(IBaseFilter* pBF)
{
ASSERT(pBF!=NULL);

FILTER_INFO fi;
memset(&fi,0,sizeof(fi));
if(pBF!=NULL)
{
VERIFY(SUCCEEDED(pBF->QueryFilterInfo(&fi)));
}

return fi.achName; //here I am getting the error

}

please help me why i m getting this error
AnswerRe: Problem in compling through vc++ 2005 Pin
Stuart Dootson21-Mar-09 0:37
professionalStuart Dootson21-Mar-09 0:37 
Questionconverting hex to image Pin
annese20-Mar-09 18:59
annese20-Mar-09 18:59 
GeneralRe: converting hex to image Pin
norish20-Mar-09 20:33
norish20-Mar-09 20:33 
GeneralRe: converting hex to image Pin
annese20-Mar-09 20:47
annese20-Mar-09 20:47 
GeneralRe: converting hex to image Pin
CPallini21-Mar-09 1:06
mveCPallini21-Mar-09 1:06 
GeneralRe: converting hex to image Pin
norish21-Mar-09 1:19
norish21-Mar-09 1:19 
GeneralRe: converting hex to image Pin
annese21-Mar-09 3:42
annese21-Mar-09 3:42 
GeneralRe: converting hex to image Pin
annese21-Mar-09 6:28
annese21-Mar-09 6:28 
QuestionCPU Time Pin
Max++20-Mar-09 18:33
Max++20-Mar-09 18:33 
AnswerRe: CPU Time Pin
N a v a n e e t h20-Mar-09 19:09
N a v a n e e t h20-Mar-09 19:09 
AnswerRe: CPU Time Pin
Stuart Dootson21-Mar-09 0:41
professionalStuart Dootson21-Mar-09 0:41 
Questionhow to detect the installed language pack in an application through MFC . Pin
Purish Dwivedi20-Mar-09 18:12
Purish Dwivedi20-Mar-09 18:12 
AnswerRe: how to detect the installed language pack in an application through MFC . Pin
JBAK_CP21-Mar-09 5:17
JBAK_CP21-Mar-09 5:17 
QuestionWhen call CWnd::Creat, the parent windows parameter can't be NULL Pin
followait20-Mar-09 17:29
followait20-Mar-09 17:29 
AnswerRe: When call CWnd::Creat, the parent windows parameter can't be NULL Pin
Yusuf20-Mar-09 18:14
Yusuf20-Mar-09 18:14 
GeneralRe: When call CWnd::Creat, the parent windows parameter can't be NULL Pin
followait20-Mar-09 18:36
followait20-Mar-09 18:36 
QuestionBinary Edit Source Pin
ShiXiangYang20-Mar-09 15:53
ShiXiangYang20-Mar-09 15: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.