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

Managed C++/CLI

 
AnswerRe: An unhandled exception of type 'System.ArgumentException' Pin
George L. Jackson21-Apr-07 2:46
George L. Jackson21-Apr-07 2:46 
QuestionRegarding Copy Constructor: Pin
burrashiva20-Apr-07 18:29
burrashiva20-Apr-07 18:29 
AnswerRe: Regarding Copy Constructor: Pin
Christian Graus21-Apr-07 0:45
protectorChristian Graus21-Apr-07 0:45 
QuestionListViewColumnSorter doesn't seem to exist Pin
BuckBrown20-Apr-07 9:09
BuckBrown20-Apr-07 9:09 
AnswerRe: ListViewColumnSorter doesn't seem to exist Pin
BuckBrown20-Apr-07 9:30
BuckBrown20-Apr-07 9:30 
Questionerror C2440: 'initializing' : cannot convert from 'Box ^' to 'cli::array ^' Pin
BuckBrown19-Apr-07 9:57
BuckBrown19-Apr-07 9:57 
QuestionRe: error C2440: 'initializing' : cannot convert from 'Box ^' to 'cli::array ^' [modified] Pin
Mark Salsbery19-Apr-07 10:09
Mark Salsbery19-Apr-07 10:09 
AnswerRe: error C2440: 'initializing' : cannot convert from 'Box ^' to 'cli::array ^' Pin
BuckBrown19-Apr-07 10:43
BuckBrown19-Apr-07 10:43 
I took the example code and stipped it down for simplicity but in the process I broke the code. The actual code looks like this,

array<box^>^ boxes = { gcnew Box(1.0, 2.0, 3.0), gcnew Box(3.0, 4.0, 5.0)};

This initializes two Box objects and when written this way it does compile. I will look at my original app to see how I am initializing my stuff. I must be initializing my array incorrectly.

Thanks
GeneralRe: error C2440: 'initializing' : cannot convert from 'Box ^' to 'cli::array ^' Pin
Mark Salsbery19-Apr-07 10:54
Mark Salsbery19-Apr-07 10:54 
AnswerRe: error C2440: 'initializing' : cannot convert from 'Box ^' to 'cli::array ^' Pin
BuckBrown19-Apr-07 10:55
BuckBrown19-Apr-07 10:55 
QuestionProblem With ActiveX Control Pin
Adeel68819-Apr-07 2:32
Adeel68819-Apr-07 2:32 
AnswerRe: Problem With ActiveX Control Pin
Christian Graus21-Apr-07 0:46
protectorChristian Graus21-Apr-07 0:46 
QuestionCan you obtain the index in a 'for each' loop Pin
BuckBrown18-Apr-07 7:39
BuckBrown18-Apr-07 7:39 
AnswerRe: Can you obtain the index in a 'for each' loop Pin
George L. Jackson18-Apr-07 11:03
George L. Jackson18-Apr-07 11:03 
AnswerRe: Can you obtain the index in a 'for each' loop Pin
Christian Graus18-Apr-07 11:55
protectorChristian Graus18-Apr-07 11:55 
GeneralRe: Can you obtain the index in a 'for each' loop Pin
Mark Salsbery18-Apr-07 12:25
Mark Salsbery18-Apr-07 12:25 
QuestionlistView column header wont center justify Pin
BuckBrown18-Apr-07 6:19
BuckBrown18-Apr-07 6:19 
AnswerRe: using map container Pin
led mike18-Apr-07 4:45
led mike18-Apr-07 4:45 
Questionhelp with arrays [modified] Pin
klutez12318-Apr-07 3:12
klutez12318-Apr-07 3:12 
AnswerRe: help with arrays Pin
PhillArx18-Apr-07 3:40
PhillArx18-Apr-07 3:40 
QuestionMaking sure answer is correct Data Type Pin
Lasoryth17-Apr-07 10:53
Lasoryth17-Apr-07 10:53 
AnswerRe: Making sure answer is correct Data Type Pin
Christian Graus17-Apr-07 13:12
protectorChristian Graus17-Apr-07 13:12 
QuestionAccessing filesystem Pin
sinosoidal17-Apr-07 3:58
sinosoidal17-Apr-07 3:58 
AnswerRe: Accessing filesystem Pin
Nish Nishant17-Apr-07 4:26
sitebuilderNish Nishant17-Apr-07 4:26 
QuestionCombine multiple text files into one ! Pin
snailflying16-Apr-07 2:24
snailflying16-Apr-07 2:24 

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.