home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / DBWBOUND.ZIP / 00README.OS2 next >
Text File  |  1990-05-15  |  2KB  |  46 lines

  1. DBWRENDR for OS/2
  2.  
  3. This file describes the OS/2 Bound version of DBW-RENDER.  The RAY.EXE
  4. program will run under both MS-DOS and OS/2.
  5.  
  6. The only differences between this and the original DBWRENDER 1.02 for
  7. the IBM-PC distribution I received is that I modified the RAY.H file. 
  8. I added a "#DEFINE OS2 1" at the beginning of the file, and I added an
  9. #IFDEF OS2 which changes the version message to say version "1.02 (OS2
  10. Bound)".  I also added my name to the version message as the person who
  11. did the OS/2 "conversion".  
  12.  
  13. I actually didn't change any of the C code, so saying I'm responsible
  14. for "converting" this is really not true.  All I had to do was
  15. re-compile it under OS/2, and run the BIND program.  Thus this is a
  16. straight port from the MS-DOS version.  There are obviously many places
  17. where multithreading and other OS/2 features may be applicable to
  18. DBWRENDR.  I'll leave that to others.
  19.  
  20. In addition to modifying the RAY.H file, I also created the following
  21. files:
  22.  
  23.    MAKERAY.OS2  - Make file for Microsoft C 5.1 compiler under OS/2
  24.   00readme.OS2  - this file. 
  25.  
  26. In the MAKERAY.OS2 program, I assume the BIND program can find the DOSCALLS 
  27. library in C:\OS2\DOSCALLS.LIB.  If this is not correct on your computer you
  28. may have to change this line or run BIND manually.
  29.  
  30. I only converted the RAY program.  This creates the .TMP files, but does not
  31. actually display anything.  You still have to use the MS-DOS Display program,
  32. or a program that converts DBW .TMP output to .GIF or some other format.
  33.  
  34. What we really need is a program that converts .TMP files to Presentation
  35. Manager .BMP files, or a Presentation Manager application to display .TMP
  36. files directly.  Again, I'll leave this for others to do.
  37.  
  38.  
  39. - Kevin Lowey 
  40.  
  41.   Internet: LOWEY@SASK.USask.CA
  42.   Fidonet:  Kevin Lowey @ 1:140/43.0
  43.   Uucp:     Lowey@Herald.uucp
  44.   Bitnet:   Lowey@Sask
  45.   Sask-Tel: (306) 966-4857
  46.