Talk About Network

Google


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 > Re: how to forc...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 118 of 157
Post > Topic >>

Re: how to force setjmp/longjmp

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
 




 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 Thu Jul 24 14:33:54 CDT 2008.