Assembly w Visual C++

0

Ponawiam pytanie, gdyż nadal nie uzyskałem żadnej znaczącej odpowiedzi.
Co zrobić aby asembly było dodawane do zdebugowanego programu w Visual C++?
Posiadam plik Asembly:

#include "stdafx.h"

using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;

//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly:AssemblyTitleAttribute("Projekt2")];
[assembly:AssemblyDescriptionAttribute("")];
[assembly:AssemblyConfigurationAttribute("")];
[assembly:AssemblyCompanyAttribute("")];
[assembly:AssemblyProductAttribute("Projekt2")];
[assembly:AssemblyCopyrightAttribute("Copyright (c)  2013")];
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version
//      Build Number
//      Revision
//
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly:AssemblyVersionAttribute("1.0.*")];

[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];

[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];

Debuguje a exe nadal nie ma żadnych z tych atrybutów.
Z tego co wyczytałem w wersji Express jest to nie możliwe ale czy to prawda?

0

Atrybuty w c++? Pierwsze słysze.
Może mnie ktoś w to wprowadzić?

0

To nie jest C++ tylko już porzucony prze MS C++/CLI. Mało osób raczej w tym pisało, więc ciężko może być znaleźć kogoś kto Ci pomoże, ale szczęścia życzę.

1 użytkowników online, w tym zalogowanych: 0, gości: 1