Click here to Skip to main content
15,887,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Im new to programming and am having a lot of trouble with a vc++ application.My problem is, how can I create an ATL COM project with visual studios 2005? Otherwise, how can I have COM support in an executable ATL project? It doesn't seem to allow it? Any ideas would be greatly appreciated.

Andre
Posted

1 solution

wrote:
Otherwise, how can I have COM support in an executable ATL project?


ATL is a template library for making it easier to create COM applications. I don't see how an ATL app can fail to be COM.

You just go to VC++ and choose ATL.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900