Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Codewarrior Symbian > how to force se...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 118 of 155
Post > Topic >>

how to force setjmp/longjmp

by "alexey_m" <no.body@[EMAIL PROTECTED] > Sep 29, 2005 at 09:43 AM

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.




 2 Posts in Topic:
how to force setjmp/longjmp
"alexey_m" <  2005-09-29 09:43:15 
Re: how to force setjmp/longjmp
Ron L <ron.liechty@[EM  2005-09-30 14:17:18 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue May 13 16:41:26 CDT 2008.