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

Managed C++/CLI

 
QuestionString^ problem Pin
minihotto17-Oct-07 17:42
minihotto17-Oct-07 17:42 
AnswerRe: String^ problem Pin
led mike18-Oct-07 4:35
led mike18-Oct-07 4:35 
Questionstatic_cast [modified] Pin
steve_rm17-Oct-07 17:21
steve_rm17-Oct-07 17:21 
AnswerRe: static_cast Pin
Christian Graus17-Oct-07 18:01
protectorChristian Graus17-Oct-07 18:01 
AnswerRe: static_cast Pin
Hamid_RT19-Oct-07 6:55
Hamid_RT19-Oct-07 6:55 
QuestionCan tab pages be shared? Pin
BuckBrown17-Oct-07 6:07
BuckBrown17-Oct-07 6:07 
AnswerRe: Can tab pages be shared? Pin
led mike17-Oct-07 6:35
led mike17-Oct-07 6:35 
Questiongcroot and ArrayList Pin
sGrabert17-Oct-07 0:52
sGrabert17-Oct-07 0:52 
Hello,

this question may come from a very wrong approachWTF | :WTF: , feel free to suggest a better way to solve this Big Grin | :-D

I want to store a global dynamic list of structs inside a managed code dll.
First I create the array list
gcroot<System::Collections::ArrayList*> parameters;
parameters=new System::Collections::ArrayList();

But i get a very weired exception during runtime:
Handle has not been initialized when creating the ArrayList.
How can I initialize this variable the correct way?

Thx for your time..
AnswerRe: gcroot and ArrayList Pin
Mark Salsbery17-Oct-07 6:04
Mark Salsbery17-Oct-07 6:04 
GeneralRe: gcroot and ArrayList Pin
sGrabert18-Oct-07 1:29
sGrabert18-Oct-07 1:29 
QuestionRe: gcroot and ArrayList Pin
Mark Salsbery18-Oct-07 9:12
Mark Salsbery18-Oct-07 9:12 
AnswerRe: gcroot and ArrayList Pin
sGrabert18-Oct-07 22:43
sGrabert18-Oct-07 22:43 
Questionwriting to console Pin
boyindie16-Oct-07 10:37
boyindie16-Oct-07 10:37 
AnswerRe: writing to console Pin
Mark Salsbery16-Oct-07 10:46
Mark Salsbery16-Oct-07 10:46 
AnswerRe: writing to console Pin
Mark Salsbery16-Oct-07 11:54
Mark Salsbery16-Oct-07 11:54 
GeneralRe: writing to console Pin
George L. Jackson16-Oct-07 12:53
George L. Jackson16-Oct-07 12:53 
GeneralRe: writing to console Pin
Mark Salsbery16-Oct-07 12:56
Mark Salsbery16-Oct-07 12:56 
GeneralRe: writing to console Pin
George L. Jackson16-Oct-07 14:24
George L. Jackson16-Oct-07 14:24 
AnswerRe: writing to console Pin
Christian Graus16-Oct-07 13:01
protectorChristian Graus16-Oct-07 13:01 
QuestionHow does OS know that is has lost power and running from UPS? Pin
netlogging16-Oct-07 5:35
netlogging16-Oct-07 5:35 
AnswerRe: How does OS know that is has lost power and running from UPS? Pin
led mike16-Oct-07 5:49
led mike16-Oct-07 5:49 
GeneralRe: How does OS know that is has lost power and running from UPS? Pin
netlogging16-Oct-07 6:37
netlogging16-Oct-07 6:37 
GeneralRe: How does OS know that is has lost power and running from UPS? Pin
Giorgi Dalakishvili16-Oct-07 7:05
mentorGiorgi Dalakishvili16-Oct-07 7:05 
AnswerRe: How does OS know that is has lost power and running from UPS? Pin
Luc Pattyn16-Oct-07 6:13
sitebuilderLuc Pattyn16-Oct-07 6:13 
QuestionHow to customize the fxcop(analysis tool) Pin
bhaskarsri15-Oct-07 20:30
bhaskarsri15-Oct-07 20:30 

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.