Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: infinite loop Pin
7-Feb-02 9:41
suss7-Feb-02 9:41 
GeneralRe: infinite loop Pin
Joaquín M López Muñoz7-Feb-02 9:52
Joaquín M López Muñoz7-Feb-02 9:52 
Generalkeyboard system hook only works on focus Pin
Kuniva7-Feb-02 8:09
Kuniva7-Feb-02 8:09 
GeneralRe: keyboard system hook only works on focus Pin
Joaquín M López Muñoz7-Feb-02 8:48
Joaquín M López Muñoz7-Feb-02 8:48 
GeneralRe: keyboard system hook only works on focus Pin
Kuniva7-Feb-02 8:55
Kuniva7-Feb-02 8:55 
GeneralRe: keyboard system hook only works on focus Pin
Joaquín M López Muñoz7-Feb-02 9:32
Joaquín M López Muñoz7-Feb-02 9:32 
GeneralRe: keyboard system hook only works on focus Pin
Rickard Andersson207-Feb-02 9:06
Rickard Andersson207-Feb-02 9:06 
GeneralAfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 7:47
vishalsp7-Feb-02 7:47 
Hi Rose | [Rose] ,

I'm trying to send error message from my ATL object (Visual C++ 6.0, MFC) to Visual Basic 6.0 application.

I tried using:
1. AfxThrowOleDispatchException(0x200, "Some Exception", 0);

2. COleDispatchException* pException;
pException = new COleDispatchException(
_T("Some Exception"), 200, 425);
pException->m_scError = 0;
THROW(pException);

But the message box I get in VB is that of Abnormal Program Termination, Abort, Retry, Ignore?Dead | X|

Could anyb'dy throw some light on this matter? Cry | :((

Thanks,

Smile | :)
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 8:23
Joaquín M López Muñoz7-Feb-02 8:23 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 10:56
vishalsp7-Feb-02 10:56 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 12:03
Joaquín M López Muñoz7-Feb-02 12:03 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp8-Feb-02 2:06
vishalsp8-Feb-02 2:06 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp11-Feb-02 4:25
vishalsp11-Feb-02 4:25 
GeneralLoading Problem Pin
Sonu Kapoor7-Feb-02 7:18
Sonu Kapoor7-Feb-02 7:18 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 7:53
Joaquín M López Muñoz7-Feb-02 7:53 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:40
Sonu Kapoor7-Feb-02 8:40 
GeneralRe: Loading Problem Pin
User 66587-Feb-02 8:53
User 66587-Feb-02 8:53 
GeneralRe: Loading Problem Pin
Nish Nishant7-Feb-02 8:55
sitebuilderNish Nishant7-Feb-02 8:55 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:59
Sonu Kapoor7-Feb-02 8:59 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 9:09
Joaquín M López Muñoz7-Feb-02 9:09 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 9:14
Sonu Kapoor7-Feb-02 9:14 
GeneralSams book on visual C++ Pin
Rajveer7-Feb-02 5:31
Rajveer7-Feb-02 5:31 
GeneralRe: Sams book on visual C++ Pin
Jon Hulatt7-Feb-02 6:18
Jon Hulatt7-Feb-02 6:18 
GeneralRe: C2664 Pin
7-Feb-02 4:52
suss7-Feb-02 4:52 
GeneralRe: C2664 Pin
Jon Hulatt7-Feb-02 5:04
Jon Hulatt7-Feb-02 5:04 

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.