Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
Joan M29-Dec-06 2:39
professionalJoan M29-Dec-06 2:39 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
CPallini29-Dec-06 2:57
mveCPallini29-Dec-06 2:57 
GeneralRe: VC++6: Meaning of memory leaks that are dumped when I close the app. Pin
James R. Twine29-Dec-06 5:15
James R. Twine29-Dec-06 5:15 
QuestionMFC DLL question Pin
FredrickNorge29-Dec-06 1:18
FredrickNorge29-Dec-06 1:18 
AnswerRe: MFC DLL question Pin
Don Box29-Dec-06 1:30
Don Box29-Dec-06 1:30 
AnswerRe: MFC DLL question Pin
Joan M29-Dec-06 2:03
professionalJoan M29-Dec-06 2:03 
GeneralRe: MFC DLL question Pin
FredrickNorge29-Dec-06 2:26
FredrickNorge29-Dec-06 2:26 
Questionc++ Pin
manu_220529-Dec-06 1:13
manu_220529-Dec-06 1:13 
I wrote the below program ,the object (obj) is accessing all methods of RDOSessionClass.But it shows compile time error
that "obj is undeclared identifier"


what is the problem while it is accessing all function but not compiled.

#include <iostream>
#include <tchar.h>
#import "Redemption.dll"

void main()
{
CoInitialize(NULL);
Redemption.RDOSessionClass obj;
obj.Logon(" ",0,0,0,0,);
CoUninitialize();
}



Plz tell me how can i do this.

manu

QuestionRe: c++ Pin
CPallini29-Dec-06 2:22
mveCPallini29-Dec-06 2:22 
AnswerRe: c++ Pin
Nemanja Trifunovic29-Dec-06 6:35
Nemanja Trifunovic29-Dec-06 6:35 
AnswerRe: c++ Pin
Hamid_RT29-Dec-06 17:22
Hamid_RT29-Dec-06 17:22 
QuestionVC++ Pin
Sherin Iranimose29-Dec-06 0:58
Sherin Iranimose29-Dec-06 0:58 
AnswerRe: VC++ Pin
_AnsHUMAN_ 29-Dec-06 1:41
_AnsHUMAN_ 29-Dec-06 1:41 
GeneralRe: VC++ Pin
Sherin Iranimose1-Jan-07 1:13
Sherin Iranimose1-Jan-07 1:13 
AnswerRe: VC++ Pin
Joan M29-Dec-06 2:13
professionalJoan M29-Dec-06 2:13 
AnswerRe: VC++ Pin
Hamid_RT29-Dec-06 17:30
Hamid_RT29-Dec-06 17:30 
GeneralRe:VC++ Pin
Sherin Iranimose1-Jan-07 1:09
Sherin Iranimose1-Jan-07 1:09 
QuestionNavigation Error Pin
Shouvik Das29-Dec-06 0:05
Shouvik Das29-Dec-06 0:05 
QuestionRe: Navigation Error Pin
prasad_som29-Dec-06 0:42
prasad_som29-Dec-06 0:42 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 0:48
Shouvik Das29-Dec-06 0:48 
GeneralRe: Navigation Error Pin
prasad_som29-Dec-06 1:00
prasad_som29-Dec-06 1:00 
AnswerRe: Navigation Error Pin
Shouvik Das29-Dec-06 1:02
Shouvik Das29-Dec-06 1:02 
AnswerRe: Navigation Error Pin
prasad_som29-Dec-06 1:08
prasad_som29-Dec-06 1:08 
GeneralRe: Navigation Error Pin
Shouvik Das29-Dec-06 1:10
Shouvik Das29-Dec-06 1:10 
AnswerRe: Navigation Error Pin
prasad_som29-Dec-06 1:17
prasad_som29-Dec-06 1:17 

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.