Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Make client area of dialog transparent, so i can see what is behind the window Pin
manchukuo22-May-11 11:33
manchukuo22-May-11 11:33 
GeneralRe: Make client area of dialog transparent, so i can see what is behind the window Pin
Albert Holguin22-May-11 11:45
professionalAlbert Holguin22-May-11 11:45 
AnswerRe: Make client area of dialog transparent, so i can see what is behind the window Pin
Mark Salsbery22-May-11 12:48
Mark Salsbery22-May-11 12:48 
AnswerRe: Make client area of dialog transparent, so i can see what is behind the window Pin
abhishek.biradar22-May-11 21:53
abhishek.biradar22-May-11 21:53 
AnswerRe: Make client area of dialog transparent, so i can see what is behind the window Pin
Iain Clarke, Warrior Programmer23-May-11 7:00
Iain Clarke, Warrior Programmer23-May-11 7:00 
GeneralRe: Make client area of dialog transparent, so i can see what is behind the window Pin
manchukuo23-May-11 7:11
manchukuo23-May-11 7:11 
GeneralRe: Make client area of dialog transparent, so i can see what is behind the window Pin
Iain Clarke, Warrior Programmer23-May-11 8:02
Iain Clarke, Warrior Programmer23-May-11 8:02 
QuestionKERNELBASE Exception Pin
Joschwenk66622-May-11 9:20
Joschwenk66622-May-11 9:20 
Hello,

I finished an update for an Visual C++ application. The version before works without problems, and I did no change at my compiler Settings.

But on all Computers cxcept of my Development machine, I get the following exception:

Unhandled exception 0xE0434F4D (UNKNOWN TYPE) caught at address 0x7697B727 in the thread 4532.
-> Registers:
EAX = 0x0018F220, EBX = 0xE0434F4D, ECX = 0x00000001, EDX = 0x00000000,
ESI = 0x0018F2A8, EDI = 0x0033B290, EBP = 0x0018F270, ESP = 0x0018F220,
EFlags = 0x00000212, CS = 0x0023, SS = 0x002B, DS = 0x002B, ES = 0x2B, FS = 0x0053, GS = 0x002B
-> Last error: 0x000000B7
-> Call stack (thread 4532):
KERNELBASE(?) : RaiseException(0xE0434F4D,0x00000001,0x00000001,0x0018F2A8,0x84CD36CD) + 88 bytes
-> Call stack (thread 3568):
ntdll(?) : ZwWaitForMultipleObjects(0x04CFFE18,0x04CFFE8C,0x00000000,0xFFFFFFFF,0x00000000) + 21 bytes
-> Call stack (thread 3608):
ntdll(?) : ZwWaitForSingleObject(0x00000208,0x000007D0,0x00000000,0x76711141,0x0548FCFC) + 21 bytes
-> Call stack (thread 3864):
ntdll(?) : ZwWaitForMultipleObjects(0x00000000,0x0776FFD4,0x773A9F02,0x003A26E8,0x7032659A) + 21 bytes
-> Call stack (thread 4300):
ntdll(?) : ZwWaitForWorkViaWorkerFactory(0x00389F98,0x0786FFD4,0x773A9F02,0x00389F98,0x70C2659A) + 18 bytes
-> Call stack (thread 4600):
ntdll(?) : ZwWaitForWorkViaWorkerFactory(0x00389F98,0x079AFFD4,0x773A9F02,0x00389F98,0x70DE659A) + 18 bytes
-> Call stack (thread 3496):
ntdll(?) : NtDelayExecution(0x0000EA60,0x00000000,0x07AEFF78,0x7682580C,0x0000EA60) + 21 bytes
-> Computer configuration:
OS type: WIN32 NT
OS version: major 6, minor 1, build 7600
Number of processors: 2
Processor type: GenuineIntel, stepping 10, model 7, instruction family 6
Processor name: Intel(R) Core(TM)2 Duo CPU T6500 @ 2.10GHz
Processor features: FPU, MMX, SSE, SSE2, CLFLUSH, RDTSC, CMPXCHG8B, CMOV
More processor features: VME, DE, PSE, MSR, PAE, MCE, APIC, SEP, MTRR, PGE, MCA, PAT, PSE36, FXSR, DS, SS, TM



I have no idea where I could start searching the problem. Can somebody help me?

Thank You,

Johannes
QuestionC++ variable arguments Pin
Sintax122-May-11 5:50
Sintax122-May-11 5:50 
AnswerRe: C++ variable arguments Pin
Luc Pattyn22-May-11 6:02
sitebuilderLuc Pattyn22-May-11 6:02 
GeneralRe: C++ variable arguments Pin
Sintax122-May-11 7:10
Sintax122-May-11 7:10 
GeneralRe: C++ variable arguments Pin
Luc Pattyn22-May-11 7:31
sitebuilderLuc Pattyn22-May-11 7:31 
AnswerRe: C++ variable arguments Pin
Stefan_Lang23-May-11 2:19
Stefan_Lang23-May-11 2:19 
QuestionMultiple threading Pin
includeh1022-May-11 5:07
includeh1022-May-11 5:07 
AnswerRe: Multiple threading Pin
Mark Salsbery22-May-11 5:27
Mark Salsbery22-May-11 5:27 
AnswerRe: Multiple threading Pin
Luc Pattyn22-May-11 6:06
sitebuilderLuc Pattyn22-May-11 6:06 
QuestionCDC::DrawText Not doing as it's told Pin
softwaremonkey22-May-11 1:40
softwaremonkey22-May-11 1:40 
AnswerRe: CDC::DrawText Not doing as it's told Pin
Richard MacCutchan22-May-11 3:34
mveRichard MacCutchan22-May-11 3:34 
AnswerRe: CDC::DrawText Not doing as it's told Pin
Mark Salsbery22-May-11 3:54
Mark Salsbery22-May-11 3:54 
GeneralRe: CDC::DrawText Not doing as it's told Pin
softwaremonkey22-May-11 4:59
softwaremonkey22-May-11 4:59 
Questionhow to create chm file Pin
MKC00221-May-11 21:30
MKC00221-May-11 21:30 
AnswerRe: how to create chm file Pin
Richard MacCutchan22-May-11 1:36
mveRichard MacCutchan22-May-11 1:36 
AnswerRe: how to create chm file Pin
Hans Dietrich23-May-11 3:55
mentorHans Dietrich23-May-11 3:55 
AnswerRe: how to create chm file Pin
JohnStein6329-May-11 9:37
JohnStein6329-May-11 9:37 
QuestionArray Count Pin
AmbiguousName21-May-11 10:49
AmbiguousName21-May-11 10:49 

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.