home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xco212p.zip / DOC / problems.txt < prev    next >
Text File  |  1996-03-05  |  2KB  |  62 lines

  1. PROBLEMS.TXT                   Copyright (c) 1991-1996 xTech Ltd
  2. ----------------------------------------------------------------
  3.  
  4.  Version 2.12
  5.  
  6. Take in attention that XDS compiler does not support _Optlink calling
  7. conventions yet. So you can not call from Modula-2/Oberon-2 directly
  8. those functions of standard CSET library which use such conventions.
  9. To call _Optlink C function you must provide an intermediate C function
  10. with _SysCall conventions.
  11.  
  12.  
  13.                             Modula-2
  14.                             --------
  15.  
  16. XDS requires the use of "FORWARD" procedures declarations when
  17. necessary (ISO "declare-before-use" approach).
  18.  
  19. There are a lot of Modula-2 dialects. XDS Modula-2 compiler is
  20. fully ISO compatible in the default mode.
  21.  
  22. Following is the list of obsolete features:
  23.  
  24. - EXPORT and EXPORT QUALIFIED statements in definition modules
  25.   are obsolete. Remove such declarations from definition modules
  26.  
  27. - Type casting using TypeName(Expression) is obsolete.
  28.   Use SYSTEM.CAST instead.
  29.  
  30.  
  31.                            Bug report
  32.                            ----------
  33.  
  34. If you suspect you found a bug:
  35.  
  36.         1. Ensure you have a latest version of XDS.
  37.  
  38.         2. Ensure ALL your sources had been recompiled by the
  39.            latest version of XDS.
  40.  
  41.  
  42. If you are still sure it is XDS bug, please report it to  us.
  43. We are grateful indeed for bug reports.
  44.  
  45. You can make  our  life  easier  if  you  provide  us  with  the
  46. following information:
  47.  
  48.         - version number of XDS you use
  49.  
  50.         - platform details (CPU, FPU, and operation system)
  51.  
  52.         - XDS compiler options
  53.  
  54. complete with a minimal piece of source code causing error.
  55.  
  56. Please send bug reports to:
  57.  
  58.                 xds@iis.nsk.su.
  59.  
  60.  
  61.                         [end of document]
  62.