I am a newbie with Visual C++. I created an ATL dll and inserted a new ATLobject to the workspace. Now I want to remove it from the project but can not find the way to do it. Please help?
I'm not sure there is a wizard style way to do it. You could however, remove the interface definition for just that object from the idl file and remove the header and implementation files for it as well as any include references to it and that should do it.
--Will Duty
wduty@radicalfringe.com
You should remove manually:
1) interface definition in .idl
2) .h and .cpp files of ATL object.
3) some strings in main project's .cpp file.
4) resourse "registry".
and may be something else...
The easiest way to determine what you should remove - create empty projectm, remember, add ATL object, compare.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.