Register ATL control.who can help me?

I have created a ATL control with c++.net 2003. I find the control can be registered on local PC by regsvr32.exe,but it can't be registered on other PC.
Why?

[170 byte] By [FirePhoenix] at [2007-12-16]
# 1

Hi,

Are you sure it has successfully registered on your machine also?

Run the following from command line:
ntsd -g regsvr32 yourdll.dll

See if there are any error messages/exceptions.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2
Maybe you are missing dependencies on the other PC, such as the ATL/MFC DLLs.
anfortas at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 3

You are probably missing ATL.dll. By default, ATL requires this DLL for the registration component. You can eliminate this dependency by adding the _ATL_STATIC_REGISTRY #define to your project.

SteveAraiza at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified