Click here to Skip to main content
15,886,362 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: How to build GUI with the style of MFC Application Wizard? Pin
zipliu19-Jun-13 5:10
zipliu19-Jun-13 5:10 
QuestionConvert string array from C# to C++ ? Pin
taibc16-Jun-13 17:48
taibc16-Jun-13 17:48 
AnswerRe: Convert string array from C# to C++ ? Pin
Freak3017-Jun-13 0:31
Freak3017-Jun-13 0:31 
GeneralRe: Convert string array from C# to C++ ? Pin
John Schroedl17-Jun-13 4:30
professionalJohn Schroedl17-Jun-13 4:30 
GeneralRe: Convert string array from C# to C++ ? Pin
taibc17-Jun-13 4:34
taibc17-Jun-13 4:34 
GeneralRe: Convert string array from C# to C++ ? Pin
Karthik Kalyanasundaram17-Jun-13 20:13
Karthik Kalyanasundaram17-Jun-13 20:13 
GeneralRe: Convert string array from C# to C++ ? Pin
taibc18-Jun-13 17:21
taibc18-Jun-13 17:21 
QuestionGetting assembly details (descripton, version, etc) set for a C++/CLI assembly Pin
John Schroedl12-Jun-13 5:29
professionalJohn Schroedl12-Jun-13 5:29 
I have migrated a bunch of C++/CLI code out of my main mixed-mode executable into a DLL but Windows explorer is not showing the details for the DLL. I set them like this in my AssemblyInfo.cpp:

C++
[assembly:AssemblyTitleAttribute("MyDLL")];
[assembly:AssemblyDescriptionAttribute("A cool component")];
[assembly:AssemblyConfigurationAttribute("")];
[assembly:AssemblyCompanyAttribute("My Company")];
[assembly:AssemblyProductAttribute("My Product")];
[assembly:AssemblyCopyrightAttribute("Copyright © My Corp 2013")];
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];
[assembly:AssemblyVersionAttribute("2.0.0.0")];


I also have a C# DLL with settings just like this in its AssemblyInfo.cs and they ARE shown in the Details pane of the Explorer Properties dialog.

I suspect I'll need to add a .rc file with VERSIONINFO but was hoping to avoid duplicating info like that (and it's a small hassle to hook into the build).

Has anyone here faced and solved this issue?
John
AnswerRe: Getting assembly details (descripton, version, etc) set for a C++/CLI assembly Pin
John Schroedl12-Jun-13 10:15
professionalJohn Schroedl12-Jun-13 10:15 
Questionwindows sdk Pin
Member 259538310-Jun-13 6:02
Member 259538310-Jun-13 6:02 
AnswerRe: windows sdk Pin
Richard MacCutchan10-Jun-13 7:05
mveRichard MacCutchan10-Jun-13 7:05 
QuestionVC++ import dll command causes error C2872 'ambiguous symbol' in comdefsp.h Pin
devguy242-Jun-13 23:34
devguy242-Jun-13 23:34 
AnswerRe: VC++ import dll command causes error C2872 'ambiguous symbol' in comdefsp.h Pin
Member 259538311-Jun-13 12:10
Member 259538311-Jun-13 12:10 
QuestionType casting in C++\CLI project Pin
for study23-May-13 20:41
for study23-May-13 20:41 
AnswerRe: Type casting in C++\CLI project Pin
David Knechtges24-May-13 3:29
David Knechtges24-May-13 3:29 
GeneralRe: Type casting in C++\CLI project Pin
Member 259538311-Jun-13 12:41
Member 259538311-Jun-13 12:41 
Questionetting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode. Pin
VijaySandur25-Apr-13 3:44
VijaySandur25-Apr-13 3:44 
AnswerRe: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode. Pin
John Schroedl25-Apr-13 7:52
professionalJohn Schroedl25-Apr-13 7:52 
AnswerRe: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode. Pin
Richard MacCutchan25-Apr-13 22:29
mveRichard MacCutchan25-Apr-13 22:29 
GeneralRe: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode. Pin
Tripurari Chaudhary13-May-13 23:43
Tripurari Chaudhary13-May-13 23:43 
QuestionRe: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode. Pin
Richard MacCutchan13-May-13 23:50
mveRichard MacCutchan13-May-13 23:50 
AnswerRe: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode. Pin
Tripurari Chaudhary13-May-13 23:44
Tripurari Chaudhary13-May-13 23:44 
QuestionAd Hoc routing protocol Pin
3bood.ghzawi18-Apr-13 2:43
3bood.ghzawi18-Apr-13 2:43 
AnswerRe: Ad Hoc routing protocol Pin
Richard MacCutchan18-Apr-13 4:27
mveRichard MacCutchan18-Apr-13 4:27 
GeneralRe: Ad Hoc routing protocol Pin
3bood.ghzawi18-Apr-13 5:09
3bood.ghzawi18-Apr-13 5:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.