Click here to Skip to main content
15,914,066 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help Help ~~InvalidateRect~~ Pin
Aamir Butt6-Jul-07 2:18
Aamir Butt6-Jul-07 2:18 
GeneralRe: Help Help ~~InvalidateRect~~ Pin
himuskanhere6-Jul-07 2:26
himuskanhere6-Jul-07 2:26 
AnswerBad user! Pin
leckey6-Jul-07 3:04
leckey6-Jul-07 3:04 
QuestionPlease use the /MD switch for _AFXDLL ? Pin
Hamed Musavi5-Jul-07 22:50
Hamed Musavi5-Jul-07 22:50 
Questioninclude extern function in class Pin
djdjoko5-Jul-07 22:38
djdjoko5-Jul-07 22:38 
AnswerRe: include extern function in class Pin
Hamed Musavi5-Jul-07 23:06
Hamed Musavi5-Jul-07 23:06 
QuestionR6034 manifest [resolved] Pin
baerten5-Jul-07 22:30
baerten5-Jul-07 22:30 
QuestionSetUnhandledExceptionFilter Vista Problem Pin
_ndrew_5-Jul-07 21:59
_ndrew_5-Jul-07 21:59 
In my exception handler set by ::SetUnhandledExceptionFilter I report to server that app has crushed. I have to report only once. On XP everything works fine(after unhandled exception app terminates), but on Vista my application doesn't terminate after crash.
Does anybody know what's the reason?
Here the code
        ......
// Initialization

	::SetUnhandledExceptionFilter( &unhandledExceptionFilter );
        ........

long __stdcall unhandledExceptionFilter(EXCEPTION_POINTERS* exception_pointers) {

	min_crashed();		// function that reports crash								
    return EXCEPTION_EXECUTE_HANDLER;
}

JokeRe: how to crack visual assist Pin
baerten5-Jul-07 22:03
baerten5-Jul-07 22:03 
GeneralRe: how to crack visual assist Pin
Mark Salsbery6-Jul-07 6:04
Mark Salsbery6-Jul-07 6:04 
GeneralRe: how to crack visual assist Pin
notiter5-Feb-19 9:02
notiter5-Feb-19 9:02 
Questionpackege loaded fail Pin
gentleguy5-Jul-07 21:36
gentleguy5-Jul-07 21:36 
AnswerRe: packege loaded fail Pin
baerten5-Jul-07 23:17
baerten5-Jul-07 23:17 
GeneralRe: packege loaded fail Pin
gentleguy6-Jul-07 1:09
gentleguy6-Jul-07 1:09 
GeneralRe: packege loaded fail Pin
baerten6-Jul-07 1:29
baerten6-Jul-07 1:29 
QuestionResizing Issue Pin
robshere5-Jul-07 21:21
robshere5-Jul-07 21:21 
AnswerRe: Resizing Issue Pin
Mark Salsbery6-Jul-07 6:10
Mark Salsbery6-Jul-07 6:10 
Questionwht does this statement actually means????? Pin
MahaKh5-Jul-07 20:44
MahaKh5-Jul-07 20:44 
AnswerRe: wht does this statement actually means????? Pin
_AnsHUMAN_ 5-Jul-07 21:30
_AnsHUMAN_ 5-Jul-07 21:30 
Questionoci.h file in windows XP Pin
vishu_av5-Jul-07 20:35
vishu_av5-Jul-07 20:35 
AnswerRe: oci.h file in windows XP Pin
Hamid_RT6-Jul-07 1:14
Hamid_RT6-Jul-07 1:14 
QuestionCDockState::SaveState(xxx) vs register key Pin
neil.kuo5-Jul-07 20:22
neil.kuo5-Jul-07 20:22 
AnswerRe: CDockState::SaveState(xxx) vs register key Pin
Mark Salsbery6-Jul-07 6:27
Mark Salsbery6-Jul-07 6:27 
Questionhow to pass data in a file after reading Pin
NalBH5-Jul-07 20:20
NalBH5-Jul-07 20:20 
AnswerRe: how to pass data in a file after reading Pin
CPallini5-Jul-07 20:28
mveCPallini5-Jul-07 20:28 

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.