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

Managed C++/CLI

 
GeneralRe: Forward Declaration and no appropriate default constructor [modified*2] Pin
BuckBrown20-Aug-07 12:16
BuckBrown20-Aug-07 12:16 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Mark Salsbery20-Aug-07 12:21
Mark Salsbery20-Aug-07 12:21 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Luc Pattyn20-Aug-07 13:44
sitebuilderLuc Pattyn20-Aug-07 13:44 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson20-Aug-07 14:40
George L. Jackson20-Aug-07 14:40 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
Luc Pattyn20-Aug-07 14:53
sitebuilderLuc Pattyn20-Aug-07 14:53 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 0:21
George L. Jackson21-Aug-07 0:21 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 3:46
iddqd51521-Aug-07 3:46 
GeneralRe: Forward Declaration and no appropriate default constructor [modified] Pin
George L. Jackson21-Aug-07 4:52
George L. Jackson21-Aug-07 4:52 
iddqd515 wrote:
There's a bug where the C++/CLI compiler won't recognize that a managed array implements System::Array. The result is you can't pass a managed array to a function that takes an argument as IEnumerable^ or something similar. What you're saying makes it sound like this bug might just be a more specific case of a general problem the C++/CLI compiler has with generics.


I don't know if what I said applies to that. Nevertheless, translating C# code to C++/CLI may require some extensive hoop jumping. On the other hand, with the help of templates and other C++ idiosyncrasies, you can write code not possible in C#. Since I don't currently have time to write articles, I have been posting in my blog on Code Project some C++/CLI code and brief comments. I will be adding some code on this as soon as my wife allows me to. Any, any comments good, bad or indifferent are welcomed.


-- modified at 10:57 Tuesday 21st August, 2007

"We make a living by what we get, we make a life by what we give." --Winston Churchill

GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 5:03
iddqd51521-Aug-07 5:03 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 5:06
George L. Jackson21-Aug-07 5:06 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 5:45
iddqd51521-Aug-07 5:45 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
George L. Jackson21-Aug-07 5:53
George L. Jackson21-Aug-07 5:53 
GeneralRe: Forward Declaration and no appropriate default constructor Pin
iddqd51521-Aug-07 6:16
iddqd51521-Aug-07 6:16 
Questionis there a way for using a global variable in several Form??? Pin
aefmaaradji20-Aug-07 7:16
aefmaaradji20-Aug-07 7:16 
AnswerRe: is there a way for using a global variable in several Form??? Pin
Mark Salsbery20-Aug-07 9:08
Mark Salsbery20-Aug-07 9:08 
AnswerRe: is there a way for using a global variable in several Form??? Pin
George L. Jackson20-Aug-07 9:50
George L. Jackson20-Aug-07 9:50 
Questionhelp Pin
philiptabraham19-Aug-07 18:48
philiptabraham19-Aug-07 18:48 
AnswerRe: help Pin
Giorgi Dalakishvili19-Aug-07 20:51
mentorGiorgi Dalakishvili19-Aug-07 20:51 
AnswerRe: help Pin
Russell'19-Aug-07 23:03
Russell'19-Aug-07 23:03 
GeneralRe: help Pin
Giorgi Dalakishvili19-Aug-07 23:24
mentorGiorgi Dalakishvili19-Aug-07 23:24 
GeneralRe: help Pin
Russell'19-Aug-07 23:56
Russell'19-Aug-07 23:56 
GeneralRe: help Pin
Giorgi Dalakishvili20-Aug-07 0:01
mentorGiorgi Dalakishvili20-Aug-07 0:01 
GeneralRe: help Pin
Russell'20-Aug-07 0:36
Russell'20-Aug-07 0:36 
GeneralRe: help Pin
Giorgi Dalakishvili20-Aug-07 0:39
mentorGiorgi Dalakishvili20-Aug-07 0:39 
AnswerRe: help Pin
Christian Graus20-Aug-07 0:53
protectorChristian Graus20-Aug-07 0:53 

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.