Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: How to make DLLs in cygwin for MSVC and BCB Date: Thu, 23 Jun 2005 18:18:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <1119546955.6224.17.camel@fulgurite> Message-ID: ----Original Message---- >From: Max Kaehn >Sent: 23 June 2005 18:16 > You'll need to find some way to arrange that the 4K is available at > the bottom of the stack of your main thread for as long as you have > cygwin1.dll loaded. > --- > extern "C" int mainCRTStartup (); > > extern "C" int __stdcall > cygwinFriendlyCRTStartup () > { > char buf[4096]; > return mainCRTStartup (); > } > --- Sorry, but why isn't that 4k at the *TOP* of the stack? It sure looks that way to me, unless cygwin stacks grow upward! cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/