summaryrefslogtreecommitdiffstats
path: root/doc/html/ksquirrel-libs-olibs.html
blob: 915617b3111f467e150bc0c4fde4144eea592374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
    <title>KSquirrel: development</title>

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name='Author' content='Baryshev Dmitry/Krasu'>
		    
    <link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>

Let's now learn how to create regular C or C++ library, and how to create a new decoder for KSquirrel. You can find sources of all examples in ksquirrel-libs/doc/sources.

<p>

<center>
<table>
  <tr><td><a href="ksquirrel-libs-olibs1.html"><img src="how_to_build_c.png"></a></td></tr>
  <tr><td align=center> <img src="how_to_build_arrow.png"></td></tr>
  <tr><td><a href="ksquirrel-libs-olibs2.html"><img src="how_to_build_c++.png"></a></td></tr>
  <tr><td align=center><img src="how_to_build_arrow.png"></td></tr>
  <tr><td><a href="ksquirrel-libs-olibs3.html"><img src="how_to_build_codec.png"></a></td></tr>
</table>
</center>

</body>
</html>