Hello,
I am porting ATL projects from eVC3.0 to VS 2005.
I can build the project fine. But I can't test it (via test app) on WM5
because it isn't registered.
How can I register via VS2005 IDE ?
In eVC++3.0, the dll used to automatically gets registered.
Can we do the same in VS2005 ?
I tried setting project, properties, Linker, General, Register Output to
"Yes", but I get build error "PRJ0050:Failed to register output. Please
ensure you have the appropriate permissions to modify the registry"
Thanks for your time