How to add ATL object map in simple Win32 Application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I am starting from ground up. I am with simple Win32 Application and I want add ATL functionality in it by fooling wizard. I planned: 1)a cpp file that has the same name as the project . 2)an ATL object map (the map can be empty, but it must be present). 3)an IDL file with the same name as the project and this file must have a Library block. Need feedback on 2 and 3.