Dec 112017
Source code listing from Jan 92 Windows Tech Journel. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DPMI.ZIP | 13872 | 13303 | deflated |
LEVARO.ZIP | 14910 | 14081 | deflated |
PETZOLD.ZIP | 12467 | 10339 | deflated |
Q&A.ZIP | 1119 | 1094 | deflated |
READ.ME | 2561 | 1282 | deflated |
SHAW.ZIP | 28532 | 26943 | deflated |
Download File WT_JAN92.ZIP Here
Contents of the READ.ME file
CONTENTS OF CODE DISK
WINDOWS TECH JOURNAL
PREMIERE 1992
Welcome to Windows Tech Journal, the magazine of tools and techniques for
Windows programmers. This disk contains source code files to accompany the
articles and columns printed in our premiere issue.
Files are collected in subdirectories. For instance, all of the source code
files for Richard Sadowsky's article on accessing NetBIOS in Turbo Pascal for
Windows are collected in the DPMI subdirectory.
We've also provided a ZIPFILES subdirectory; it contains the contents of the
other directories, PKZIP'd by article.
Here's what you've got:
DPMI: Source files to accompany Richard Sadowky's article on
accessing real-mode TSRs and device drivers from protected
mode Windows applications via DPMI. The code's in Turbo
Pascal for Windows, with liberal use of inline assembly.
PETZOLD: Source files (in C) to accompany Charles's "How Visual
Basic Made Me a Better C Programmer." The simple apps are
supposed to show VB's influence on Petzold's coding style.
LEVARO: C source for Richard Levaro's "A Perfect Fit," an article
on writing custom controls. This code implements two new
controls for Windows programmers; the more interesting is a
toolbar.
SHAW: Source files (in C++) from Richard Hale Shaw's "The Virtual
Column." This month, Richard provides a set of classes to
encapsulate the complexity of DDE communications. The code
uses DDEML, a DLL distributed with Win 3.1 but compatible
with v. 3.0.
Q&A: Short WinWord Basic code for accessing environment variables
without opening a DOS box.
Windows Tech Journal is published monthly by Oakley Publishing Co., P.O.
Box 70167, Eugene, OR 97401. Subscriptions cost $29.95 for 12 issues; for
further information, call (800) 234-0386.
We'll be distributing the premiere issue of WinTech at the Windows & OS/2
Conference in San Jose in January. Then we'll have issue #2 (March 1992)
at Software Development '92 in Santa Clara.
Stop by and grab a free issue, and check out our cool assortment of nerdgear:
T-shirts, sweatshirts, mouse pads, and more. Current designs include RTFM and
NO GUI, NO GLORY.
For a set of Windows Tech Journal writers' guidelines, contact departments
editor Betsy Hardinger at (800) 234-0386. Or pick 'em up at our online home,
LIB 9 of CLMFORUM on CompuServe.
WINDOWS TECH JOURNAL
PREMIERE 1992
Welcome to Windows Tech Journal, the magazine of tools and techniques for
Windows programmers. This disk contains source code files to accompany the
articles and columns printed in our premiere issue.
Files are collected in subdirectories. For instance, all of the source code
files for Richard Sadowsky's article on accessing NetBIOS in Turbo Pascal for
Windows are collected in the DPMI subdirectory.
We've also provided a ZIPFILES subdirectory; it contains the contents of the
other directories, PKZIP'd by article.
Here's what you've got:
DPMI: Source files to accompany Richard Sadowky's article on
accessing real-mode TSRs and device drivers from protected
mode Windows applications via DPMI. The code's in Turbo
Pascal for Windows, with liberal use of inline assembly.
PETZOLD: Source files (in C) to accompany Charles's "How Visual
Basic Made Me a Better C Programmer." The simple apps are
supposed to show VB's influence on Petzold's coding style.
LEVARO: C source for Richard Levaro's "A Perfect Fit," an article
on writing custom controls. This code implements two new
controls for Windows programmers; the more interesting is a
toolbar.
SHAW: Source files (in C++) from Richard Hale Shaw's "The Virtual
Column." This month, Richard provides a set of classes to
encapsulate the complexity of DDE communications. The code
uses DDEML, a DLL distributed with Win 3.1 but compatible
with v. 3.0.
Q&A: Short WinWord Basic code for accessing environment variables
without opening a DOS box.
Windows Tech Journal is published monthly by Oakley Publishing Co., P.O.
Box 70167, Eugene, OR 97401. Subscriptions cost $29.95 for 12 issues; for
further information, call (800) 234-0386.
We'll be distributing the premiere issue of WinTech at the Windows & OS/2
Conference in San Jose in January. Then we'll have issue #2 (March 1992)
at Software Development '92 in Santa Clara.
Stop by and grab a free issue, and check out our cool assortment of nerdgear:
T-shirts, sweatshirts, mouse pads, and more. Current designs include RTFM and
NO GUI, NO GLORY.
For a set of Windows Tech Journal writers' guidelines, contact departments
editor Betsy Hardinger at (800) 234-0386. Or pick 'em up at our online home,
LIB 9 of CLMFORUM on CompuServe.
December 11, 2017
Add comments