home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / hed178b.zip / hed.faq < prev    next >
Text File  |  1997-03-15  |  2KB  |  81 lines

  1.  
  2.                    HED FREQUENTLY** ASKED QUESTIONS
  3.  
  4.     (** = at least one time asked, sometimes even two !)
  5.  
  6.  
  7.  
  8.  
  9. Q. My OS/2 reports: "System cannot find the file EMX". What is this EMX
  10. file ?
  11.  
  12. A. Hed, as many other freeware & shareware programms, is compiled with the
  13. emx gnu c. You have to get the emx run time libraries in order to run
  14. hed. The emx run time libraries can be downloaded from any OS/2 ftp site
  15. as emxrt.zip in some place under /os2/unix/emx*.
  16.  
  17.  
  18.  
  19. Q. Why is X so slow under Windows ? Why X feature doesn't work in the
  20. Windows version ?
  21.  
  22. A. There are two thinks to blame ...
  23.  
  24.  1) Windows. The Console API hed uses is too slow in 95 and extremely
  25.     slow in NT.
  26.  2) Visual C++. Mallocs and frees are so slow it can take seconds to
  27.     free all members of a medium sized linked list.
  28.  
  29.  
  30.  
  31. Q. Hed refuses to parse the fixup table of some file. I'm sure this is a
  32. binary file. Why will hed not understand it ?
  33.  
  34. A. Hed currently supports only LX (linear executables). Some old 16bit
  35. OS/2 programs come with the outdated NE file format. Hed can parse 16bit
  36. programs but they must be LX binaries. If you are sure the binary is a
  37. valid LX and hed does not understand it please contact the author.
  38.  
  39.  
  40.  
  41.  
  42. Q. Fixups seem to be ok, but the code they point to doesn't make any sence.
  43.  
  44. A. This is most propably a compressed file. Try uncompressing it first.
  45.  
  46.  
  47.  
  48.  
  49. Q. What is the meaning of all those FFFFFFFF offsets in the fixup tables ?
  50.  
  51. A. Fixups that point to the current module do not always corespond to some
  52. actual data in the binary file. For example, an internal reference to an
  53. iterated or a compressed page does not have some offset in the file
  54. associated with it. FFFFFFFF offsets denote this kind of unresolved
  55. internal references.
  56.  
  57.  
  58.  
  59.  
  60. Q. Can by any change this particular feature I need be included in hed ?
  61.  
  62. A. Of course it can. Just e-mail the author and ask for it. Nearly half of
  63. hed features were implemented as a result of some user requesting them. Hed
  64. would have never been what it is without your support.
  65.  
  66.  
  67.  
  68.  
  69. Q. How can I register hed ?
  70.  
  71. A. E-mail the author. Tell him how much you like hed. Consider your self
  72. registered.
  73.  
  74.  
  75.  
  76.  
  77. Q. Is hed a hacking tool disquised as a hex editor ?
  78.  
  79. A. Yes.
  80.  
  81.