home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / pmc08b.arj / STUFF.DOC < prev   
Text File  |  1994-06-23  |  2KB  |  50 lines

  1.  
  2.   This is a small pre-release of PMC by Tran. It is basically a 32bit extender
  3. for Borland C++ 4.0. It is intended for the game/demo crowd. I am but one
  4. person, so except for the little bit of help I am getting from Dave Cooper,
  5. there is still a lot to be done. A lot has already been coded, and it is
  6. included here. No dox have been written up yet, so you are going to have to do
  7. with the examples and sources. This pre-release is intended for all who are
  8. interested in the final release. The functions provided have been tested a
  9. bit, but bugs may exist. The whole thing is geared for game and demo coding.
  10. Much low level control is provided where possible. As of now, it is
  11. functional, so feel free to use it. Don't send me mail asking how this or that
  12. function works, it will be documented in the final release. Till then, play
  13. with it if you wish. But I suggest you do this with a good knowlege of C and
  14. ASM. Also be wary of BCC32 4.00 bugs, there are a few. Don't go blaming my
  15. code until you make sure its not a BCC32 thing. They will all be fixed in a
  16. BC4 mainenance update though, so I am not worried about that.
  17.  
  18. Files present:
  19.  
  20.   PMODE.ASM     - PMODE 3.01 extender source.
  21.   PMODE.DOC     - PMODE 3.01 dox.
  22.   PMODE.OBJ     - PMODE 3.01 extender assembled.
  23.  
  24.   C0PMC.ASM     - PMC startup header for BC4 source.
  25.   C0PMC.OBJ     - PMC startup header for BC4 assembled.
  26.  
  27.   PMC.LIB       - PMC 32bit library.
  28.   PMC.H         - PMC C header.
  29.   PMC.INC       - PMC ASM header.
  30.  
  31.   LIBSRC.ZIP    - Library function source codes
  32.  
  33.   STUFF.DOC     - You're reading it.
  34.  
  35.   CEX0.C        - Example #0 C module.
  36.   AEX0.ASM      - Example #0 ASM module.
  37.   MEX0.BAT      - Builds example #0 using BCC32, TASM, and TLINK.
  38.  
  39.   CEX1.C        - Example #1 C module.
  40.   MEX1.BAT      - Builds example #1 using BCC32 and TLINK.
  41.  
  42.   Oh well... Gotta get back to work here. Use it, or don't, your choice. Hi
  43. to my friends out there in the U.S. and Europe. As you can see, the PMODE
  44. extender can be used nicely in a high level language. If you want, you can use
  45. it by itself. Or even replace the Watcom C default extender if its possible.
  46.  
  47.                                                 Whatever...
  48.                                                 Tran...
  49.  
  50.