=====================
README.TXT: For Users
=====================

MarshallSoft DUN Dialer for C/C++ (MDD4C)
June 7, 2002
Version 2.1

=== Shareware ===

This software is SHAREWARE and may be freely
distributed provided that no files are modified.
There are no functional limitations. 

Registration is $55 (for email delivery) or $40 
for currently registered users of any MarshallSoft 
winsock product.

Registration includes one year of free updates.

See www.marshallsoft.com/order.htm to order.

=== Description ===

Use 32-bit Windows Dialup Networking (DUN) to dial up
any installed Internet Service Provider (ISP) from
your C/C++ application. Requires a Windows C/C++
compiler: MS Visual C/C++, Borland  C/C++ (version 5
and above), Borland C++ Builder, Watcom C/C++ (version
11.0 and above), or LCC-WIN32.

=== Installation ===

Run the WISE installation program SETUP.EXE which will
install all MDD4C files, including copying MDD32.DLL
to your Windows directory, C:\WINDOWS for Windows
95/98/Me/XP or C:\WINNT for Windows NT/2000.

No Windows system files are modified.

=== Documentation ===

Documentation will be found in the DOCS directory
after running the SETUP installation program.

For more information, refer to the following manuals
each in 3 formats (*.TXT, *.DOC, and *.HTM):

(1) MDD4C Programmers Manual

    Covers C/C++ language issues such as compilers,
    compiling, and examples.

    See MDD_4C.DOC, MDD_4C.HTM, or MDD_4C.TXT.

(2) MDD4C Users Manual

    Covers basics, theory of operation, application
    notes, and licensing.

    See MDD_USR.DOC, MDD_USR.HTM, or MDD_USR.TXT

(3) MDD4C Reference Manual

    Lists details for each function in the library.

    See MDD_REF.DOC, MDD_REF.HTM, or MDD_REF.TXT.

Also see:

(1) LICENSE.TXT : License information.
(2) RELEASE.TXT : If upgrading from earlier version.
(3) INVOICE.TXT : Order form and invoice.

Online documentation and the latest version can be
found in the MDD4C product page at

    http://www.marshallsoft.com/mdd4c.htm

=== Example Programs ===

All example code is found in the APPS directory.

=== Quick Start ===

(1) Unzip MDD4C21.ZIP into an empty directory.
(2) Run SETUP (WISE Installation file).
(3) Compile the console mode program MDDVER.C
    (a) MDDVER32._M_ : MSVC CL (command line) compiler
    (b) MDDVER32._B_ : Borland 5.0 C/C++ CL compiler
    (c) MDDVER32._I_ : Borland 5.5 C/C++ CL compiler
    (d) MDDVER32._W_ : Watcom C/C++ CL compiler
    (e) MDDVER.MAK   : MSVC Developer Studio
    (f) MDDVER.IDE   : Borland 5.0 C/C++ IDE
    (g) MDDVER$.BAT  : LCC-WIN32 compiler.

[END]
