This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
__try
- To: egcs at cygnus dot com
- Subject: __try
- From: "Muehlhausen, John x23608" <JMUEHLHAUS at foc dot com>
- Date: Fri, 4 Dec 1998 10:34:49 -0500
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