CFileDialog bug on W2k !?
-
Hai ... I just want to know what is the reason to display exception error of this simple code ? CFileDialog cfdlg(true, NULL, NULL, 0,"Sound Files (*.wav; *.mp3)|*.wav;*.mp3||", this); end exception is : ------- First-chance exception in kTalk.exe (KERNEL32.DLL): 0x000006B5: (none) First-chance exception in kTalk.exe (KERNEL32.DLL): 0x000006B5: (none) ------- it does not occures if opendlg.Flags &= ~OFN_EXPLORER is set ... i am running w2k Advanced Server ... and have not any probles with other apps. Downloading some demos from here I also have this exceptions .. ): maybe somebody knows, how to thix this bug !?? thanks. ---------------------------- my eng is bad, so am i .. (:
-
Hai ... I just want to know what is the reason to display exception error of this simple code ? CFileDialog cfdlg(true, NULL, NULL, 0,"Sound Files (*.wav; *.mp3)|*.wav;*.mp3||", this); end exception is : ------- First-chance exception in kTalk.exe (KERNEL32.DLL): 0x000006B5: (none) First-chance exception in kTalk.exe (KERNEL32.DLL): 0x000006B5: (none) ------- it does not occures if opendlg.Flags &= ~OFN_EXPLORER is set ... i am running w2k Advanced Server ... and have not any probles with other apps. Downloading some demos from here I also have this exceptions .. ): maybe somebody knows, how to thix this bug !?? thanks. ---------------------------- my eng is bad, so am i .. (:
don'g notice it
-
don'g notice it
-
Hai ... I just want to know what is the reason to display exception error of this simple code ? CFileDialog cfdlg(true, NULL, NULL, 0,"Sound Files (*.wav; *.mp3)|*.wav;*.mp3||", this); end exception is : ------- First-chance exception in kTalk.exe (KERNEL32.DLL): 0x000006B5: (none) First-chance exception in kTalk.exe (KERNEL32.DLL): 0x000006B5: (none) ------- it does not occures if opendlg.Flags &= ~OFN_EXPLORER is set ... i am running w2k Advanced Server ... and have not any probles with other apps. Downloading some demos from here I also have this exceptions .. ): maybe somebody knows, how to thix this bug !?? thanks. ---------------------------- my eng is bad, so am i .. (:
Your program actually crashes, or you're just getting 'first-chance exception' in output pane when running under debugger? Tomasz Sowinski -- http://www.shooltz.com
- It's for protection
- Protection from what? Zee Germans? -
Your program actually crashes, or you're just getting 'first-chance exception' in output pane when running under debugger? Tomasz Sowinski -- http://www.shooltz.com
- It's for protection
- Protection from what? Zee Germans?Yee .. a have just exception in debuger pane.... but program still works correctly and all vars are correctly written ... just when changing filter, this exception occures ... - when changing to old style dialog (win95), everything is OK !! ---------------------------- my eng is bad, so am i .. (:
-
Yee .. a have just exception in debuger pane.... but program still works correctly and all vars are correctly written ... just when changing filter, this exception occures ... - when changing to old style dialog (win95), everything is OK !! ---------------------------- my eng is bad, so am i .. (:
Don't worry about these first-chance exceptions - they're used as signaling mechanism by Windows itself. See KB article Q105675 for more details. Tomasz Sowinski -- http://www.shooltz.com
- It's for protection
- Protection from what? Zee Germans?