Click here to Skip to main content
16,004,919 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionAn unhandled exception of type 'System.ArgumentException' [modified] Pin
j_blunt21-Apr-07 0:10
j_blunt21-Apr-07 0:10 
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 
What is "array"?

Never mind - I was looking at Managed Extensions Blush | :O

Did you want an array of Boxes?

Something like this..

array<Box ^> ^boxes = gcnew array<Box ^>(10);

Mark



-- modified at 16:26 Thursday 19th April, 2007

"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

AnswerRe: error C2440: 'initializing' : cannot convert from 'Box ^' to 'cli::array ^' Pin
BuckBrown19-Apr-07 10:43
BuckBrown19-Apr-07 10:43 
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 

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.