Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!jarthur!uunet!pilchuck!dataio!fnx!nazgul!bright From: bright@nazgul.UUCP (Walter Bright) Newsgroups: comp.windows.ms.programmer Subject: Re: Zortech C++ and the MSC /NT flag. Message-ID: <271@nazgul.UUCP> Date: 25 Feb 91 18:38:31 GMT References: <149000001@eriador> Reply-To: bright@nazgul.UUCP (Walter Bright) Organization: Zortech, Seattle Lines: 13 In article <149000001@eriador> mguyott@eriador.prime.com writes: /I am currently using Zortech C++ Version 2.18 to develop a Windows /application. /How do you get different modules to /compile into different code segments using the Zortech C++ compiler? Two solutions: 1. Use the M or L memory models, so that each module gets its own code segment name. 2. There should be a utility in your \zortech\bin directory called PATCHOBJ. That utility can be used to change the segment names in an existing .OBJ file. If you run the program without arguments, it will present directions on how to use it.