(keitai-l) Re: Porting of C protocol stack on Symbian platform

From: Neil Hopcroft <neil-keitai_at_hopcroft.org.uk>
Date: 09/05/04
Message-Id: <5.1.0.14.0.20040904223906.016e1818@pop3.demon.co.uk>
> >Is it necessary to write the stack in C++  from C ?
> >
>You can use your C code as long as it follows the rules (i.e. no static
>variables, no large objects on the stack, no deep recursion, etc.)

...and as long as stdlib implements all of the comms functions you need, of 
course, looks like it does most of the standard things you'll want to do. 
I'd still err toward rewriting unless your existing code has bombproof 
error handling you're likely to get yourself into trouble more quickly than 
you can fix it.

Neil
Received on Sun Sep 5 00:50:30 2004