Dec 112017
 
Utilities for c msc and turbo c.
File THE_PRO.ZIP from The Programmer’s Corner in
Category C Source Code
Utilities for c msc and turbo c.
File Name File Size Zip Size Zip Type
COLORS.H 362 156 deflated
DEMO.C 40488 9618 deflated
DEMO.EXE 80292 32716 deflated
DEMO.PRJ 20 20 stored
GLOBALS.H 1606 677 deflated
KERNEL.H 2046 437 deflated
KEYBOARD.H 71 45 deflated
MOUSE.H 829 259 deflated
MSCPOWER.LIB 102912 31444 deflated
MSCPRO.BAT 51 45 deflated
PRO.DOC 208768 32130 deflated
PRO.H 5888 1138 deflated
READ.ME 947 558 deflated
TCPOWER.LIB 90112 26575 deflated
TCPRO.BAT 108 92 deflated
TUTOR1.C 4768 1525 deflated
TUTOR1.PRJ 24 24 stored
TUTOR2.C 17353 4988 deflated
TUTOR2.PRJ 24 24 stored
TUTOR3.C 7840 2561 deflated
TUTOR3.PRJ 24 24 stored
TUTOR4.C 12944 3500 deflated
TUTOR4.PRJ 22 22 stored
TUTOR5.C 13757 3975 deflated
TUTOR5.PRJ 22 22 stored
VIDEO.H 416 158 deflated
VIDMODES.H 512 208 deflated
VS.H 1578 202 deflated
WERRORS.H 406 205 deflated
XGLOBALS.H 831 397 deflated

Download File THE_PRO.ZIP Here

Contents of the READ.ME file


November 30, 1987

In a fit of generosity I've included the source code to the the
initialization routine (since it is so IBM-PC specific I thought
it would be useful for development on other systems.)

wn_init also contains most of the global variables, so be careful.
(see globals.h.)


December 1, 1987

Added a snowfree DMA mode which is somewhat faster than using
BIOS. Set 'method' = DMA, 'snowfree' = TRUE, and 'snowspeed'
= about 140. The problem is that this mode is somewhat finicky
you need to set snowspeed to a value which is less than the total
number of characters that you can output during the video trace,
140 (2 bytes per character, or 70 characters) seems to be about
right, but you'll have to experiment. Also, any byte by byte
video output, like vs_printf is very slow -- use wn_suspendw on
the front and backend to suppress byte by byte output to the
physical screen (if you want to speed it up.)


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