Click here to Skip to main content
15,914,446 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Override Daylight Saving in DT Props Pin
phil_mchugh11-Sep-04 8:09
phil_mchugh11-Sep-04 8:09 
GeneralRe: Override Daylight Saving in DT Props Pin
john john mackey17-Sep-04 9:40
john john mackey17-Sep-04 9:40 
GeneralRe: Override Daylight Saving in DT Props Pin
john john mackey17-Sep-04 9:41
john john mackey17-Sep-04 9:41 
GeneralDefault Menu Item Pin
sschilachi10-Sep-04 9:48
sschilachi10-Sep-04 9:48 
GeneralRe: Default Menu Item Pin
Branislav11-Sep-04 3:34
Branislav11-Sep-04 3:34 
GeneralRe: Default Menu Item Pin
sschilachi11-Sep-04 6:44
sschilachi11-Sep-04 6:44 
GeneralRe: Default Menu Item Pin
Branislav12-Sep-04 0:27
Branislav12-Sep-04 0:27 
GeneralC#/C++ Interop - Nested Classes Pin
TheBlindWatchmaker10-Sep-04 7:55
TheBlindWatchmaker10-Sep-04 7:55 
My question deals with writing a managed wrapper interface for a native C++ class such that it can be used by an application that I've written in C#.

The native C++ code has a class, cDSP, which in turn contains four other nested classes:

class cDSP
{
class c1 {}; // and so on to

class c4 {};
};

The C# code deals with only cDSP objects, which access, "behind the scene" so to speak, objects and methods of classes c1 to c4.

My questions is this:

In my managed wrapper class, is it necessary for me to declare pointers to each of these classes or is it sufficient to declare just one pointer to cDSP?

Thanks,
Nikhil

GeneralN00B to VC++ Needing Help...Its probably quite simple Pin
Whiterat10-Sep-04 7:24
Whiterat10-Sep-04 7:24 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
David Crow10-Sep-04 7:40
David Crow10-Sep-04 7:40 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
Whiterat10-Sep-04 7:46
Whiterat10-Sep-04 7:46 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
Whiterat10-Sep-04 12:23
Whiterat10-Sep-04 12:23 
GeneralRe: N00B to VC++ Needing Help...Its probably quite simple Pin
Alexander M.,10-Sep-04 15:03
Alexander M.,10-Sep-04 15:03 
QuestionHow to get thread handle from thread ID? Pin
lsaturn10-Sep-04 6:39
lsaturn10-Sep-04 6:39 
AnswerRe: How to get thread handle from thread ID? Pin
David Crow10-Sep-04 7:41
David Crow10-Sep-04 7:41 
AnswerRe: How to get thread handle from thread ID? Pin
Alexander M.,10-Sep-04 14:53
Alexander M.,10-Sep-04 14:53 
Generalmeaning of (%....) in c++ Pin
mark18210-Sep-04 6:19
mark18210-Sep-04 6:19 
GeneralRe: meaning of (%....) in c++ Pin
vineas10-Sep-04 6:28
vineas10-Sep-04 6:28 
GeneralRe: meaning of (%....) in c++ Pin
mark18210-Sep-04 6:35
mark18210-Sep-04 6:35 
GeneralDiscover associated program via Windows registry Pin
MarcoNedwig10-Sep-04 6:06
MarcoNedwig10-Sep-04 6:06 
GeneralRe: Discover associated program via Windows registry Pin
David Crow10-Sep-04 7:47
David Crow10-Sep-04 7:47 
GeneralWinsock problem. Pin
Deepak Samuel10-Sep-04 5:33
Deepak Samuel10-Sep-04 5:33 
GeneralRe: Winsock problem. Pin
David Crow10-Sep-04 5:41
David Crow10-Sep-04 5:41 
GeneralRe: Winsock problem. Pin
Timothy Grabrian10-Sep-04 12:07
professionalTimothy Grabrian10-Sep-04 12:07 
GeneralRe: Winsock problem. Pin
Alexander M.,10-Sep-04 14:48
Alexander M.,10-Sep-04 14:48 

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.