Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEnumprocess Pin
firke_vishu@math.net27-Mar-04 1:19
sussfirke_vishu@math.net27-Mar-04 1:19 
GeneralRe: Enumprocess Pin
Prakash Nadar27-Mar-04 1:31
Prakash Nadar27-Mar-04 1:31 
GeneralRe: Enumprocess Pin
Gary R. Wheeler27-Mar-04 3:41
Gary R. Wheeler27-Mar-04 3:41 
GeneralRe: Enumprocess Pin
Prakash Nadar27-Mar-04 13:47
Prakash Nadar27-Mar-04 13:47 
Generalresouce from .dll Pin
nareshn227-Mar-04 1:05
nareshn227-Mar-04 1:05 
GeneralFor resouce .dll Pin
nareshn227-Mar-04 0:51
nareshn227-Mar-04 0:51 
QuestionDeriving from an ATL object? Pin
Roozbeh6926-Mar-04 21:57
professionalRoozbeh6926-Mar-04 21:57 
AnswerRe: Deriving from an ATL object? Pin
Prakash Nadar26-Mar-04 23:38
Prakash Nadar26-Mar-04 23:38 
First create the IBaseClass with pure virtual functions of your methods that you want to be derived.
Create another class CBaseClass and inherite it from IBaseClass and implement the methods and functions.

Now create a new simple ATL object, and in the list of inheritances, also include this CBaseClass.

Now you need to add and implement the interface methods that is exposed to the world.

If you are thinking of inheriting one COM object from another, then its not possible.

Hope i got your question right.


MSN Messenger.
prakashnadar@msn.com

Tip of the day of visual C++ IDE.
"We use it before you do! Visual C++ was developed using Visual C++"
Generalplease help me Pin
Hatem M Nassar26-Mar-04 19:20
Hatem M Nassar26-Mar-04 19:20 
GeneralRe: please help me Pin
Prakash Nadar26-Mar-04 23:31
Prakash Nadar26-Mar-04 23:31 
Generalusing extern Pin
monrobot1326-Mar-04 19:02
monrobot1326-Mar-04 19:02 
GeneralRe: using extern Pin
Prakash Nadar26-Mar-04 23:28
Prakash Nadar26-Mar-04 23:28 
GeneralMultithread locking Pin
Madmaximus26-Mar-04 15:28
Madmaximus26-Mar-04 15:28 
GeneralRe: Multithread locking Pin
Tim Smith26-Mar-04 15:37
Tim Smith26-Mar-04 15:37 
GeneralRe: Multithread locking Pin
Prakash Nadar26-Mar-04 18:21
Prakash Nadar26-Mar-04 18:21 
GeneralMicrosoft Comunications Control Pin
ScarberryProd26-Mar-04 13:27
ScarberryProd26-Mar-04 13:27 
GeneralRe: Microsoft Comunications Control Pin
Branislav26-Mar-04 20:22
Branislav26-Mar-04 20:22 
QuestionCan anyone Help??? Pin
MrNiceBerG26-Mar-04 11:32
MrNiceBerG26-Mar-04 11:32 
AnswerRe: Can anyone Help??? Pin
johnsb226-Mar-04 12:59
johnsb226-Mar-04 12:59 
AnswerRe: Can anyone Help??? Pin
David Crow26-Mar-04 13:48
David Crow26-Mar-04 13:48 
GeneralRe: Can anyone Help??? Pin
MrNiceBerG26-Mar-04 19:04
MrNiceBerG26-Mar-04 19:04 
GeneralRe: Can anyone Help??? Pin
David Crow29-Mar-04 2:05
David Crow29-Mar-04 2:05 
GeneralDate Time Picker Pin
JoeMass26-Mar-04 10:27
JoeMass26-Mar-04 10:27 
GeneralRe: Date Time Picker Pin
David Crow26-Mar-04 10:44
David Crow26-Mar-04 10:44 
GeneralEXCEPTION_IN_PAGE_ERROR Pin
FlorianS26-Mar-04 9:55
FlorianS26-Mar-04 9:55 

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.