home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11983 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.2 KB

  1. Path: sparky!uunet!vtserf!csugrad!jjarrett
  2. From: jjarrett@csugrad.cs.vt.edu (James Jarrett)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: LOADFIX and low-memory EXE loading
  5. Message-ID: <C0ozzJ.DJA@csugrad.cs.vt.edu>
  6. Date: 11 Jan 93 13:54:55 GMT
  7. Organization: Virginia Tech Computer Science Dept, Blacksburg, VA
  8. Lines: 21
  9.  
  10. A kind soul gave me a tip on my problem running my program from the DOS
  11. prompt.  He suggested that I use LOADFIX to run my program.  It works, and
  12. that's great, but I'd like some details.
  13.  
  14. My DOS manual does not mention LOADFIX, so all I have is the HELP LOADFIX
  15. documentation.  How does it work and why is it necessary?
  16.  
  17. Next, how can I write a program so it doesn't need LOADFIX?  For my current
  18. project, it doesn't matter, since I only have 1 user, and she has DOS 5.0.
  19. My next project, however, is supposed to run on almost any machine.  I 
  20. cannot require LOADFIX, and I would like to be able to circumvent the 
  21. problem inside my program. 
  22.  
  23. Does anyone have ANY technical information on this problem?  Get as detailed
  24. as necessary to allow me to implement a solution.
  25.  
  26. Thanks,
  27. Jim Jarrett
  28.  
  29. PS Again, please respond to jjarrett@csugrad.cs.vt.edu if possible.  It's
  30. easier for me to receive answers this way.
  31.