This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

__try



Is there any way to get the __try functionality of the MS and Borland
compilers in cygwin32 or mingw32?  (Or other?)

Am I right to think that the Win32 API is not, strictly speaking, a "C
language API" but rather a "C language plus MS extensions API" ...?

When I call waveOutOpen() (in winmm.dll) from cygwin32 I get some sort of
Access Violation.  I get the same in VC++ until I wrap with __try...

mingw32 has a __try1 macro-- will this do the trick?

Help!

-John

application/ms-tnef


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]