Hi,
Is setjmp/longjmp supported under windows?
Regards,
zz
Thread overview | ||||||
---|---|---|---|---|---|---|
|
February 24 setjmp support for windows. | ||||
---|---|---|---|---|
| ||||
Hi, Is setjmp/longjmp supported under windows? Regards, |
March 04 Re: setjmp support for windows. | ||||
---|---|---|---|---|
| ||||
Posted in reply to zz | On Monday, 24 February 2025 at 12:53:30 UTC, zz wrote: >Hi, Is setjmp/longjmp supported under windows? Regards, It's a standard C function, and Microsoft's online library documentation says that it's supported, so it should work. In D, bindings for standard C headers are available in the |
March 10 Re: setjmp support for windows. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Paul Backus | On Tuesday, 4 March 2025 at 11:25:14 UTC, Paul Backus wrote: >On Monday, 24 February 2025 at 12:53:30 UTC, zz wrote: >Hi, Is setjmp/longjmp supported under windows? Regards, It's a standard C function, and Microsoft's online library documentation says that it's supported, so it should work. In D, bindings for standard C headers are available in the Hi Paul, core.stdc.setjmp; doesn't exist. Regards, |
March 10 Re: setjmp support for windows. | ||||
---|---|---|---|---|
| ||||
Posted in reply to zz | On Monday, 10 March 2025 at 13:58:08 UTC, zz wrote: >On Tuesday, 4 March 2025 at 11:25:14 UTC, Paul Backus wrote: >On Monday, 24 February 2025 at 12:53:30 UTC, zz wrote: >Hi, Is setjmp/longjmp supported under windows? Regards, It's a standard C function, and Microsoft's online library documentation says that it's supported, so it should work. In D, bindings for standard C headers are available in the Hi Paul, core.stdc.setjmp; doesn't exist. Strange. Looks like it's (incorrectly?) included with the POSIX-specific headers, under |