home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / EDITOR / UNITY312.ZIP / Q&A.TXT < prev    next >
Encoding:
Text File  |  1991-05-22  |  2.8 KB  |  70 lines

  1.           Common Questions and Answers Regarding Unity
  2.  
  3.  
  4. Q. When I compile I don't see the compilers output.  I thought
  5.    Unity echoed it's output to a window.
  6.  
  7. A. Unity supports the dual display mode by default.  If you have
  8.    a second video card installed and have the monitor turned off
  9.    or do not have a monitor installed you will not see the
  10.    compiler's output.  You can either turn on the monitor (or
  11.    install one) or disable the dual display mode from the
  12.    OPTIONS/DISPLAY menu.
  13.  
  14. Q. When I run my compiler I see the error messages in the
  15.    execution window but Unity doesn't detect any errors.
  16.  
  17. A. There are several reasons why this could happen:
  18.  
  19.         1. You have not installed the correct filter for that
  20.            particular compiler.
  21.         2. You have selected the incorrect "run filter" option.
  22.         3. You're using a different version compiler than the
  23.            filter was written for.  The filters usually use part
  24.            of the compiler's copyright notice to detect what type
  25.            it is, if the vendor has changed the copyright notice
  26.            the filter will not know how to parse the error
  27.            messages.
  28.  
  29. Q. Even though I have expanded memory, why do I still run out of memory
  30.    when I compile.
  31.  
  32. A. You may also have insufficient EMS for Unity to swap to.  If this
  33.    is the case try freeing up some of your EMS by reducing a RAM disk
  34.    or disk cache.
  35.  
  36.    Alternately, you can enable disk swapping (by defining the swap drive).
  37.    This, however, will greatly reduce the speed of compiles.
  38.  
  39.    Some programs are just too big to compile with even the least bit
  40.    of conventional memory being used.  If you are working on an
  41.    exeptionally large program this may be the case.
  42.  
  43. Q. Unity can not find my compiler.
  44.  
  45. A. Either add the directory where the compiler is located in your
  46.    PATH statement or include the drive and path in the program
  47.    name when you install it with UINST.
  48.  
  49. Q. Can we bundle Unity with our compiler?
  50.  
  51. A. Yes, but only after signing a licensing agreement.  Licensing
  52.    agreements and site licenses are available for reasonable
  53.    fees.
  54.  
  55. Q. Is the source code for Unity available?
  56.  
  57. A. Only if you have really big bucks.
  58.  
  59. Q. Is Unity available in other languages.
  60.  
  61. A. Unity has been designed to allow registered owners to
  62.    completely replace the internal messages with a custom message
  63.    table.  This makes it possible to translate the program
  64.    without access to the source code.  As translations are
  65.    completed they will be made available.  If you wish a foreign
  66.    language version you can always do the translation yourself.
  67.    Registered copies include the American English message table
  68.    and a program that installs the message table into UNITY.EXE.
  69.    The menu options, however, will remain in English.
  70.