How to activate the Insert new ATL object wizard in an not atl project.
Basically, to use ATL Object wizard in a project following criteria must be met :-
-
Project must have an idl file with atleast the following block:
library projectname { }
The project.cpp file should have the following piece of code
BEGIN_OBJECT_MAP(ObjectMap) END_OBJECT_MAP()
http://www.codeguru.com/Cpp/COM-Tech/atl/atl/article.php/c49/
浙公网安备 33010602011771号