Click here to Skip to main content
15,909,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Mike Nordell27-Jan-03 9:20
Mike Nordell27-Jan-03 9:20 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joaquín M López Muñoz27-Jan-03 9:16
Joaquín M López Muñoz27-Jan-03 9:16 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M28-Jan-03 21:12
professionalJoan M28-Jan-03 21:12 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joaquín M López Muñoz28-Jan-03 21:32
Joaquín M López Muñoz28-Jan-03 21:32 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M28-Jan-03 21:37
professionalJoan M28-Jan-03 21:37 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M28-Jan-03 22:33
professionalJoan M28-Jan-03 22:33 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joaquín M López Muñoz29-Jan-03 0:09
Joaquín M López Muñoz29-Jan-03 0:09 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M29-Jan-03 0:30
professionalJoan M29-Jan-03 0:30 
Hello again,

the system messages that appear seems to be the same ones that appeared before placing the SEH handling...

The typical There's no disk in drive A...
There's an error in the delayed writting...

with the CANCEL, RETRY... options...

It seems that the exception is not being catched...

Here's a litle sample of the handling routine...
try
{
  iRetornOperacioCopia = CopyFile(csFullPathOrigenPrograma, csFullPathDestiPrograma, FALSE);
}
catch(std::exception& e)
{
  iRetornOperacioCopia = 0;
}
Thank you in advance...
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joaquín M López Muñoz29-Jan-03 0:32
Joaquín M López Muñoz29-Jan-03 0:32 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M29-Jan-03 0:57
professionalJoan M29-Jan-03 0:57 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joaquín M López Muñoz29-Jan-03 2:38
Joaquín M López Muñoz29-Jan-03 2:38 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M29-Jan-03 3:44
professionalJoan M29-Jan-03 3:44 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M29-Jan-03 4:23
professionalJoan M29-Jan-03 4:23 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
PJ Arends27-Jan-03 9:18
professionalPJ Arends27-Jan-03 9:18 
GeneralRe: error C2712: Cannot use __try in functions that require object unwinding Pin
Joan M28-Jan-03 21:16
professionalJoan M28-Jan-03 21:16 
GeneralGetDlgItem and CFormView Pin
ElizabethC27-Jan-03 6:04
ElizabethC27-Jan-03 6:04 
GeneralRe: GetDlgItem and CFormView Pin
PJ Arends27-Jan-03 6:59
professionalPJ Arends27-Jan-03 6:59 
GeneralRe: GetDlgItem and CFormView Pin
Bill Gates Antimatter Particle27-Jan-03 7:02
Bill Gates Antimatter Particle27-Jan-03 7:02 
GeneralRe: GetDlgItem and CFormView Pin
ElizabethC27-Jan-03 7:05
ElizabethC27-Jan-03 7:05 
GeneralVC++ Pin
Ravi2827-Jan-03 5:46
Ravi2827-Jan-03 5:46 
GeneralRe: VC++ Pin
Mike Nordell27-Jan-03 9:24
Mike Nordell27-Jan-03 9:24 
GeneralRe: VC++ Pin
Ravi2829-Jan-03 3:26
Ravi2829-Jan-03 3:26 
GeneralRe: VC++ Pin
Ravi2829-Jan-03 3:26
Ravi2829-Jan-03 3:26 
Generalsize of physical/virtual memory used by a process - WindowsNT/2000 Pin
alma27-Jan-03 5:42
alma27-Jan-03 5:42 
GeneralRe: size of physical/virtual memory used by a process - WindowsNT/2000 Pin
Mike Nordell27-Jan-03 9:36
Mike Nordell27-Jan-03 9:36 

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.