vote up 0 vote down star

I was at a class recently, and the instructor started a new Visual Studio 2008 project using a "COM project" template. Now that I'm back, I tried finding that template in my installation of VS2008 with no luck. Does anybody know where I can find that template, or failing that, what it might be doing to achieve its effect?

flag

80% accept rate

2 Answers

vote up 0 vote down check

Found it...it's not a project template, it's a class template.

link|flag
vote up 0 vote down

Did you look under the C++ templates?

Edit VB.NET, I believe does not do COM projects.

link|flag
I'm sorry, I should have mentioned this was for VB. – scott8035 Apr 27 at 18:32
Sure it does. You set the "Make assembly COM-Visible" under Assembly Information on the project's application tab, set "Register for COM interop" on the project's compile tab, create three guid constants for classid, interfaceid, and eventsid, and give them to the class's ComClass attribute. I'm just looking for an easier way. – scott8035 Apr 27 at 18:53
You always can save your project as a template... – Daniel A. White Apr 27 at 18:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.