Date: Mon, 13 Dec 1999 10:33:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: George Ryot cc: djgpp AT delorie DOT com Subject: Re: Big EXE's In-Reply-To: <385182ac.4495025@news.clara.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 10 Dec 1999, George Ryot wrote: > > See also FAQ section 8.13. > > The advice in that section about substituting the startup functions > only seems to work for C programs. It works for C++ as well, if you declare the replaced functions ``extern "C"'', as you usually should with C functions compiled as part of a C++ program.