Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!primerd!primerd!eriador!mguyott From: mguyott@eriador.prime.com Newsgroups: comp.windows.ms.programmer Subject: Re: Zortech C++ and the MSC /NT flag. Message-ID: <149000002@eriador> Date: 15 Feb 91 20:31:00 GMT References: <149000001@eriador> Lines: 20 Nf-ID: #R:eriador:149000001:eriador:149000002:000:1241 Nf-From: eriador.prime.com!mguyott Feb 15 15:31:00 1991 An update on the state of my original question/problem. After looking at the .map file for a Windows application built using Zortech C++ I have seen that Zortech C++ puts each .cpp file it compiles into it's own code segment. This solves half of my problem in that each module now goes into it's own code segment. The other, unsolved, half of my problem is how do I combine several small code modules (separate .cpp files) into one code segment? Because they have different module names they are automatically put into different code segments by the linker. One way to solve this is to put everything in one code module but this takes away from the idea of one class in one file. So I guess I'm back to my original question: "Is there a way to tell the Zortech C++ compiler the name of the code segment to put this object code into?" Marc ---- Two of the worst things we teach our children are that a knowledge of science is nice but not necessary, and a knowledge of sex is necessary but not nice. Marc Guyott Constellation Software, Inc. (508) 620-2800 Framingham, Mass. 01701 USA Ext. 3135 mguyott@primerd.prime.com ...!{uunet, decwrl}!primerd.prime.com!mguyott