home *** CD-ROM | disk | FTP | other *** search
-
- moreHTML
- Copyright © 1997, Dirk Holtwick
- *******************************************************************
-
- IMPORTANT NOTE
- **************
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-
- COMMENTS
- ********
-
- I regret that the comments and the stile of the source are not very
- clear, but I will try to make it more readable and better
- structured. For the compilation I used SAS/C 6.57.
-
-
- HOW TO USE THE SOURCE
- *********************
-
- I know that this code is not an example of a good structured
- project, but it works and for me it is much more important to have
- a working tool instead of spending twice the time to have a good
- looking source.
-
- The source at the moment is divided in the following parts:
-
- main.c Obviously the main part of the programm including
- code of application, windows, configuration, REXX,
- etc.
-
- dtpic.c Private class to display pictures with datatypes.
- The original is written by Stefan Stuntz. I use it,
- because the DTpic.mcc coming with the last MUI
- distribution was not documented.
-
- mylist.c I always use lists in my programs and I was feed up
- by writing alway the same kind of code. Here are
- some very simple functions to implement easy list
- handling. Nothing very interesting.
-
- mystring.c Very simple functions to handle memory allocation
- of strings. I don't like to spend to much memory
- by using arrays of char.
-
- I need help. I don't know anything about TCP/IP and Rexx. Please
- give me a hand.
-
- Dirk Holtwick
- dirco@uni-duisburg.de
-
-