Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!olivea!orc!inews!iwarp.intel.com!gargoyle!igloo!ddsw1!obdient!vpnet!louisg From: louisg@vpnet.chi.il.us (Louis Giliberto) Newsgroups: comp.os.msdos.programmer Subject: run time loading of routines Keywords: libraries loading segments Message-ID: <277145b7-227.1comp.os.msdos.programmer-1@vpnet.chi.il.us> Date: 21 Dec 90 02:55:03 GMT References: <1961@raybed2.msd.ray.com> Lines: 16 lah at raybed2.msd.ray.com writes: >I need a program to be able to when running load in a set of routines >that it will used based on a configuration value passed in an argument. > >the set of routines that it will load and execute will be different >for different configurations. > >I am using Microsoft C v5.0 I'm not too familiar with Microsoft C, but, personally, I would use overlays if it supports them. Just keep the common routines in the main routine and overlay the particulars. Louis Giliberto louisg@vpnet.chi.il.us