Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!know!pluto.hemel.bull.co.uk!pmoore From: pmoore@hemel.bull.co.uk (Paul Moore) Newsgroups: comp.windows.ms.programmer Subject: Re: Using Zortech C++ and Turbo C++ with MS Windows SDK Message-ID: <1990Nov28.122341.12128@hemel.bull.co.uk> Date: 28 Nov 90 12:23:41 GMT References: <1990Nov5.062543.10383@gpu.utcs.utoronto.ca> <36200001@hprpcd.HP.COM> Organization: Bull HN UK Lines: 6 You are not going to be able to force a c(++) compiler to make windows code if the isn't an explicit "make windows code" switch in the compiler (as with MSC and Zortech 2.*). Windows code segments have very specific run in code at the front that windows modifies on the fly to allow the movement of segments. It is not just a matter of finding the right linkage parameters.