• ANS2BAS.ZIP (51K)

    Uploaded Fri Feb 09 2024 00:02:56

    ┌─┬───────────────┬─┬─────────────────────┐
    │■│ ANS2BAS v1.0  │■│    Shareware $10    │
    ├─┴───────────────┴─┴─────────────────────┤
    │   A utility which converts an  ordinary │
    │ ANSI file  into a  BASIC  program.  The │
    │ code ANS2BAS  generates  does  not need │
    │ ANSI.SYS to run.  Now you can make nice │
    │ screens with your favorite  ANSI editor │
    │ and then hard code them into your BASIC │
    │ program.  By Eldon Martin.              │
    └─────────────────────────────────────────┘
    
    
  • APPLE_2.ZIP (214K)

    Uploaded Fri Feb 09 2024 00:02:56

    An Apple ][+ Emulator that will run Any

  • ASM110BG.ZIP (28K)

    Uploaded Fri Feb 09 2024 00:02:56

    (v1.10) Magic Assembler Simple 8086
    assembler, which can produce as well as COM
    files as boot sector programs, and print the
    sources including correct addresses.
    
    
  • ASM9602.ZIP (48K)

    Uploaded Fri Feb 09 2024 00:02:56

    FAQ on assembler

  • ASMEDIT7.ZIP (480K)

    Uploaded Fri Feb 09 2024 00:02:56

    ASM Edit v1.7 Editor with syntax-coloring for
    assembler files, used with external
    Assembler, Linker and Debugger programs. Help
    system with mnemonics up to 80686, FPU
    instructions, VGA programming, interrupt
    list, DOS tables and formats, etc.
    
    
  • BASICDOS.ZIP (128K)

    Uploaded Fri Feb 09 2024 00:02:56

    NitrousBasic for DOS. A Basic

  • BASICMSD.ZIP (269K)

    Uploaded Fri Feb 09 2024 00:02:56

    Nitrous/Basic 1.0 for DOS. A BASIC

  • BASICOMP.ZIP (269K)

    Uploaded Fri Feb 09 2024 00:02:56

    This archive includes all the files to

  • BASICWNT.ZIP (85K)

    Uploaded Fri Feb 09 2024 00:02:56

    NitrousBasic for Windows NT. A Basic

  • BITBLT.ZIP (5K)

    Uploaded Fri Feb 09 2024 00:02:56

    An example made in Visual Basic on how to

  • BR10TOUR.ZIP (1,255K)

    Uploaded Fri Feb 09 2024 00:02:57

    BitRip 1.0 Tour.  A comprehensive
    slideshow of the BitRip 1.0 software
    package.  BitRip is the software you
    need to convert graphics created in
    your favorite drawing program to
    RIPscrip.  With BitRip, designing
    impressive graphical menus and screens
    for your BBS is easy!
    
    
  • CMOD312.ZIP (109K)

    Uploaded Fri Feb 09 2024 00:02:57

    CapaMod 3.12 _THE_ MOD, S3M and XM player for
    Gravis UltraSound. Includes CapaPlay II
    library for Assembler, C, Pascal and Basic.
    
    
  • CPPNL001.ZIP (4K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 001, 10/95 by
    Glen McClusky. Contains the following:
     = Introduction
     = Using C++ as a Better C Part 1 - function
       prototypes
     = Introduction to Namespaces Part 1 -
       introductory comments
     = Performance - handling a common strcmp()
       case
    
    
    
  • CPPNL002.ZIP (6K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 002, 11/95 by Glen
    McClusky. Contains the following:
     = Using C++ as a Better C Part 2 - references
     = Introduction to Namespaces Part 2 - using
       namespace
     = Writing Robust C++ Code Part 1 - assert() and
       subscript checking
     = Performance - handling lots of small strings
       via a C++ class
    
    
    
    
  • CPPNL003.ZIP (5K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 003, 12/95 by Glen
    McClusky. Contains the following:
     = World Wide Web Site
     = Introduction to Namespaces Part 3 - unnamed
       namespaces
     = Standard Template Library
     = Using C++ as a Better C Part 3 - new/delete
     = Performance - hidden constructor/destructor
       costs
    
    
    
    
  • CPPNL004.ZIP (6K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 004, 01/96 by Glen
    McClusky. Contains the following:
     = Introduction to C++ Namespaces Part 4 - using
       declarations
     = Clarification of New/Delete Example in
       Newsletter #003
     = Using C++ as a Better C Part 4 - Declaration
       Statements
     = C++ and Java
     = Writing Robust C++ Code Part 2 - Constructors
       and Integrity Checking
     = Performance - Declaration Statements
    
    
    
    
  • CPPNL005.ZIP (5K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 005, 01/96 by Glen
    McClusky. Contains the following:
     = Web Glossary
     = New Fundamental Type in C++ - bool
     = Using C++ as a Better C Part 5 - Function
     = Overloading
     = Book Review - The Mythical Man Month
     = Example C++ Class - Mean and Standard
       Deviation
    
    
    
    
  • CPPNL006.ZIP (5K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 006, 02/96 by Glen
    McClusky. Contains the following:
    = Introduction to Stream I/O Part 1 - Overloading
      <<
    = Writing Robust C++ Code Part 3 - Stream I/O
    = Using C++ as a Better C Part 6 - Operator
      Overloading
    = Stream I/O Performance
    = Further Comment on New bool Fundamental Type
    
    
    
  • CPPNL007.ZIP (6K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 007, 03/96 by Glen
    McClusky. Contains the following:
     = Introduction to Stream I/O Part 2 -
       Formatting and Manipulators
     = Using C++ as a Better C Part 7 - Inline
       Functions
     = Programming Quiz
     = Performance - Stream I/O Output
    
    
    
    
  • CPPNL008.ZIP (7K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ Newsletter/Tutorial Issue 008, 3/96 by
    Glen McClusky. Contains the following:
    Virtual Functions in C++, Introduction to
    Stream I/O Part 3 - Copying Files, Using C++
    as a Better C Part 8 - Type Names, Answer to
    Programming Quiz
    
    
  • CPPNL009.ZIP (6K)

    Uploaded Fri Feb 09 2024 00:02:57

    Newsletter/Tutorial by Glen McCluskey. Issue
    009, 4/96. Contains the following:
    Introduction to Templates Part 1 - Function
    Templates, New C++ Feature - Member
    Templates, Introduction to Stream I/O Part 4
    - Tie(), Using C++ as a Better C Part 9 -
    Extern "C" Correction
    
    
  • CPPNL010.ZIP (7K)

    Uploaded Fri Feb 09 2024 00:02:57

    CPP Newsletter by Glen McCluskey, Issue #010
    May, 1996, Contents:
     Introduction to Templates Part 2
       - Class Templates
     Introduction to Stream I/O Part 5
       - Streambuf
     Using C++ as a Better C Part 10
       - General Initializers
     Performance - Per-class New/Delete
    
    
    
  • CPPSTUF.ZIP (2,238K)

    Uploaded Fri Feb 09 2024 00:02:57

    Lots of libraries and includes for C++

  • CRSSMK1S.ZIP (66K)

    Uploaded Fri Feb 09 2024 00:02:57

    Crosswords U-Create: Create, solve, and

  • CTLTK16.ZIP (48K)

    Uploaded Fri Feb 09 2024 00:02:57

    Control Toolkit v1.00: 16-bit add-in for

  • CUJ0596.ZIP (49K)

    Uploaded Fri Feb 09 2024 00:02:57

    C/C Users Journal, May 1996.

  • DBET103E.ZIP (96K)

    Uploaded Fri Feb 09 2024 00:02:57

    Delphi database extension tools (components).

  • DBFILL_B.ZIP (75K)

    Uploaded Fri Feb 09 2024 00:02:57

    DB-FILL creates randomly generated data for

  • DDJ0696.ZIP (254K)

    Uploaded Fri Feb 09 2024 00:02:57

    Dr. Dobbs Journal, June 1996.

  • DISPCOM.ZIP (82K)

    Uploaded Fri Feb 09 2024 00:02:57

    C++ sample code for client/server apps

  • DN0223.ZIP (173K)

    Uploaded Fri Feb 09 2024 00:02:57

    Delphi Newsletter 2/23/96
    
  • DOCAID12.ZIP (220K)

    Uploaded Fri Feb 09 2024 00:02:57

    DOCAID v1.02 Documentation Aid for C in DOS.
    Analyses and aids documentation and
    understanding of C progs. Develops function
    descriptions, hierarchy and cross-ref from 
    the C code itself. Creates documentation from
    program comments. Supports K&R and ANSI C.
    Valuable aid for understanding legacy 
    software.Hypertext view of analysis and into
    selected functions.MASYCOM ConsultingInc.
    US$29. Phone orders & credit cards.
    
  • EI70.ZIP (255K)

    Uploaded Fri Feb 09 2024 00:02:57

    EASY INSTALL VERSION 7.0 Self Installing
    Distribution Disk Maker. Makes compressed
    self installing disks for progam distribut
    ion. No script language to learn Just tell
    it your program name and directory. Packs
    sub directories, displays readme file and
    optionally starts program after install.
    Keywords: INSTALL SETUP COMPRESS
    Registration 25
    
  • EZDSL200.ZIP (79K)

    Uploaded Fri Feb 09 2024 00:02:57

    Easy" Data Structures Library of Linked

  • FCHEK270.ZIP (398K)

    Uploaded Fri Feb 09 2024 00:02:57

    Ftnchek (Short For Fortran Checker) V2.70 is

  • FILE2INC.ZIP (12K)

    Uploaded Fri Feb 09 2024 00:02:57

    FILE2INC -- Convert any ordinary
    binary file into an array
    recognizable by Pascal.
    --Fire Frog, May 1996--
    
    
  • FREELI10.ZIP (62K)

    Uploaded Fri Feb 09 2024 00:02:57

    FREELIB:  THE FREE ASSEMBLY LANGUAGE LIBRARY
    *130*  of the most helpful Assembly Language
    Procedures,  with FULL SOURCE CODE.   Almost
    7500  lines of code,  fully commented,  with
    complete  documentation.   FREELIB is public
    domain, free for non-commercial use.
    
    
  • GAMELIB.ZIP (84K)

    Uploaded Fri Feb 09 2024 00:02:57

    Graphics and keyboard functions for easy

  • HEXIT098.ZIP (51K)

    Uploaded Fri Feb 09 2024 00:02:57

    ╔═════════════════════════════─┐
    │         HexIt v0.98ß         │
    │  (C) 1996 by Mikael Klasson  │
    │    aka Omega of Moment 22    │
    │                              │
    │ Hex-editor featuring:        │
    │ ■ A nice setup-mode!         │
    │ ■ Comparing two files, both  │
    │   for differences and        │
    │   similarities!              │
    │ ■ Viewing the files as text! │
    │   (works really fine now!)   │
    │ ■ English and Swedish docs   │
    │ ■ Extensive online-help!     │
    │ ■ Advanced search- and       │
    │   replace-facilities!        │
    │ ■ Jumping to a fileoffset    │
    │ ■ Clipboard with cut, copy   │
    │   and paste!                 │
    │ ■ Editing, incl inserting and│
    │   deleting bytes!            │
    │ ■ SplitScreen                │
    │ ■ Filesizes up to your total │
    │   amount of free hi mem!     │
    │ ■ Up to 50 files in memory!  │
    │ ■ Works well under MS-DOS,   │
    │   OS/2 and Windows.          │
    │ ■ LOTS of bugfixes! :)       │
    │                              │
    │ Coming soon:                 │
    │ ■ A real texteditor, not only│
    │   the text-viewer...         │
    │ ■ Disassembling perhaps?     │
    │                              │
    │     Release-date: 960324     │
    └─═════════════════════════════╝
    
    
  • HYMAKE31.ZIP (201K)

    Uploaded Fri Feb 09 2024 00:02:57

    HYMAKE v3.1 Automated MAKE utility for DOS.
    Describe your targets (.EXE and .LIB) with
    simple 1 to 4 line HYMAKE definitions.
    HYMAKE automatically determines, from the C
    source code, which modules need to be remade.
    Auto-setup for Turbo, Borland,Microsoft. User
    may adjust for others.Also shows dependencies
    in Hypertext.Fast,reliable and memory-
    efficient.MASYCOM Consulting Inc. 
    US$24.Phone orders, credit cards.
    
  • II201.ZIP (311K)

    Uploaded Fri Feb 09 2024 00:02:57

    INSTALLIT! is a DOS application installer,
    extremely easy to use, no script language,
    many features, occupies only 27K on disk.
    Built-in decompression, and other utilities
    included. Registration key gives you access
    to free updates as they are released. $25US
    █] COFFEE MUG SOFTWARE █]
    
    
  • KBSTF10.ZIP (34K)

    Uploaded Fri Feb 09 2024 00:02:57

    Keyboard utilities with C/ASM sources by

  • KINSTW27.ZIP (118K)

    Uploaded Fri Feb 09 2024 00:02:57

    K-INSTALL for Windows v2.7 by ARK ANGLES - A 
    powerful, versatile and robust installation 
    program for both DOS and Windows software. 
    Handles multi disk and partial installs, 
    archive unpacking, replace or append to 
    files, autoexec.bat, config.sys, INI file and
    Program Manager updating, comprehensive un-
    install, and lots more! Highly customisable, 
    with attractive screens. Professional edition
    also available.
    
    
  • LIBKB090.ZIP (247K)

    Uploaded Fri Feb 09 2024 00:02:57

    libkb -- a free, advanced and portable
    low-level keyboard library for MSDOS
    and Linux. Allows access to ALL keys 
    and ALL key combinations. Also handles
    Pause key and Control-Break. Practical
    getkey() interface for textual input.
    Ideal for games and all applications that 
    want total control over the keyboard.
    Intelligent signal handling and
    emercency-exit feature to achieve
    a maximum of robustness. Supports 
    virtual terminal switching under Linux.
    Works with Borland C/Watcom C/djgpp and
    Linux gcc. Easy to use. Written in C.
    Comes with full source, example programs
    and documentation.
    Copyrighted but freely distributable.
    Written by Markus F.X.J. Oberhumer
    
    
    
  • LOADNAME.ZIP (4K)

    Uploaded Fri Feb 09 2024 00:02:57

    SUB LoadNames. (27 Mar 1996, $0, Joe Negron).
    Demonstrates the use of native QuickBASIC and
    DOS interrupt calls to load filenames into an
    array. Public Domain.
    
    
  • M4KIT11.ZIP (485K)

    Uploaded Fri Feb 09 2024 00:02:57

    METAKIT v1.1 C++ classes for persistent
    structured data. Features: on-demand loading,
    commit/rollback, serialized I/O, simple API
    in a few C++ classes. With hypertext intro &
    Winhelp API reference guide. No royalties.
    Src examples: disk/ftp cats, Winsock cli/srv.
    Win32/Win16/Dos DLLs/LIBs included for MFC.
    New in 1.1: CatFish, sort/search, faster.
    
    
  • MALLOC15.ZIP (30K)

    Uploaded Fri Feb 09 2024 00:02:57

    123456789012345678901234567890123456789012345
    (version 1.5) malloc15 - Memory leak checker
    Drop in replacement for the malloc\free found
    in MSVC 1.5 (aka 8.00c), it checks for rouge
    pointers, buffer overflows and memory leaks.
    It is a drop in replacement, not a wrapper.
    Versions also exist for SCO Unix and HP-UX,
    SunOS and AIX.
    Shareware - njh@smsltd.demon.co.uk.
    
    
  • MONY_120.ZIP (42K)

    Uploaded Fri Feb 09 2024 00:02:57

    Mony MDA Monchrome display device driver for

  • MULTIKIT.ZIP (339K)

    Uploaded Fri Feb 09 2024 00:02:57

    Pascal 7.0 multimedia programming kit

  • N_B_V200.ZIP (573K)

    Uploaded Fri Feb 09 2024 00:02:57

      Nutz 'n Boltz v2.0 for PowerBASIC.
    _ REQUIRES 386 or higher and PB v3.2+ _
    This collection of libraries covers
    string handling, text mode, SCREEN 12,
    and much, much more. There is pop-up
    help and demo code for all routines and
    many, many text files with tips, tricks
    & expanded discussion on the routines.
     DASoft - Vertical Software Solutions
    
    
  • NXDV99_3.ZIP (39K)

    Uploaded Fri Feb 09 2024 00:02:57

    Nexus Third Party Development Kit Revision
    0.99.03 - Pre-release version of the Nexus
    Development Kit. This includes information
    regarding file formats and other information.
    Turbo Pascal structures included.
    
    
  • PATPNT09.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Pat Paint v 0.9: Editor for creating screens 
    for Borland, Turbo, & Microsoft C.  Make
    detailed screens for your C/C++ program without 
    using millions of print's, goto's and color 
    changes in your code.  Great for title 
    screens!!!
    
    
    
  • PBS_V15.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    PBstring v1.50 2- String remover - DGROUP
    saver extrodinaire! FASTER, SAFER, and MORE
    COMPLETE than any other string remover.
    Handles C's escape codes and replacement
    parameters properly. You gotta see this to
    believe it. Comes with SETUP.EXE, a string
    replacement, and configuration editing
    programs.
    
    
  • PCLVBW10.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    PERSONAL COMMUNICATIONS LIBRARY FOR
    VISUAL BASIC / WINDOWS. (PCLVBW10.ZIP)
    February 1996, Version 1.0, .
    Async comm library supporting COM1-COM20
    to 115,200 baud, 4+ ports concurrently,
    many dumb multiport boards, 16550 UART,
    interrupt driven, RTS/CTS flow control,
    any UART address using IRQ2 thru IRQ15.
    Requires Microsoft Visual BASIC / Win.
    By MarshallSoft Computing, Inc.   $75.
    
    
    
  • PGTRAY10.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Trial version of the TPGTrayIcon95 component.
    It allows you to design and test applications
    before actually purchasing the component. You
    must purchase the registered version if you
    wish to distribute your applications.
    
    
  • PJP32.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Visual basic source code printer.

  • PRTREP41.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Printit! 4.1 Report And File Print

  • PTOOL121.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Panther Tools v1.2 by Waheed Al-Sayer.
    Panther tools are a set of components and
    experts for Borland Delphi. They ease the
    development of applications without typing
    any code. First released, Feb. 1996. This is
    the second release Apr. 1996.
    
    
  • PTOOLS12.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Panther Tools v1.2 by Waheed Al-Sayer.
    Panther tools are a set of components and
    experts for Borland Delphi. They ease the
    development of applications without typing
    any code. Second release Apr. 1996.
    
    
  • QB_TB.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    ▓      QB-TB      ▓
    ▓ converts QBASIC ▓
    ▓ code into TURBO ▓
    ▓   BASIC Code    ▓
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
    
    
  • QF35S.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    QuietFlight v3.5 Shareware Demo: Programming
    and xBase Tools add-on for TSE Pro 2.5!
    Features: Where Am I?, Window Coordinates,
    Screen Counter, Revert file to original, Save
    all modified files, View DBF structures,
    Re-flow source code, Insert Color Codes from
    Table, update coordinates in source code, and
    *much* more!
    
    
  • RADPAS13.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    RADPas v1.3 allows you to incorporate Reality
    ADlib Tracker v1.x music into Turbo Pascal 7
    programs with extreme ease. Full source code.
    
    
  • RAVEN157.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Raven 1.56 Text Management Systems allows you
    to organize and manage multiple text files
    which you re-use frequently.  Perfect as a
    source code librarian for programmers, as a
    FAQ tool for email and forum support, and a
    document preparation utility for business
    writing, legal documents, etc.
    
    
  • SIBC13.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    SYSTEM INFO LIBRARY for Borland C++: 90
    routines for returning various system related
    information including PENTIUM detection, CPU
    speed, DblSpace and Stacker information, UART
    detection, '386 Memory Manager Detection,
    Network information and more.
    
    
  • SIQB13.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    SYSTEM INFO LIBRARY for QuickBASIC:
    89 routines for returning various system
    related information including PENTIUM    
    detection, CPU speed, DblSpace and Stacker
    information, UART detection, '386 Memory
    Manager Detection, Network information
    and more.                              
    Shareware ($39) by Paul Lapsansky
    
    
  • SM099C.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Source Mapper v0.99c
    
    OS/2 and DOS utility to make a useful (human readable) map of your C-style
    source codes. You can generate a map of a single sourcefile, or you can
    have SM generate a map of a huge project that consists of many source files.
    
    The produced map is espesially useful when you need to document
    the source(s) of your project. I've also found it helpful when digging
    into sources written by others.
    
    
  • SOFTL300.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Softool powerful TSR tool that offers
    programmers and others: an ASCII table, a
    memory viewer with disassembler, a 32-bit
    calculator, a register viewer, a MCB viewer,
    an interrupt viewer, a register viewer, a
    scan code viewer
    
    
  • SQCPS22.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    *****   SQCPS Copy Protection System   *****
     SQCPS protects your programs against
     illegal copying. SQCPS is based on
     diskettes, which are especially marked
     and cannot be duplicated. SQCPS diskettes
     can store up to 4000 bytes of licensing
     information, which can be accessed from
     various programming languages (C, COBOL,
     VISUAL BASIC, CLIPPER, etc) 
    ********************************************
    
    
  • STR1005B.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Renegade Pascal Structs for the soon to be
    released bug fix 10-31 Version.  Straight
    from Cott Lang's board.
    
    
  • STUPGAM1.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    *>*>*STUPID GAMES IN BASIC VOL. 1
    GORILLA, NIBBLES, JUMANJI, COLLECT,
    POKER SQUARES, TREE MASSACRE, BEAT
    THE DEVIL SOLITAIRE.
    7 stupid games in QuickBasic, good
    intro. to the language and game
    programming for beginners.
    Source (.BAS) files, and compiled
    (.EXE) files included.
    
    
  • SWAG9602.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    NEW  SWAG PASCAL  snipets for  02/29/96.
    From Sourceware  Archival Group. Updated
    version  of  READER.EXE  v3.12  and  DOC
    files.  Will  automatically  update .SWG
    files  on  your  disk.  SWAG (SourceWare
    Archival  Group)  is   a  collection  of
    source code and program examples for the
    PASCAL language.  Contains 58 catagories
    covering every aspect  of PASCAL. One of
    the   MOST  complete   PASCAL  reference
    libraries  available. This  is ONLY  the
    update.  Get ALLSWAGS.ZIP  for ALL SWAGS
    snipets to date.
    
    
  • TPTUTR0F.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Glenn Grotzinger's Instructional
    Tutorials on Turbo Pascal.
    
    
  • TPTUTR0I.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Glenn Grotzinger's Instructional Tutorials on
    Turbo Pascal.
    
    
  • TSFAQP31.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Prof. Timo Salmi's answers to Frequently
    Asked Questions about common Turbo Pascal
    programming. Does not cover object
    oriented, protected mode, Turbo Vision or
    Delphi questions.
    
    
  • VBCAL32.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    VBCALENDAR - Modify the code however you
    want, don't re-distribute under the same name
    {VBCAL32.ZIP}. You can replace all references
    to the year. It's all very easy once you look
    at the code. Win95
    
    
  • VBCOLOR3.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Color demo - Feel free to modify the code
    however you want, but don't re-distribute
    under the same name {VBColor32.ZIP} Win95
    
    
  • VBWIZ40.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    VBWiz 4.0 The project generation system for Visual Basic 4.0 (32-bit).
    Save time and effort by getting your VB projects off to a flying start with VBWiz.  VBWiz lets you build your entire project framework in less than a minute by following five simple steps.  VBWiz creates your MDI and SDI forms, menus, toolbar and buttons and statusbar along with your customized About box.  All the code neccessary to run your app straight away is created in seconds.  This will save you days if not weeks in development time. Requires Visual Basic 4.0 (32-bit). SWREG# 10529.
    
    
  • VDMV7N1.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Visual Developer Magazine v7 #1 sources

  • WALK32_1.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    Write large WinNT and Win95 programs in ASM.

  • YG407W95.ZIP (1K)

    Uploaded Fri Feb 09 2024 00:02:57

    ████▓▒░  YGrep Search Engine v4.07  ░▒▓████
    ███████████████████████████████████████████
    This is a powerful 32-bit library able to
    search text using regular expressions as
    well as approximative descriptions of the
    pattern. Allows search (grep), replace
    (substitute).
    For Borland, Visual and others.
    
    Please remove v4.06 which has a bug in
    approximative search (with 2 or + errors).
    ███████████████████████████████████████████