• Upgrade your Internet Experience
  • Sign in
  • Microsoft.com
  • United States (English)
    Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Italia (Italiano)Россия (Русский)대한민국 (한국어)中华人民共和国 (中文)台灣 (中文)日本 (日本語)香港特别行政區 (中文)
 
 
Visual C++ Developer Center
 
 
Home
 
 
Library
 
 
Learn
 
 
Downloads
 
 
Support
 
 
Community
 
 
Forums
 
 
 
Visual C++ Developer Center > Visual C++ Forums > Visual C++ General > error code, returned from LoadLibrary() , is 7e
Ask a questionAsk a question
Search Forums:
  • Search Visual C++ General Forum Search Visual C++ General Forum
  • Search All Visual C++ Forums Search All Visual C++ Forums
  • Search All MSDN Forums Search All MSDN Forums
 

Answererror code, returned from LoadLibrary() , is 7e

  • Wednesday, June 14, 2006 3:23 AMyaxixi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0
    Hi,
       I developmented a DShow filter on smartphone and wanted to load it in my 
    application. But it returned NULL when call LoadLibrary(_T("MyFilter.ax")). 
    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 
    "MyFilter.ax" in "\Windows". 
      I tried to load another module, LoadLibrary(_T("aygshell.dll")) for 
    example, it succeded. It seemed that the problem existed in "MyFilter.ax". 
    How can I do to resolve this? 
       I am very appreciated of any ideals!
    • ReplyReply
    • QuoteQuote
     

Answers

  • Wednesday, June 14, 2006 5:59 AMMartin RichterMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Vote As Helpful
    0

    0x7e says that the module was not found.

    Use DEPENDS and check what it says when it loads this module. Maybe there is another DLL missing.

    • ReplyReply
    • QuoteQuote
     

All Replies

  • Wednesday, June 14, 2006 1:32 PMyaxixi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    Thanks,

        I have resolved the problem. The problem is the same as what you said. A dependent DLL is missing.

       However I come into a new problem. On smartphone my application calls RenderFile(_T("MyMusic.mp3"), NULL), but it returns 0x80040218. The smartphone supports .mp3 file. Why don't the Filter graph  connect relevant filters?

    • ReplyReply
    • QuoteQuote
     
  • Wednesday, December 26, 2007 7:09 AMa_random Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Vote As Helpful
    0

    However I come into a new problem. On smartphone my application calls RenderFile(_T("MyMusic.mp3"), NULL), but it returns 0x80040218. The smartphone supports .mp3 file. Why don't the Filter graph  connect relevant filters?

     

    I have the same problem... Please help!

    .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...

    Any ideas?
    • ReplyReply
    • QuoteQuote
     
Need Help with Forums? (FAQ)
 
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement