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

Managed C++/CLI

 
GeneralRe: Passing arrays betwen C++ and C# Pin
John Schroedl2-Mar-11 6:47
professionalJohn Schroedl2-Mar-11 6:47 
GeneralRe: Passing arrays betwen C++ and C# Pin
jordabi2-Mar-11 6:52
jordabi2-Mar-11 6:52 
GeneralRe: Passing arrays betwen C++ and C# Pin
John Schroedl2-Mar-11 7:06
professionalJohn Schroedl2-Mar-11 7:06 
QuestionAssembly Version Pin
jashimu2-Mar-11 2:45
jashimu2-Mar-11 2:45 
AnswerRe: Assembly Version Pin
Richard MacCutchan2-Mar-11 3:20
mveRichard MacCutchan2-Mar-11 3:20 
GeneralRe: Assembly Version Pin
jashimu2-Mar-11 3:29
jashimu2-Mar-11 3:29 
GeneralRe: Assembly Version Pin
Richard MacCutchan2-Mar-11 4:00
mveRichard MacCutchan2-Mar-11 4:00 
QuestionGet OS Name [modified] Pin
pix_programmer2-Mar-11 2:03
pix_programmer2-Mar-11 2:03 
Hi!
I've to get the OS Name. I'm using the following code:

OSVERSIONINFOEX *osName = new OSVERSIONINFOEX();
System::Console::Write(osName->dwMinorVersion.ToString());


It only prints "0". I need the output as a Text like "Windows XP". I want to check whether Windows 7 or Vista is installed on a particular machine? How to do this using C++/CLI?

modified on Wednesday, March 2, 2011 8:11 AM

AnswerRe: Get OS Name Pin
Richard MacCutchan2-Mar-11 3:18
mveRichard MacCutchan2-Mar-11 3:18 
GeneralRe: Get OS Name Pin
pix_programmer2-Mar-11 20:22
pix_programmer2-Mar-11 20:22 
GeneralRe: Get OS Name Pin
Richard MacCutchan2-Mar-11 22:49
mveRichard MacCutchan2-Mar-11 22:49 
Questiongcnew and delete Pin
John Robert Wilk27-Feb-11 6:10
John Robert Wilk27-Feb-11 6:10 
AnswerRe: gcnew and delete Pin
N a v a n e e t h27-Feb-11 6:32
N a v a n e e t h27-Feb-11 6:32 
GeneralRe: gcnew and delete Pin
John Robert Wilk27-Feb-11 6:48
John Robert Wilk27-Feb-11 6:48 
QuestionEquivqlent of MSXML.XMLHTTPRequest Pin
T.RATHA KRISHNAN25-Feb-11 0:18
T.RATHA KRISHNAN25-Feb-11 0:18 
AnswerRe: Equivqlent of MSXML.XMLHTTPRequest Pin
N a v a n e e t h27-Feb-11 6:35
N a v a n e e t h27-Feb-11 6:35 
GeneralRe: Equivqlent of MSXML.XMLHTTPRequest Pin
T.RATHA KRISHNAN28-Feb-11 0:26
T.RATHA KRISHNAN28-Feb-11 0:26 
QuestionConfusing between Native and Managed !?? Pin
anti.AS23-Feb-11 1:28
anti.AS23-Feb-11 1:28 
AnswerRe: Confusing between Native and Managed !?? Pin
N a v a n e e t h23-Feb-11 17:45
N a v a n e e t h23-Feb-11 17:45 
GeneralRe: Confusing between Native and Managed !?? Pin
anti.AS24-Feb-11 7:10
anti.AS24-Feb-11 7:10 
QuestionReading an XML file Pin
T.RATHA KRISHNAN20-Feb-11 22:29
T.RATHA KRISHNAN20-Feb-11 22:29 
AnswerRe: Reading an XML file Pin
John Schroedl21-Feb-11 4:31
professionalJohn Schroedl21-Feb-11 4:31 
QuestionIs there a better way to do this? Pin
John Schroedl18-Feb-11 10:34
professionalJohn Schroedl18-Feb-11 10:34 
AnswerRe: Is there a better way to do this? Pin
Philippe Mori10-Mar-11 15:08
Philippe Mori10-Mar-11 15:08 
GeneralRe: Is there a better way to do this? Pin
John Schroedl10-Mar-11 15:20
professionalJohn Schroedl10-Mar-11 15:20 

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.