|
| S60 and UIQ SDK difference |
 |
Thu, 29 Jun 2006 17:53:48 -040 |
Hi,
I am trying to port my C code to Symbian platform.
I am currently using S60 SDK. It has it's API & other libraries(C(estlib),
socket(esock.lib).
Does my library build using S60 SDK, works with UIQ SDK?
I mean S60 & UIQ has same API, But just different implement, OR both have
different API also?
What is the difference between S60 and UIQ SDK/API?
--
Regards,
Avin Patel
|
| Post Reply
|
| Re: S60 and UIQ SDK difference |
 |
Fri, 30 Jun 2006 04:14:06 +010 |
There are a number of S60 and a number of UIQ SDKs.
The main differences are in the UI layers, which layer above generic Symbian
OS.
In the generic Symbian OS layers, the key difference is that UIQ2 is based
on Symbian OS v7.0, while S60 v1 SDKs are based on versions of Symbian OS
6.1, S60v2 SDKs are based on Symbian OS v7.0s, 8.0a, 8.1a, and UIQ3 and
S60v3 are based on Symbian OS v9.1.
There are likely to be very few differences in stdlib for all these SDK
version. There may be some differences in esock - especially in v9.1. If the
API (header) is the same then you can assume that the binaries will be
compatible.
"Avin Patel" <apatel@obj-sys.com> wrote in message
news:xDwLva8mGHA.5360@UKCOL01WWEB01.symbian.intra...
> Hi,
> I am trying to port my C code to Symbian platform.
>
> I am currently using S60 SDK. It has it's API & other
libraries(C(estlib),
> socket(esock.lib).
>
> Does my library build using S60 SDK, works with UIQ SDK?
> I mean S60 & UIQ has same API, But just different implement, OR both
have
> different API also?
>
> What is the difference between S60 and UIQ SDK/API?
> --
> Regards,
> Avin Patel
>
>
|
| Post Reply
|
| Re: S60 and UIQ SDK difference |
 |
Wed, 5 Jul 2006 10:40:47 +0100 |
You may find it useful to read through the "Getting Started" booklet,
available on the developer website at
http://www.symbian.com/developer/books/booklets.html
Mark
Symbian Developer Network
|
| Post Reply
|
|
|
|
|
|
|
|
|
|