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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-09-13 19:27:20 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-09-13 19:27:20 +0400
commitce779ff629dd00560dc7e062e241dccb8df8a727 (patch)
treef1b3e9896aa9846d3fbfa14136d3ae128950da42 /winsup/doc/how-programming.texinfo
parent26a744ad2616eabf4af1c0d2360975e4b678ce7d (diff)
New entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r--winsup/doc/how-programming.texinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo
index 7b74b7b8f..d5b865aaa 100644
--- a/winsup/doc/how-programming.texinfo
+++ b/winsup/doc/how-programming.texinfo
@@ -110,6 +110,10 @@ This is not to be confused with 'MinGW' (Minimalist GNU for Windows),
which is a completely separate effort. That project's home page is
@file{http://www.mingw.org/index.shtml}.
+@subsection Can I link with both MSVCRT*.DLL and cygwin1.dll?
+
+No, you must use one or the other, they are mutually exclusive.
+
@subsection How do I make the console window go away?
The default during compilation is to produce a console application.