Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « cygload « testsuite « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a61f73beeed5da619becc1b1fd6a171194497af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cygload demonstrates how to dynamically load cygwin1.dll.  The default
build uses MinGW to compile it; the Makefile also shows how to build
it using the Microsoft compiler.

By default, the program will silently test basic functionality:
        * Making space on the stack for cygtls
        * Loading and initializing cygwin1.dll
        * Path translation
        * Error handling
        * Signal handling

Command line parameters are:

    -v                 Verbose output
    -testinterrupts    Pause for 30 seconds to allow testing command line
                       interrupts (^C)
    -cygwin xxx        Specifies an alternative DLL to load instead of
                       cygwin1.dll.