register server 32

  • Thread starter Thread starter James Chang
  • Start date Start date
J

James Chang

when running some of my book's sample apps, I think I am supposed to
register the dll's. But I get a Dll register server entry pointer was not
found repeatedly when attempting to run some sample projects. Please help
me iden what the proper way is to register the dll's. There is one .pdb
file with the same name as each of the .dll file, would that be the pointer
file?
 
regsvr32.exe "PathToDLL"

INFO: How Regsvr32.exe Registers and Unregisters COM DLLs
http://support.microsoft.com/default.aspx?kbid=207132

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/default.aspx?kbid=249873

You can run depends.exe against the DLL to check dependencies.

You'll find depends.exe within
\SUPPORT\TOOLS\SUPPORT.CAB

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| when running some of my book's sample apps, I think I am supposed to
| register the dll's. But I get a Dll register server entry pointer was not
| found repeatedly when attempting to run some sample projects. Please help
| me iden what the proper way is to register the dll's. There is one .pdb
| file with the same name as each of the .dll file, would that be the
pointer
| file?
|
|
 

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