Re: R: Exception handling: cannot correctly catch the exception

2010-06-30 Thread Dmitry Katsubo
On 30.06.2010 13:51, Marco Atzeri wrote: > GraphicsMagick is built with gcc-4, > so you should test gcc-4 and not gcc-3. > Gcc-3 dosn't work with C++ exception Thank you very much. Worked perfectly for me. -- With best regards, Dmitry -- Problem reports: http://cygwin.com/problems.html F

R: Exception handling: cannot correctly catch the exception

2010-06-30 Thread Marco Atzeri
--- Mer 30/6/10, Marco Atzeri ha scritto: > --- Mer 30/6/10, Dmitry Katsubo  > ha scritto: > > > Dear CygWin users & developers! > > > > Please, give me a hint, how to deal with the > following > > problem > > correctly. I have some code, that calls > GraphicsMagick > > function and I > > want

R: Exception handling: cannot correctly catch the exception

2010-06-30 Thread Marco Atzeri
--- Mer 30/6/10, Dmitry Katsubo ha scritto: > Dear CygWin users & developers! > > Please, give me a hint, how to deal with the following > problem > correctly. I have some code, that calls GraphicsMagick > function and I > want to catch the exception thrown. Unfortunately, this > does not happen

Exception handling: cannot correctly catch the exception

2010-06-30 Thread Dmitry Katsubo
Dear CygWin users & developers! Please, give me a hint, how to deal with the following problem correctly. I have some code, that calls GraphicsMagick function and I want to catch the exception thrown. Unfortunately, this does not happen, when I compile the code with CygWin: C:\test\bugs\cygwin_ex