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

Managed C++/CLI

 
AnswerRe: Getting Icon information from which application is run Pin
Milton Karimbekallil1-Sep-06 2:21
Milton Karimbekallil1-Sep-06 2:21 
QuestionDifference b/w #include and #import? Pin
Vikas_Yadav28-Aug-06 21:41
Vikas_Yadav28-Aug-06 21:41 
AnswerRe: Difference b/w #include and #import? Pin
Nish Nishant29-Aug-06 4:07
sitebuilderNish Nishant29-Aug-06 4:07 
QuestionAnchors and Inheritance Pin
Mohamad H. ARAB27-Aug-06 22:58
Mohamad H. ARAB27-Aug-06 22:58 
QuestionBinaryWriter won't write japanese correctly. [modified] Pin
samkook27-Aug-06 14:27
samkook27-Aug-06 14:27 
QuestionProblem with CLS compliance of enums Pin
Super Lloyd27-Aug-06 5:22
Super Lloyd27-Aug-06 5:22 
QuestionHow to use recompiled header file? Pin
Super Lloyd27-Aug-06 4:11
Super Lloyd27-Aug-06 4:11 
QuestionManaged Wrapper for native abstract base class Pin
zenzero27-Aug-06 2:22
zenzero27-Aug-06 2:22 
Hi, I have a native abstract base class from which a number of child classes inherit from. The abstract base class has a pure virtual function that is overridden in each of the child classes.

My problem is this, how can i write managed wrapper classes for the base class and child classes whilst maintaining the ability to declare a base class pointer and to later instantiate a child class with it?

I cannot instantiate the base class because it a pure base class (I would not want to anyway) and if I wrap each child class individually then I will no longer have runtime polmorphism.

Am I being thick or is it not possible? Any advice greatly appreciated. Thanks

zenzero
AnswerRe: Managed Wrapper for native abstract base class Pin
tutu_cloud6-Sep-06 9:47
tutu_cloud6-Sep-06 9:47 
Questionnew memory stack for different parameters Pin
electronic_infections26-Aug-06 16:13
electronic_infections26-Aug-06 16:13 
QuestionPrinting Library Pin
Bob X26-Aug-06 11:06
Bob X26-Aug-06 11:06 
AnswerRe: Printing Library Pin
Nish Nishant28-Aug-06 4:47
sitebuilderNish Nishant28-Aug-06 4:47 
QuestionSlow Managed code versus Fast Native code Pin
zenzero26-Aug-06 4:01
zenzero26-Aug-06 4:01 
AnswerRe: Slow Managed code versus Fast Native code Pin
Christian Graus27-Aug-06 3:14
protectorChristian Graus27-Aug-06 3:14 
GeneralRe: Slow Managed code versus Fast Native code Pin
zenzero27-Aug-06 5:04
zenzero27-Aug-06 5:04 
AnswerRe: Slow Managed code versus Fast Native code Pin
Nish Nishant28-Aug-06 4:46
sitebuilderNish Nishant28-Aug-06 4:46 
GeneralRe: Slow Managed code versus Fast Native code Pin
zenzero28-Aug-06 7:18
zenzero28-Aug-06 7:18 
Questionstd::wstring by ref Pin
wb24-Aug-06 23:52
wb24-Aug-06 23:52 
Question0D 0A terminated string to 00 terminated string Pin
samkook24-Aug-06 13:20
samkook24-Aug-06 13:20 
QuestionArray handling problems: Pin
luhfluh24-Aug-06 9:43
luhfluh24-Aug-06 9:43 
AnswerRe: Array handling problems: Pin
Christian Graus24-Aug-06 14:21
protectorChristian Graus24-Aug-06 14:21 
GeneralRe: Array handling problems: Pin
luhfluh25-Aug-06 0:59
luhfluh25-Aug-06 0:59 
QuestionHow to display Exception after the Form is loaded Pin
mmhu24-Aug-06 4:59
mmhu24-Aug-06 4:59 
AnswerRe: How to display Exception after the Form is loaded Pin
Nish Nishant25-Aug-06 2:59
sitebuilderNish Nishant25-Aug-06 2:59 
GeneralRe: How to display Exception after the Form is loaded Pin
mmhu26-Aug-06 13:26
mmhu26-Aug-06 13: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.