Dec 172017
 
Beta version of 'D-Flat' SAA/CUA library from DDJ.
File D-FLAT.ZIP from The Programmer’s Corner in
Category Files from Magazines
Beta version of ‘D-Flat’ SAA/CUA library from DDJ.
File Name File Size Zip Size Zip Type
APPLICAT.C 7919 2129 deflated
BUTTON.C 1066 490 deflated
CLASSDEF.C 4207 858 deflated
CLASSDEF.H 968 423 deflated
COMMANDS.H 721 314 deflated
CONFIG.C 3359 760 deflated
CONFIG.H 1707 532 deflated
CONSOLE.C 3913 1211 deflated
DFLAT.H 11038 3022 deflated
DIALBOX.C 12805 3701 deflated
DIALBOX.H 1002 458 deflated
DIALOGS.C 2228 557 deflated
EDITBOX.C 25138 5001 deflated
FILEOPEN.C 4919 1472 deflated
HELP.C 255 176 deflated
HELPTEXT.C 357 166 deflated
KB.C 124 104 deflated
KEYS.C 1706 504 deflated
KEYS.H 2776 718 deflated
LISTBOX.C 5079 1224 deflated
MAKEFILE 1160 462 deflated
MEMOPAD.C 6756 2109 deflated
MEMOPAD.LNK 230 133 deflated
MENU.C 1272 361 deflated
MENU.H 1031 448 deflated
MENUBAR.C 6876 2103 deflated
MENUS.C 2953 854 deflated
MESSAGE.C 9553 2773 deflated
MESSAGE.H 1720 705 deflated
MOUSE.C 1670 536 deflated
MSGBOX.C 2451 775 deflated
NORMAL.C 20696 4411 deflated
POPDOWN.C 6321 1867 deflated
README 1090 541 deflated
RECT.C 2140 724 deflated
RECT.H 809 323 deflated
SYSMENU.C 1829 680 deflated
SYSTEM.H 3640 1279 deflated
TEXTBOX.C 11104 2852 deflated
VIDEO.C 3764 1017 deflated
VIDEO.H 609 289 deflated
WINDOW.C 16360 3775 deflated

Download File D-FLAT.ZIP Here

Contents of the README file


March 14, 1991

The source files in this ZIP archive constitute the D-Flat
windowing system. Each month, I will replace this file to
reflect the changes made for the column that is under way.
This file will probably be ahead of the published columns;
it is March now, and I am writing the June column.

To build the D-flat software, unzip the archive into its
own subdirectory. You must modify the makefile to use either
Microsoft or Turbo C.

The makefile adjusts for Microsoft C 6.0 or Turbo C version
2.0 or later. To build with the Turbo C make utility, comment
out the first line in the makefile so that it looks like this:

#MSC = 1

and type this command:

C>make

To build with the Microsoft C nmake utility, make the first
line of the makefile look like this:

MSC = 1

and type this command:

C>nmake

The makefile makes a program named memopad.exe. It is a
multiple-document notepad program. To use D-flat for other
programs, you will probably want to put all the .OBJ files
other than memopad.obj into an object library.


 December 17, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)