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
Carl Daniel [VC++ MVP] - 24 Oct 2007 15:15 GMT
> I'm confused about C++/CLI assemblies in Visual Studio 2005.
>
[quoted text clipped - 4 lines]
> - 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
rk - 24 Oct 2007 20:15 GMT
Thanks, Daniel
rk
Carl Daniel [VC++ MVP] schrieb:
>> I'm confused about C++/CLI assemblies in Visual Studio 2005.
>>
[quoted text clipped - 13 lines]
>
> -cd