Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!otter.hpl.hp.com!hpopd!richardh From: richardh@hpopd.pwd.hp.com (Richard Hancock) Newsgroups: comp.os.msdos.programmer Subject: Re: Separate Stack Segment under MS Windows 3.0 Message-ID: <37390001@hpopd.pwd.hp.com> Date: 21 Feb 91 14:24:17 GMT References: <1991Feb19.220449.1676@watdragon.waterloo.edu> Organization: Hewlett-Packard CCG-PWD, UK. Lines: 9 / hpopd:comp.os.msdos.programmer / smvorkoe@daisy.waterloo.edu (Stefan M. Vorkoetter) / 10:04 pm Feb 19, 1991 / > I am developing an application to run under MS Windows 3.0, and I > am trying to put the stack in a segment of its very own. I believe that this is "impossible" unless you want to do stack-switching yourself, eg. GlobalAlloc() and switch SS as appropriate. Richard.