Merged from silc_1_0_branch (second merge).
[silc.git] / lib / doc / platforms.html
1 <big><b>Platform Implementations</b></big>
2
3 <br />&nbsp;<br />
4 This document describes the implementation issues with different platforms
5 that the SILC Toolkit support.  Some of the supported platforms does not
6 support all the features delivered with the Toolkit or they may behave
7 differently from other platforms.  This document descibres these
8 differences between platforms.
9
10 <br />&nbsp;<br />
11 <li><a href="#unix">Unix & Linux Implementation</a><br />
12 <li><a href="#windows">Windows Implementation</a><br />
13 <li><a href="#macosx">Mac OS X Implementation</a>
14
15 <br />&nbsp;<br />&nbsp;<br />
16 <b>Supported Platforms</b>
17
18 <br />&nbsp;<br />
19 SILC Toolkit supports by default all Unix and Linux platforms, Windows 
20 platforms from Windows 98 and newer, and Mac OS X.  In the future there is
21 also plans to add support for other platforms such as Symbian OS (EPOC).
22
23 <br />&nbsp;<br />&nbsp;<br />
24 <b><a name="unix"></a>Unix Implementation</b>
25
26 <br />&nbsp;<br />
27 All features and components delivered with the SILC Toolkit work on all
28 Unix and Linux platforms.  There are no special Unix platform related
29 implementation issues with current version of SILC Toolkit.
30
31
32 <br />&nbsp;<br />&nbsp;<br />
33 <b><a name="windows"></a>Windows Implementation</b>
34
35 <br />&nbsp;<br />
36 By default all features and components delivered with SILC Toolkit are
37 supported on Windows.  However, there are some certain issues with the
38 Windows version of the SILC Toolkit.
39
40 <br />&nbsp;<br />
41 <li>Toolkit users should not use <tt>silc_client_run</tt> function to
42 execute the Client Library.  Instead the <tt>silc_client_run_one</tt> should
43 be used, for example as an timer task and the Windows application's own
44 message loop should be used as the main message loop.
45
46 <li>The function <tt>silc_net_create_connection_async</tt> is not actually
47 asynchronous on Windows, but synchronous and it will block the process
48 while the connection is created.  This means also that the function
49 <tt>silc_client_connect_to_server</tt> is not asynchronous but
50 synchronous.
51
52
53 <br />&nbsp;<br />&nbsp;<br />
54 <b><a name="macosx"></a>Mac OS X Implementation</b>
55
56 <br />&nbsp;<br />
57 All features and components delivered with the SILC Toolkit work on Mac
58 OS X platform.  There are no special Mac OS X platform related
59 implementation issues with current version of SILC Toolkit.
60