-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtbx.htm
48 lines (48 loc) · 2.26 KB
/
tbx.htm
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>TBX C++ class library to create RISC OS Toolbox applications</title>
</head>
<body>
<p>
TBX is a C++ class library to help with the creation of RISC OS applications
that use the RISC OS Toolbox modules.
</p>
<p>
This is version 0.6 (Alpha version). It has a few missing features and may contain
some rough edges and bugs. Please send me feedback to improve this library.
Contact details are in the !TBX application Help file.
</p>
<p>TBX is released under the permissive X11 licence so can be used
with commercial and non-commercial applications without charge.</p>
<p>
TBX is provided as a Package named TBX-Dev for the the
<A HREF="http://www.riscpkg.org">RISC OS Packaging Project</A>.
</p>
<p>Two additional packages have also been provided</p>
<ul>
<li>TBX-Examples - simple examples showing some of the features of TBX</li>
<li>TbxAppGen - an application to generate shell TBX based applications that
you can then add your own code to.</li>
</ul>
<p>In addition for C++ and Toolbox developement you will need</p>
<ul>
<li>GCC4 for compiling C++ programs from <a href="http://www.riscos.info/index.php/GCC_for_RISC_OS">GCC for RISC OS at www.riscos.info</a></li>
<li>ResEdit for editing RISC OS Toolbox resources which is available as a package or the <a href="http://www.riscosopen.org">RISC OS Open website</a></li>
</ul>
<p>If you do not wish to use a package manager you can download the TBX packages directly
using the following links.
</p>
<ul>
<li><A HREF="http://www.riscpkg.org/arm/TBX-Dev/TBX-Dev_0.6-1">http://www.riscpkg.org/arm/TBX-Dev/TBX-Dev_0.6-1</A></li>
<li><A HREF="http://www.riscpkg.org/arm/TBX-Examples/TBX-Examples_0.6-1">http://www.riscpkg.org/arm/TBX-Examples/TBX-Examples_0.6-1</A></li>
<li><A HREF="http://www.riscpkg.org/arm/TbxAppGen/TbxAppGen_0.4-1">http://www.riscpkg.org/arm/TbxAppGen/TbxAppGen_0.4-1</A></li>
</ul>
<p>
Once downloaded drag the files to !SparkPlug or set the filetype
to Archive and double click on it. You can the the drag the library/applications
out of a subdirectory of the Apps folder in the archive.</p>
<p>Please see the Help file for the !TBX and !TbxAppGen applications or the
!!ReadMe file in the TbxExamples for what to do now.</p>
<p>The TBX documentation file requires a browser to have been seen by the filer.</p>
</body>
</html>