Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!world!goodearl From: goodearl@world.std.com (Robert Goodearl) Newsgroups: comp.windows.ms Subject: Re: Pleasures and Penanties of the Large Model Message-ID: <1990Sep5.041426.3532@world.std.com> Date: 5 Sep 90 04:14:26 GMT References: <82934@aerospace.AERO.ORG> <26008@cs.yale.edu> Organization: The World Lines: 10 With regard to using large model windows programs, there is another penalty which is not to be ignored. You can not easily (and perhaps not at all) run multiple instances of a large model program because of the multiple data segments that are created in large model programming. When writing programs for medium model, prototyping all of your functions will help greatly in dealing with pointer types. Also, in C 6.0 there are model independent library functions to help out with this. -- Bob Goodearl -- goodearl@world.std.com