Softares Code Tools library  :  Download

Description

    SCT is a C++ library of templates, macros, utility functions to make your C++/COM code more clear, more robust and easy to debug. It was primarily developed for Microsoft Visual C++ environment to use together with ATL, WTL. It provides advanced COM and API errors checking and reporting macros and utilities, flexible tracing functions, COM collections support templates, plus handy COM object creation, type conversion and other tools.

Installation

    1. Download the SCT as zip file
    2. Unzip the archive to some directory, for example D:\Libs\SCT
    3. Launch Visual C++, go to Tools menu, click Options, click Directories. Select Show directories for: Include files
    4. Add D:\Libs\SCT\Include (where D:\Libs\SCT is the directory you unzipped to) to the list of include directories

Major updates

    Note: you can also find a full history of changes in the beginning of each file of the SCT

    Jul 31, 2003 - ver 1.1 released, more macros and utilities added, some bugs fixed, slightly restructured file layout
    May 30, 2001 - the initial ver 1.0 released

To Do

    1. Documentation!
    2. Various "guard" classes and wrappers for file, memory, socket, etc. handles

Copyright © 2001-2003 Softares Group. All rights reserved.