Trying to create simple COM library using ATL in Visual Studio 2012. I do:
New ATL Project
Welcome to the ATL Project Wizard
Next
Application Settings - no change (DLL)
Next
Finish
Got a lot of files:
Trying to understand where to add simple function that can be called by COM user. I found only one place where I can add function using wizard:
But I see that something is missing there regarding parameters selection like in,out,retval.
And I was hoping that after adding new function at least IDL file will be updated too, but this not happened.
What is the way of creating simple COM class using ATL from Visual C++ from VS2012 ?