Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using XML in MFC Pin
kanduripavan25-Oct-07 18:36
kanduripavan25-Oct-07 18:36 
GeneralRe: Using XML in MFC Pin
bob1697226-Oct-07 3:08
bob1697226-Oct-07 3:08 
GeneralRe: Using XML in MFC Pin
kanduripavan26-Oct-07 6:15
kanduripavan26-Oct-07 6:15 
QuestionCToolTipCtrl on key press? Pin
dsclee25-Oct-07 6:19
dsclee25-Oct-07 6:19 
AnswerRe: CToolTipCtrl on key press? Pin
led mike25-Oct-07 6:34
led mike25-Oct-07 6:34 
GeneralRe: CToolTipCtrl on key press? Pin
dsclee26-Oct-07 0:49
dsclee26-Oct-07 0:49 
GeneralRe: CToolTipCtrl on key press? Pin
led mike29-Oct-07 6:22
led mike29-Oct-07 6:22 
Questioncalling a c++ ATL dll from a c++ test program Pin
ns25-Oct-07 5:51
ns25-Oct-07 5:51 
I wrote a c++ ATL dll, and now want to call it from another c++ app. What exactly do I need to do be able to call it?

In the h file for the ATL dll

STDMETHOD(MyFunction)(BSTR OutputDirectory, BSTR DlgTitle, BSTR BatchFileName, BSTR ResultsFileName, int ObjectStartNumber);

plus other functions

I tried to include this h file but got these errors:


error C2079: 'CSFilter' uses undefined class 'ATL_NO_VTABLE'
error C2239: unexpected token ':' following declaration of 'CSFilter'
error C2059: syntax error : 'public'
error C2448: '<unknown>' : function-style initializer appears to be a function definition
fatal error C1004: unexpected end of file found
Error executing cl.exe.


thanks,
sb
AnswerRe: calling a c++ ATL dll from a c++ test program Pin
led mike25-Oct-07 6:30
led mike25-Oct-07 6:30 
GeneralRe: calling a c++ ATL dll from a c++ test program Pin
ns25-Oct-07 7:31
ns25-Oct-07 7:31 
GeneralRe: calling a c++ ATL dll from a c++ test program Pin
led mike25-Oct-07 7:41
led mike25-Oct-07 7:41 
Questionread stderr from console in Win32 Application Pin
sukem25-Oct-07 4:34
sukem25-Oct-07 4:34 
AnswerRe: read stderr from console in Win32 Application Pin
Waldermort25-Oct-07 5:16
Waldermort25-Oct-07 5:16 
GeneralRe: read stderr from console in Win32 Application Pin
led mike25-Oct-07 5:27
led mike25-Oct-07 5:27 
GeneralRe: read stderr from console in Win32 Application Pin
Roger Broomfield25-Oct-07 6:39
Roger Broomfield25-Oct-07 6:39 
GeneralRe: read stderr from console in Win32 Application Pin
sukem25-Oct-07 7:09
sukem25-Oct-07 7:09 
GeneralRe: read stderr from console in Win32 Application Pin
led mike25-Oct-07 7:35
led mike25-Oct-07 7:35 
AnswerRe: read stderr from console in Win32 Application Pin
David Crow25-Oct-07 8:46
David Crow25-Oct-07 8:46 
AnswerRe: read stderr from console in Win32 Application Pin
Randor 25-Oct-07 11:45
professional Randor 25-Oct-07 11:45 
AnswerRe: read stderr from console in Win32 Application Pin
sukem25-Oct-07 17:15
sukem25-Oct-07 17:15 
GeneralRe: read stderr from console in Win32 Application Pin
sukem25-Oct-07 22:45
sukem25-Oct-07 22:45 
QuestionHow to send HTTP request with particular Agent name and get the response. Pin
Y K Kishore Kumar25-Oct-07 4:29
Y K Kishore Kumar25-Oct-07 4:29 
AnswerRe: How to send HTTP request with particular Agent name and get the response. Pin
led mike25-Oct-07 5:07
led mike25-Oct-07 5:07 
QuestionReport Generation in VC++ Pin
Shivarudrayya H25-Oct-07 3:35
Shivarudrayya H25-Oct-07 3:35 
AnswerRe: Report Generation in VC++ Pin
led mike25-Oct-07 4:13
led mike25-Oct-07 4:13 

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.