Dec 072017
 
CWIN - small & fast menu-window library (c, assembler source code).
File CWIN.ZIP from The Programmer’s Corner in
Category C Source Code
CWIN – small & fast menu-window library (c, assembler source code).
File Name File Size Zip Size Zip Type
ASM 0 0 stored
BUFWRT.ASM 1167 537 deflated
BUFWRTAT.ASM 952 458 deflated
BUFWRTST.ASM 1066 490 deflated
KBFLAG.ASM 520 250 deflated
KBHIT.ASM 955 427 deflated
KBPLACE.ASM 2077 834 deflated
KBREAD.ASM 923 401 deflated
RULES.INC 4005 1007 deflated
SCRLIB.ASM 12317 2470 deflated
WORDFILL.ASM 894 431 deflated
WORDMOVE.ASM 971 454 deflated
BIOSKEYS.H 38036 4459 deflated
C 0 0 stored
CWIN.DOC 3117 1036 deflated
CWIN.MAK 2322 814 deflated
CWIN.RSP 306 100 deflated
CWINL.LIB 25088 11384 deflated
CWINS.LIB 20992 10367 deflated
KEYLIB.C 2103 565 deflated
MENULIB.C 15564 3898 deflated
STRLIB.C 3406 740 deflated
UTLIB.C 3248 928 deflated
WINLIB.C 28600 6029 deflated
DEMO 0 0 stored
CMENU.C 8516 2148 deflated
CMENU.DSK 19777 4914 deflated
CMENU.EXE 36366 17601 deflated
CMENU.PRJ 6450 1850 deflated
CWIN.C 3092 1127 deflated
CWIN.DSK 11838 3515 deflated
CWIN.EXE 27506 14053 deflated
CWIN.PRJ 6064 1704 deflated
EDITNAME.C 1917 787 deflated
KEYLIB.H 765 352 deflated
MENULIB.H 6496 2181 deflated
OBJ 0 0 stored
SCRLIB.H 1029 392 deflated
STRLIB.H 788 330 deflated
UTLIB.H 1138 464 deflated
WINLIB.H 7221 2441 deflated

Download File CWIN.ZIP Here

Contents of the CWIN.DOC file


CWIN - fast & simple screen interface library

Version 1.0

(C) Copyright 1992, All Rights Reserved

---------------------- NOTE ---------------------

This is not free software. You are granted the right to use this
software for a trial period of 30 days. If, during that time, you
determine that you have no use for it, so be it. However, if you
continue using this software past the 30 day trial period, you should
register your version by sending $25.00 U.S. to the address below.
When you register your program, you will be assured of getting notice
of the latest updates and one free upgrade or the latest version in
the mail. Please note when registering what version you currently
have and what computer and size of diskettes you need. Please direct
any problems or suggestions you have related to this software to:

Andrew Trzeciak
PO Box 1521
Lombard IL 60148-8521

----------------- PACKING LIST ------------------

C:\CWIN
cwin.doc - this file
bioskeys.h - header for all keys
keylib.h - key functions header
menulib.h - menu functions header
scrlib.h - screen functions header
strlib.h - string function header
utlib.h - utility function header
winlib.h - window functions header
cwins.lib - small model turbo c library
cwinl.lib - large model turbo c library
cwin.mak - library builder macro
cwin.rsp - library builder file list

C:\CWIN\ASM
bufwrt.asm - window assembler routines
bufwrtat.asm - window assembler routines
bufwrtst.asm - window assembler routines
kbflag.asm - key assembler routines
kbhit.asm - key assembler routines
kbplace.asm - key assembler routines
kbread.asm - key assembler routines
scrlib.asm - screen assembler routines
wordfill.asm - util assembler routines
wordmove.asm - util assembler routines
rules.inc - include file

C:\CWIN\C
keylib.c - source for key functions
menulib.c - source for menu functions
strlib.c - source for string functions
utlib.c - source for utility functions
winlib.c - source for window functions

C:\CWIN\DEMO
cmenu.c - source for demo program
cwin.c - source for demo program
editname.c - source for demo program
cmenu.dsk - turbo c project file
cwin.dsk - turbo c project file
cmenu.exe - demo program
cwin.exe - demo program
cmenu.prj - turbo c project file
cwin.prj - turbo c project file

----------------- INSTRUCTION -------------------

To rebuild libraries you need Turbo C++ Version 1 & utilities

Build directory tree:

C:\CWIN\DEMO
C:\CWIN\C
C:\CWIN\ASM
C:\CWIN\OBJ

Use cwin.mak macro program:

MAKE -fcwin.mak


 December 7, 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)