error code, returned from LoadLibrary() , is 7e<pre class=WNPost style="word-wrap:break-word">Hi,   I developmented a DShow filter on smartphone and wanted to load it in my application. But it returned NULL when call LoadLibrary(_T(&quot;MyFilter.ax&quot;)). The error code is 7e. And I tried to use Regsvrce.exe to register MyFilter.ax, the error code returned is also 7e. However I explicitly put &quot;MyFilter.ax&quot; in &quot;\Windows&quot;.   I tried to load another module, LoadLibrary(_T(&quot;aygshell.dll&quot;)) for example, it succeded. It seemed that the problem existed in &quot;MyFilter.ax&quot;. How can I do to resolve this?   I am very appreciated of any ideals!</pre>© 2009 Microsoft Corporation. All rights reserved.Thu, 19 Jun 2008 00:15:52 Z8cb004ff-e0d9-4760-86ba-ce9f0b656944http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#8cb004ff-e0d9-4760-86ba-ce9f0b656944http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#8cb004ff-e0d9-4760-86ba-ce9f0b656944yaxixihttp://social.msdn.microsoft.com/Profile/en-US/?user=yaxixierror code, returned from LoadLibrary() , is 7e<pre class=WNPost style="word-wrap:break-word">Hi,   I developmented a DShow filter on smartphone and wanted to load it in my application. But it returned NULL when call LoadLibrary(_T(&quot;MyFilter.ax&quot;)). The error code is 7e. And I tried to use Regsvrce.exe to register MyFilter.ax, the error code returned is also 7e. However I explicitly put &quot;MyFilter.ax&quot; in &quot;\Windows&quot;.   I tried to load another module, LoadLibrary(_T(&quot;aygshell.dll&quot;)) for example, it succeded. It seemed that the problem existed in &quot;MyFilter.ax&quot;. How can I do to resolve this?   I am very appreciated of any ideals!</pre>Wed, 14 Jun 2006 03:23:21 Z2006-06-14T14:52:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#5b650114-d6cb-4b70-9859-0627c926bc74http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#5b650114-d6cb-4b70-9859-0627c926bc74Martin Richterhttp://social.msdn.microsoft.com/Profile/en-US/?user=Martin%20Richtererror code, returned from LoadLibrary() , is 7e<p>0x7e says that the module was not found.</p> <p>Use DEPENDS and check what it says when it loads this module. Maybe there is another DLL missing.</p>Wed, 14 Jun 2006 05:59:13 Z2006-06-14T14:52:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#e17bafb3-a467-430b-807f-6e035c03f877http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#e17bafb3-a467-430b-807f-6e035c03f877yaxixihttp://social.msdn.microsoft.com/Profile/en-US/?user=yaxixierror code, returned from LoadLibrary() , is 7e<p>Thanks,</p> <p>    I have resolved the problem. The problem is the same as what you said. A dependent DLL is missing.</p> <p>   However I come into a new problem. On smartphone my application calls RenderFile(_T(&quot;MyMusic.mp3&quot;), NULL), but it returns 0x80040218. The smartphone supports .mp3 file. Why don't the Filter graph  connect relevant filters? </p>Wed, 14 Jun 2006 13:32:38 Z2006-06-14T13:32:38Zhttp://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#3649546a-1537-4c7b-87e2-192fa9235b27http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8cb004ff-e0d9-4760-86ba-ce9f0b656944#3649546a-1537-4c7b-87e2-192fa9235b27a_randomhttp://social.msdn.microsoft.com/Profile/en-US/?user=a_randomerror code, returned from LoadLibrary() , is 7e<p align=left><font face=Arial color="#808080" size=2><em>However I come into a new problem. On smartphone my application calls RenderFile(_T(&quot;MyMusic.mp3&quot;), NULL), but it returns 0x80040218. The smartphone supports .mp3 file. Why don't the Filter graph  connect relevant filters?</em></font></p> <p> </p> <p align=left>I have the same problem... Please help!</p> <p align=left>.mp3 file can be played by WMP, but can't by DS with error 0x80040218. .wav-, amr-files plays both by WMP and DS without problems...</p>Any ideas?Wed, 26 Dec 2007 07:09:38 Z2007-12-26T07:09:38Z