CompuServe Messages

Makefile Made!!!

    26-Jul-90 19:49:00
Sb: #114584-Makefile Made!!!
Fm: Mike Spille/Manx 71545,1466
To: Tom Eshelman 73717,3446
Um, its generally not a good idea to mix large and small data model in the same program. It can be done, but the potential for running into problems is pretty big. If you're compiling one module for large-data, I'd generally recommend compiling all of them for that model (and linking with the appropriate libraries, of course 8-), unless there's a significant size or speed problem with that. I'm looking into your z.opt problem – its definitely strange! -Mike