Folks--

Here's the September code disk from Windows Tech Journal. On the disk:

PORTING.ZIP
    This is the code to accompany Julian Templeman's piece on porting
    big Fortran apps to Windows.

OBJECTS.ZIP
    You can't derive new Pascal objects from classes defined in a DLL
    written in C++...at least, you can't if you use language-specific
    object constructs. This code, from Richard Sadowsky's "Lightweight
    Objects," shows how to get the benefits of OOP without tying
    yourself to one language.

ORG.ZIP
    Source and executable for the organization-chart generator created
    by Zack Urlocker in Polymorphism Unbound.

NOTBAD.ZIP
    Here's the latest version of NotBad, compiled with STRICT.

FAULT.ZIP
    C and assembly source to accompany Kraig Brockschmitt's cool article
    on making Winapps more robust with ToolHelp functions.

