Click here to Skip to main content
15,880,608 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Why "FlatSB" is useless in WTL? ::InitializeFlatSB,::FlatSB_EnableScrollBar,::FlatSB_SetScrollProp...return 0. [modified] Pin
Alain Rist9-Nov-10 21:31
Alain Rist9-Nov-10 21:31 
GeneralRe: Why "FlatSB" is useless in WTL? ::InitializeFlatSB,::FlatSB_EnableScrollBar,::FlatSB_SetScrollProp...return 0. Pin
dancingfish10-Nov-10 17:11
dancingfish10-Nov-10 17:11 
AnswerRe: Why "FlatSB" is useless in WTL? ::InitializeFlatSB,::FlatSB_EnableScrollBar,::FlatSB_SetScrollProp...return 0. Pin
Alain Rist10-Nov-10 22:40
Alain Rist10-Nov-10 22:40 
GeneralRe: Why "FlatSB" is useless in WTL? ::InitializeFlatSB,::FlatSB_EnableScrollBar,::FlatSB_SetScrollProp...return 0. Pin
dancingfish10-Nov-10 23:20
dancingfish10-Nov-10 23:20 
AnswerRe: Why "FlatSB" is useless in WTL? ::InitializeFlatSB,::FlatSB_EnableScrollBar,::FlatSB_SetScrollProp...return 0. [modified] Pin
Alain Rist11-Nov-10 23:26
Alain Rist11-Nov-10 23:26 
QuestionImplementing Bookmark_Enabled OLE DB Provider/IDBSchemaRowset Pin
RezaAsAdi8-Nov-10 1:12
RezaAsAdi8-Nov-10 1:12 
Questionexception handling [modified] Pin
khomeyni7-Nov-10 8:41
khomeyni7-Nov-10 8:41 
AnswerRe: exception handling Pin
Sauro Viti7-Nov-10 10:55
professionalSauro Viti7-Nov-10 10:55 
The try/catch statements are able to handle synchronous exceptions, i.e. exceptions that are explicitly thrown by the guarded code using the throw instruction.
What you are trying to catch are asynchronous exceptions that are thrown by the microprocessor under certain conditions.
What you want to do require platform specific API; on Windows systems you can do it in three different ways:


  1. use the __try/__except statements (see try-except Statement (Windows)[^])
  2. install a vectored exception handler (see Vectored Exception Handling (Windows)[^])
  3. translate asynchronous exceptions to C++ (synchronous) exceptions (see /EH (Exception Handling Model) (C++)[^] and _set_se_translator (CRT)[^])

GeneralRe: exception handling Pin
khomeyni9-Nov-10 7:45
khomeyni9-Nov-10 7:45 
AnswerRe: exception handling Pin
ShilpiP7-Nov-10 18:49
ShilpiP7-Nov-10 18:49 
QuestionHow to add a button to the message item toolbar in outlook ? Pin
ERLN2-Nov-10 18:17
ERLN2-Nov-10 18:17 
QuestionHow to read an HDF file and convert it into ASCII file(extension) using C programme Pin
cmaheshwari1622-Oct-10 3:35
cmaheshwari1622-Oct-10 3:35 
AnswerRe: How to read an HDF file and convert it into ASCII file(extension) using C programme Pin
cariolihome27-Oct-10 11:17
cariolihome27-Oct-10 11:17 
AnswerRe: How to read an HDF file and convert it into ASCII file(extension) using C programme Pin
Stuart Dootson27-Oct-10 11:56
professionalStuart Dootson27-Oct-10 11:56 
AnswerRe: How to read an HDF file and convert it into ASCII file(extension) using C programme Pin
schoetbi15-Mar-11 6:31
schoetbi15-Mar-11 6:31 
GeneralRe: How to read an HDF file and convert it into ASCII file(extension) using C programme Pin
cmaheshwari1615-Mar-11 19:35
cmaheshwari1615-Mar-11 19:35 
QuestionDialog Based Applications Pin
Anil Kumar.Arvapalli22-Oct-10 1:29
Anil Kumar.Arvapalli22-Oct-10 1:29 
AnswerRe: Dialog Based Applications Pin
Richard MacCutchan22-Oct-10 2:48
mveRichard MacCutchan22-Oct-10 2:48 
QuestionShow tooltip in CTreeViewCtrl use WTL Pin
shg10421-Oct-10 23:38
shg10421-Oct-10 23:38 
AnswerRe: Show tooltip in CTreeViewCtrl use WTL Pin
Alain Rist22-Oct-10 1:44
Alain Rist22-Oct-10 1:44 
GeneralRe: Show tooltip in CTreeViewCtrl use WTL Pin
shg10425-Oct-10 15:41
shg10425-Oct-10 15:41 
GeneralRe: Show tooltip in CTreeViewCtrl use WTL Pin
Alain Rist25-Oct-10 19:46
Alain Rist25-Oct-10 19:46 
QuestionModularizing Help Pin
Aaronov20-Oct-10 13:07
Aaronov20-Oct-10 13:07 
AnswerRe: Modularizing Help Pin
Richard MacCutchan20-Oct-10 21:57
mveRichard MacCutchan20-Oct-10 21:57 
AnswerRe: Modularizing Help Pin
@Intersect☺™17-Nov-10 11:06
professional@Intersect☺™17-Nov-10 11:06 

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.