Re: IGraphBuilder Problem
There's absolutely no need to start a new thread for this since
your problem is already being actively discussed in your current
thread. FYI, this is considered newsgroup spamming. And read
my advice there about where to go for further discussion.
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@mvps.org
MVP VC FAQ: http://vcfaq.mvps.org
=====================================
"Harish Kumar Dixit" <harishdixit1@gmail.com> wrote in message
news:5d2e05df-0cbc-4cd0-a7b5-4523c15a1961@y5g2000hsf.googlegroups.com...
I have a COM component developed using VS2005 (VC++).
This project having support for Unicode, because i set the Unicode
charaecter set. I am calling one method of IGraphBuilder interface.
But it is returning error "The filename, directory name, or volume
label syntax is incorrect".
Name of the file is in chinese charachters. say "????.wav"
IGraphBuilderPtr spGraph = CNCOMUtils::CreateObject(CLSID_FilterGraph,
_T("CLSID_FilterGraph"));
HRESULT hrLoad = spGraph->AddSourceFilter(strPath, L"FileSource",
&spFileSource);
But if i registered "QuickTimeSource.dll" DLL then it works fine.
Can someone tell me why it is happening.
please help me with this issue.
Thanks is advance