Failing to register DLL using regsvrce in Win CE 4.2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I need help on this regard:
I have a eVC++ 4.0 code and I trying to register DLLs using regsvrce and
following message pops up:
Loadlibrary(“\Program Files\GCA\GcaCommMgr.dllâ€) failed GetLastError returns
7e

Please help me in this regard
 
What is the meaning of the error message GetLastError returns 7e when
Loadlibrary fails. I am using Regsvrce
 
Tools -> Error Lookup

-Chris



msrivas said:
What is the meaning of the error message GetLastError returns 7e when
Loadlibrary fails. I am using Regsvrce
 
Specified module not found. Sounds like either the DLL is trying to load
some other DLL which is not found or you've specified an invalid path.

You're also posting in the wrong group. You want
microsoft.public.windowsce.embedded.vc for eVC questions.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top