by Ron L <ron.liechty@[EMAIL PROTECTED]
>
Sep 30, 2005 at 02:17 PM
In article
<a12c283463d539aa3150be8e6c6ab28a@[EMAIL PROTECTED]
>,
"alexey_m" <no.body@[EMAIL PROTECTED]
> wrote:
>Hi!
>I try to use setjmp/longjmp instructions, but application fails with
>KERN-EXEC 3. Code is very simple:
>int Main()
>{
> jmp_buf jump_buffer;
> if ( setjmp( jump_buffer ) == 0 )
> {
> longjmp( jump_buffer, 1 );
> }
> return 0;
>}
>Anybody used setjmp/longjmp? Share experience, please.
>Thanks.
>
try posting this on the http://forum.nokia.com/codewarrior
site or in the
publicnews.symbiandevnet.com newsgroup.
Ron
--
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community
--
Ron Liechty - ron.liechty@[EMAIL PROTECTED]
- http://www.codewarrior.com