Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwin32 mci sound routines Pin
Waldermort13-Feb-06 2:09
Waldermort13-Feb-06 2:09 
QuestionLoadlibrary returns error 182 Pin
Spykraft13-Feb-06 1:55
Spykraft13-Feb-06 1:55 
AnswerRe: Loadlibrary returns error 182 Pin
David Crow13-Feb-06 3:19
David Crow13-Feb-06 3:19 
AnswerRe: Loadlibrary returns error 182 Pin
James R. Twine13-Feb-06 8:06
James R. Twine13-Feb-06 8:06 
QuestionHow to show VC++ created waveforms on Browser Pin
RamL13-Feb-06 0:43
RamL13-Feb-06 0:43 
AnswerRe: How to show VC++ created waveforms on Browser Pin
khan++13-Feb-06 1:15
khan++13-Feb-06 1:15 
GeneralRe: How to show VC++ created waveforms on Browser Pin
RamL13-Feb-06 1:55
RamL13-Feb-06 1:55 
GeneralRe: How to show VC++ created waveforms on Browser Pin
khan++13-Feb-06 2:02
khan++13-Feb-06 2:02 
QuestionTooltips for statusbar Pin
Owner drawn12-Feb-06 23:46
Owner drawn12-Feb-06 23:46 
AnswerRe: Tooltips for statusbar Pin
toxcct13-Feb-06 0:47
toxcct13-Feb-06 0:47 
GeneralRe: Tooltips for statusbar Pin
Owner drawn13-Feb-06 0:50
Owner drawn13-Feb-06 0:50 
GeneralRe: Tooltips for statusbar Pin
toxcct13-Feb-06 0:52
toxcct13-Feb-06 0:52 
GeneralRe: Tooltips for statusbar Pin
Owner drawn13-Feb-06 0:54
Owner drawn13-Feb-06 0:54 
AnswerGot it ! Pin
Owner drawn13-Feb-06 1:05
Owner drawn13-Feb-06 1:05 
QuestionHow to handle CFileException in Window CE.NET Pin
birajendu12-Feb-06 23:24
birajendu12-Feb-06 23:24 
AnswerRe: How to handle CFileException in Window CE.NET Pin
James R. Twine13-Feb-06 8:01
James R. Twine13-Feb-06 8:01 
   How are you trying to catch the exception?

   If you can catch the exception using a catch all (catch(...)), then you are likely not catching the MFC exception correctly.

   Remember that MFC exceptions are caught by pointer, not by reference or value.  And you must call Delete() off of the caught exception pointer if you do not re-throw it.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
QuestionHow to regain the lost database connection in MFC? Pin
SanjaySMK12-Feb-06 23:14
SanjaySMK12-Feb-06 23:14 
QuestionAdd .lib Pin
sunit512-Feb-06 23:11
sunit512-Feb-06 23:11 
AnswerRe: Add .lib Pin
toxcct12-Feb-06 23:21
toxcct12-Feb-06 23:21 
GeneralRe: Add .lib Pin
sunit513-Feb-06 0:21
sunit513-Feb-06 0:21 
AnswerRe: Add .lib Pin
ThatsAlok14-Feb-06 19:45
ThatsAlok14-Feb-06 19:45 
QuestionIs there a way to execute the internal command without showing the consol window? Pin
pc_dev12-Feb-06 23:00
pc_dev12-Feb-06 23:00 
AnswerRe: Is there a way to execute the internal command without showing the consol window? Pin
toxcct12-Feb-06 23:03
toxcct12-Feb-06 23:03 
AnswerRe: Is there a way to execute the internal command without showing the consol window? Pin
James Brown12-Feb-06 23:05
James Brown12-Feb-06 23:05 
AnswerRe: Is there a way to execute the internal command without showing the consol window? Pin
khan++12-Feb-06 23:34
khan++12-Feb-06 23:34 

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.