|
-
March 30th, 1999, 09:59 AM
#1
Com Error
Has any one ever seen this error when trying to register a com dll with
regsvr32
Load Library("comiface.dll")Failed
GetLastError returns 0x0000007e
0x0000007e = The specified module could not be found. This is what error lookup returns
I can load the com on one machine with no problem but when I try it on another
I get the error. I'm using WinNT 4.0
Does the system need to be loaded with something before com will work on
a machine?
Thanks for any help
-
March 30th, 1999, 10:44 AM
#2
Re: Com Error
Does your COM dll have any dependencies that aren't present on the machine where regsvr32 fails? For example, ATL.DLL???
-
March 30th, 1999, 11:32 AM
#3
Re: Com Error
I have atl.dll. Is there any more that you know of or where I can find a list. I'm linking to one of my dlls but it is in the path.
-
March 31st, 1999, 02:55 AM
#4
Re: Com Error
There is a command line program with MSVC called dumpbin that displays information about binary executable files. The /imports switch lists all imported functions and modules. With regards to ATL.DLL, it also needs to be registered on the target machine. Good luck!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|