Click here to Skip to main content
16,007,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Variable Argument (Ellipsis (...)) in MFC Win32 DLL Pin
asdf1753110-Apr-05 4:52
sussasdf1753110-Apr-05 4:52 
Questionhow can i know other programs change the table in access? Pin
liuyue9-Apr-05 21:46
liuyue9-Apr-05 21:46 
AnswerRe: how can i know other programs change the table in access? Pin
4apai10-Apr-05 3:56
4apai10-Apr-05 3:56 
Generaldialog box problem Pin
quistiun9-Apr-05 20:27
quistiun9-Apr-05 20:27 
GeneralRe: dialog box problem Pin
Steve Mayfield9-Apr-05 21:07
Steve Mayfield9-Apr-05 21:07 
GeneralRe: dialog box problem Pin
quistiun9-Apr-05 21:25
quistiun9-Apr-05 21:25 
GeneralException handling problem. Pin
Nick_Kisialiou9-Apr-05 20:09
Nick_Kisialiou9-Apr-05 20:09 
GeneralRe: Exception handling problem. Pin
S. Senthil Kumar9-Apr-05 21:03
S. Senthil Kumar9-Apr-05 21:03 
It simply means that the compiler doesn't support exception specifications (semantically). That is, the compiler does not generate code to enforce the rule that the function can't throw *any* exception other than CMyError. You can try it out, try throwing any other exception, it will still be caught in the corresponding catch block, but according to the standard, it must result in a call to unexpected and then aborting of the program.

throw() means that your function is not allowed to throw exceptions at all, I don't know why that doesn't result in a warning? May be VC++.NET supports just that special case?

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: Exception handling problem. Pin
Nick_Kisialiou10-Apr-05 9:32
Nick_Kisialiou10-Apr-05 9:32 
GeneralRe: Exception handling problem. Pin
Joaquín M López Muñoz10-Apr-05 9:47
Joaquín M López Muñoz10-Apr-05 9:47 
GeneralRe: Exception handling problem. Pin
Nick_Kisialiou10-Apr-05 13:49
Nick_Kisialiou10-Apr-05 13:49 
GeneralALGORITHM OF SUBNETTING CLASS C IN PROGRAMMING FORMAT C / C++ Pin
shayok9-Apr-05 16:24
shayok9-Apr-05 16:24 
Generalgraph/plotting software Pin
monageasmear9-Apr-05 16:23
monageasmear9-Apr-05 16:23 
GeneralRe: graph/plotting software Pin
Taka Muraoka9-Apr-05 17:00
Taka Muraoka9-Apr-05 17:00 
GeneralRe: graph/plotting software Pin
ddmcr10-Apr-05 6:03
ddmcr10-Apr-05 6:03 
GeneralRe: graph/plotting software Pin
ddmcr10-Apr-05 6:15
ddmcr10-Apr-05 6:15 
Generalbat files Pin
monageasmear9-Apr-05 16:20
monageasmear9-Apr-05 16:20 
GeneralRe: bat files Pin
liquid_9-Apr-05 22:42
liquid_9-Apr-05 22:42 
Generalgetting currency format info Pin
nm_1149-Apr-05 16:06
nm_1149-Apr-05 16:06 
GeneralRe: getting currency format info Pin
Ravi Bhavnani9-Apr-05 16:29
professionalRavi Bhavnani9-Apr-05 16:29 
GeneralRe: getting currency format info Pin
nm_1149-Apr-05 16:50
nm_1149-Apr-05 16:50 
GeneralRe: getting currency format info Pin
Ravi Bhavnani10-Apr-05 9:24
professionalRavi Bhavnani10-Apr-05 9:24 
GeneralRe: getting currency format info Pin
nm_11410-Apr-05 10:43
nm_11410-Apr-05 10:43 
GeneralRe: getting currency format info Pin
Ravi Bhavnani10-Apr-05 11:12
professionalRavi Bhavnani10-Apr-05 11:12 
GeneralRe: getting currency format info Pin
nm_11410-Apr-05 14:21
nm_11410-Apr-05 14:21 

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.