My skeleton program for Microsloth Winders

Gene Michael Stover

created Saturday, 2006 September 2
updated Thursday, 2006 September 14

Copyright © 2006 Gene Michael Stover. All rights reserved. Permission to copy, store, & view this document unmodified & in its entirety is granted.


Contents

1 To Do

  1. Usage instructions including
    1. How to log an error message.
    2. How to make a DLL.
    3. How to make a window class.
    4. How to create a configuration option (in the *.ini file).
    5. How to implement user-specific configuration options.
  2. Rationale for dynamic Windows message definition.
  3. Rationale for storing configuration options in *.ini files instead of the Winders Registry.

2 What is this?

This is my own framework for programs which run on Microsloth Winders. Features include:

3 License

One of the source code files, getopt.c, is in the public domain. I downloaded it from the TEX User's Group web site.

All other files, both source & executable, are copyrighted by Gene Michael Stover & released under the terms of the GNU General Public License [1]. Here's a copy of the copyright notice & license agreement at the beginning of each source file:

Copyright (c) 2006 Gene Michael Stover. All rights reserved.

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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

This documentation, the document you are reading now, has its own copyright & is not released under the terms of the GNU General Public License.

4 Source code

The source code & compiled executable programs (which are demos & tests) are all in sdkskel.zip. Alternatively, individual files are available for browsing & downloading:

A. Other File Formats

Bibliography

1
Free Software Foundation.
General public license.
world wide web.
http://www.gnu.org/licenses/licenses.html#GPL.

Gene Michael Stover 2008-04-20