Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General!!illegal operation when clicking the edit box of CTreeView Pin
black19212-Jun-03 21:54
black19212-Jun-03 21:54 
GeneralRe: !!illegal operation when clicking the edit box of CTreeView Pin
black19212-Jun-03 21:56
black19212-Jun-03 21:56 
GeneralHelp !!! How to edit, append, read data from an access dbase file using CRecordset class Pin
mhar2-Jun-03 21:52
professionalmhar2-Jun-03 21:52 
GeneralRe: Help !!! How to edit, append, read data from an access dbase file using CRecordset class Pin
David Crow3-Jun-03 3:03
David Crow3-Jun-03 3:03 
GeneralRe: Help !!! How to edit, append, read data from an access dbase file using CRecordset class Pin
mhar3-Jun-03 14:21
professionalmhar3-Jun-03 14:21 
GeneralRe: Help !!! How to edit, append, read data from an access dbase file using CRecordset class Pin
David Crow4-Jun-03 2:50
David Crow4-Jun-03 2:50 
GeneralDLL as an extra process Pin
AnTri2-Jun-03 21:51
AnTri2-Jun-03 21:51 
GeneralRe: DLL as an extra process Pin
Anna-Jayne Metcalfe3-Jun-03 0:02
Anna-Jayne Metcalfe3-Jun-03 0:02 
Why not just use structured exception handlers instead?

Using this approach a hard exception such as an access violation will be caught by the __catch block and can be handled by your app in any way that's appropriate.

There's plenty on MSDN on this subject. Also check out John Robbin's "Bugslayer" series in MSJ/MSDN Magazine.

Anna Rose | [Rose]

Homepage | My life in tears

"Be yourself - not what others think you should be"
- Marcia Graesch

"Anna's just a sexy-looking lesbian tart"
- A friend, trying to wind me up. It didn't work.

Trouble with resource IDs? Try the Resource ID Organiser Visual C++ Add-In

GeneralRe: DLL as an extra process Pin
AnTri3-Jun-03 0:54
AnTri3-Jun-03 0:54 
GeneralRe: DLL as an extra process Pin
Anna-Jayne Metcalfe3-Jun-03 1:10
Anna-Jayne Metcalfe3-Jun-03 1:10 
GeneralRe: DLL as an extra process Pin
AnTri3-Jun-03 1:17
AnTri3-Jun-03 1:17 
GeneralRe: DLL as an extra process Pin
Anna-Jayne Metcalfe3-Jun-03 1:46
Anna-Jayne Metcalfe3-Jun-03 1:46 
GeneralRe: DLL as an extra process Pin
Neville Franks3-Jun-03 2:16
Neville Franks3-Jun-03 2:16 
GeneralRe: DLL as an extra process Pin
Chris Richardson3-Jun-03 6:01
Chris Richardson3-Jun-03 6:01 
QuestionHow can I load and render 3dstudio files in visual c++? Pin
Mohsen Jamali2-Jun-03 21:46
Mohsen Jamali2-Jun-03 21:46 
AnswerRe: How can I load and render 3dstudio files in visual c++? Pin
Zizilamoroso2-Jun-03 23:32
Zizilamoroso2-Jun-03 23:32 
GeneralRe: How can I load and render 3dstudio files in visual c++? Pin
Anonymous6-Jun-03 19:51
Anonymous6-Jun-03 19:51 
GeneralRe: How can I load and render 3dstudio files in visual c++? Pin
Zizilamoroso8-Jun-03 6:19
Zizilamoroso8-Jun-03 6:19 
Generalcalling OpenDocumentFile from another thread Pin
Brian van der Beek2-Jun-03 21:22
Brian van der Beek2-Jun-03 21:22 
GeneralRe: calling OpenDocumentFile from another thread Pin
Neville Franks2-Jun-03 23:33
Neville Franks2-Jun-03 23:33 
GeneralRe: calling OpenDocumentFile from another thread Pin
Brian van der Beek3-Jun-03 0:37
Brian van der Beek3-Jun-03 0:37 
GeneralRe: calling OpenDocumentFile from another thread Pin
Neville Franks3-Jun-03 2:22
Neville Franks3-Jun-03 2:22 
QuestionHow to convert string to hex Pin
FlyingDancer2-Jun-03 20:43
FlyingDancer2-Jun-03 20:43 
AnswerRe: How to convert string to hex Pin
Dominik Reichl2-Jun-03 20:48
Dominik Reichl2-Jun-03 20:48 
GeneralRe: How to convert string to hex Pin
FlyingDancer2-Jun-03 20:59
FlyingDancer2-Jun-03 20:59 

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.