home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / APPTYPE.ZIP / readme.txt < prev   
Text File  |  1993-03-24  |  2KB  |  52 lines

  1. This archive contains Eberhard Mattes' apptype, a program to determine
  2. the type of executable (OS/2, MSDOS, etc). The directories MSC/ and EMX/
  3. contain versions for OS/2 1.x--2.x and OS/2 2.x, respectively.
  4.  
  5. Files:
  6.  ./
  7.   apptype.c     unmodified source
  8.   readme.txt    this file
  9.  EMX/
  10.   apptype.exe   OS/2 2.x executable
  11.   makefile.emx  makefile for EMX/gcc 0.8f
  12.  MSC/
  13.   apptype.def   linker definition file
  14.   apptype.exe   OS/2 1.x--2.x executable
  15.   fapptyp.h     definitions of the application type, from os2emx.h
  16.   makefile.msc  makefile for Microsoft C 6.00A
  17.   patches.msc   context diffs, to be applied with "patch"
  18.  
  19. Mike Kretzer has suggested that the necessary DLLs from the EMX distribution
  20. be included to make installation easier. These are:
  21.  dll/
  22.   emx.dll       from emx-0.8f, required for the EMX executable
  23.   emxlibc.dll     from emx-0.8f, required for the EMX executable
  24.   copying.emx   documentation
  25.  
  26. If you wish to use the EMX executable, then the above .dll files must
  27. be placed in a directory which is listed in the LIBPATH line of config.sys.
  28. The usual location is \emx\dll\. If you change the LIBPATH statement, 
  29. remember that a re-boot will be required.
  30.  
  31.  
  32.  
  33. The following note was posted with the source:
  34.  
  35. > From: mattes@iema.e-technik.uni-stuttgart.de (Eberhard Mattes)
  36. > Newsgroups: comp.os.os2.programmer
  37. > Subject: Re: How to recognise 16-bit apps
  38. > Date: 24 Mar 93 15:19:52
  39. > In-reply-to: clemens@immd8.informatik.uni-erlangen.de's message of 
  40. >              Sun, 21 Mar 1993 08:25:05 GMT
  41. > The bits.cmd REXX procedure is nonsense. Here's a more correct program.
  42. > (Bugs: the default extension is .exe only, not all error codes translated 
  43. > to human-readable form):
  44. > --
  45. >   Eberhard mattes (mattes@azu.informatik.uni-stuttgart.de)
  46.  
  47. --
  48. Darrel Hankerson hankedr@mail.auburn.edu or hank@ducvax.auburn.edu
  49. 24 March 1993
  50.