Assemblies in VS 2005

R

rk

I'm confused about C++/CLI assemblies in Visual Studio 2005.

I want to create a C++/CLI assembly in Visual Studio 2005. I know, that
I can get one by using the command line compiler. I don't know, how to
get one with the VS2005 IDE:

- Is a library created by File|New|Project|CLR|Class Library an assembly?
- Is a Windows Forms Application created by File|New|Project|CLR|Windows
forms application an assembly?

Thanks
rk
 
C

Carl Daniel [VC++ MVP]

rk said:
I'm confused about C++/CLI assemblies in Visual Studio 2005.

I want to create a C++/CLI assembly in Visual Studio 2005. I know,
that I can get one by using the command line compiler. I don't know,
how to get one with the VS2005 IDE:

- Is a library created by File|New|Project|CLR|Class Library an
assembly?
Yes.

- Is a Windows Forms Application created by
File|New|Project|CLR|Windows forms application an assembly?

Yes.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top