Assemblies in VS 2005

  • Thread starter Thread starter rk
  • Start date Start date
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
 
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
 
Back
Top