1<html><head>
2	<title>Metakit Sample Index</title>
3</head><body bgcolor=white>
4
5<font face=Helvetica size=3>
6<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr valign=top>
7	<td width=100><a href="http://www.equi4.com/">
8		<img src=e4w.gif alt="E q u i 4" align=left width=97 height=35 hspace=0 border=0></a>
9	</td><td align=center>
10	<font size=+2>Metakit Sample Index</font><br>
11	<i>December 1999</i>
12	</td><td width=100></td></tr></table>
13<p>
14<center>
15<!--begin-->
16<table border=0>
17	<tr>
18	  <td valign=top><a href="doc_catfish.html"><b>CatFish</b></a></td>
19	  <td width=10></td>
20	  <td><font face=Times><b>A complete disk catalog browser</b>
21	  <br>Full source code of a complete Windows/MFC utility.
22	  <br>Compiler: MSVC w/MFC (Win16)</td>
23	</tr>
24	<tr>
25	  <td valign=top><a href="doc_catrecv.html"><b>CatRecv</b></a></td>
26	  <td width=10></td>
27	  <td><font face=Times><b>Receive and display a catalog tree over TCP/IP</b>
28	  <br>How to load structured data from a network connection.
29	  <br>Compiler: MSVC w/MFC (Win32), uses WinSock</td>
30	</tr>
31	<tr>
32	  <td valign=top><a href="doc_catsend.html"><b>CatSend</b></a></td>
33	  <td width=10></td>
34	  <td><font face=Times><b>Send a catalog tree (or anything else) over TCP/IP</b>
35	  <br>How to manipulate and send datafiles, regardless of contents.
36	  <br>Compiler: MSVC w/MFC (Win32), uses WinSock</td>
37	</tr>
38	<tr>
39	  <td valign=top><a href="doc_dbf2mk.html"><b>Dbf2mk</b></a></td>
40	  <td width=10></td>
41	  <td><font face=Times><b>Generic file converter for DBF/Xbase files</b>
42	  <br>This utility illustrates how to set up a custom viewer.
43	  <br>Compiler: MSVC w/MFC (Win32)</td>
44	</tr>
45	<tr>
46	  <td valign=top><a href="doc_demo.html"><b>Demo</b></a></td>
47	  <td width=10></td>
48	  <td><font face=Times><b>A very small example of how to use Metakit</b>
49	  <br>Illustrates how to get started with Metakit.
50	  <br>Compiler: DOS, Win, Mac, Unix</td>
51	</tr>
52	<tr>
53	  <td valign=top><a href="doc_discat.html"><b>DisCat</b></a></td>
54	  <td width=10></td>
55	  <td><font face=Times><b>Scan a disk directory tree and save a catalog</b>
56	  <br>Another simple disk scanner, to feed the other sample programs.
57	  <br>Compiler: MSVC w/MFC (Win16 or Win32)</td>
58	</tr>
59	<tr>
60	  <td valign=top><a href="doc_dump.html"><b>Dump</b></a></td>
61	  <td width=10></td>
62	  <td><font face=Times><b>A very simple generic data dump utility</b>
63	  <br>Can be used as debugging utility and to inspect any datafile.
64	  <br>Compiler: DOS, Win, Mac, Unix</td>
65	</tr>
66	<tr>
67	  <td valign=top><a href="doc_ftpcat.html"><b>FtpCat</b></a></td>
68	  <td width=10></td>
69	  <td><font face=Times><b>Scan an FTP site and save a catalog</b>
70	  <br>Catalogs can be created in many ways, this utility works with FTP.
71	  <br>Compiler: MSVC (Win32)</td>
72	</tr>
73	<tr>
74	  <td valign=top><a href="doc_kbind.html"><b>KitBinder</b></a></td>
75	  <td width=10></td>
76	  <td><font face=Times><b>Embed ("bind") a datafile into an executable</b>
77	  <br>Use Metakit as structured / platform-independent resource manager.
78	  <br>Compiler: MSVC w/MFC (Win16 or Win32)</td>
79	</tr>
80	<tr>
81	  <td valign=top><a href="doc_mkoptim.html"><b>MkOptim</b></a></td>
82	  <td width=10></td>
83	  <td><font face=Times><b>Metakit datafile optimizer</b>
84	  <br>Convert datafiles to their latest and most compact format.
85	  <br>Compiler: Win32, Mac, Unix</td>
86	</tr>
87	<tr>
88	  <td valign=top><a href="doc_myio.html"><b>MyIO</b></a></td>
89	  <td width=10></td>
90	  <td><font face=Times><b>Custom strategy class, demonstrates encrypted storage</b>
91	  <br>An example how to intercept all I/O for encrypted storage.
92	  <br>Compiler: DOS, Win, Mac, Unix</td>
93	</tr>
94	<tr>
95	  <td valign=top><a href="doc_struct.html"><b>Struct</b></a></td>
96	  <td width=10></td>
97	  <td><font face=Times><b>Display datafile structure (MS-DOS executable)</b>
98	  <br>The core is small enough to build a "small-model" MS-DOS program.
99	  <br>Compiler: DOS, Win, Mac, Unix</td>
100	</tr>
101</table>
102<!--end-->
103
104<p><hr size=1>
105&nbsp; ||
106&nbsp; <a href="index.html" target="_top">Roadmap</a>
107&nbsp; <a href="classes.html">Class Index</a>
108&nbsp; <a href="samples.html">Sample Index</a>
109&nbsp; <a href="tips.html">Tips and Tricks</a>
110&nbsp; || 
111
112</center>
113</font>
114
115</body></html>
116