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); DWORD det = GetLastError(); here error code is 123. please help me with this issue. Thanks is advance. Harish Dixit
On Tue, 22 Jan 2008 02:23:53 -0800 (PST), Harish Kumar Dixit wrote: > I have a COM component developed using VS2005 (VC++). > This project having support for Unicode, because i set the Unicode ... Also posted to: microsoft.public.win32.programmer.directx.video Please do not multi-post. See: http://tmhare.mvps.org/help.htm#mp -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution