Missing DLLs?

G

Guest

Hello,

We re-compiled a COM VC++6.0 project using Visual Studio .NET 2003
(unmanaged code). Next, we copied the DLL to a Windows 2003
Server computer. When we tried to register the COM object, the
registration failed (the VC++6.0 version registered OK).

We installed Visual Studio .NET 2003 on the Windows 2003 Sever,
and the COM object successfully registered (we did not re-compile
the COM object).

What DLLs, COM files,... are missing from Windows 2003 Server,
that we need to include with our COM component?

TIA,
Jacques
 
N

Nikola Dudar [MSFT]

Have you tried run depends.exe? Most likely your DLL depends on one of
*71.dll.

Thanks,
Nikola
 
G

Guest

Hello Nikola.

Thank you for responding to my posting. I don't think it is one of the *.71
dlls, since
we statically link the component.

Here are the dlls that were reported from depends.exe:
ADVAPI32.DLL
COMCTL32.DLL
COMDLG32.DLL
GDI32.DLL
KERNEL32.DLL
MSVCRT.DLL
NTDLL.DLL
OLE32.DLL
OLEAUT32.DLL
RPCRT4.DLL
SHELL32.DLL
SHLWAPI.DLL
USER32.DLL
WINSPOOL.DRV
WS2HELP.DLL
WS2_32.DLL

Thanks,
Jacques
 

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

Top