How to register a COM dll?

J

joye

Hello,

I use vs2005beta2 and create a new ATL COM project.
The vs2005b2 create a COM dll for my project successful, but there only
..RGS file in \release folder.
My question is how to register the COM dll which created by vs2005B2?
Thanks.

Regards,
Tsung-Yu
 
J

Jochen Kalmbach [MVP]

Hi joye!
I use vs2005beta2 and create a new ATL COM project.
The vs2005b2 create a COM dll for my project successful, but there only
.RGS file in \release folder.
My question is how to register the COM dll which created by vs2005B2?
Thanks.

What kind of ATL-Server have you created?
If I create a normal "ATL-Project" it generates the DLL which can be
registered with "regsvr32".

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 

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