home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / pa32v298.zip / KNOWNBUG.TXT < prev    next >
Text File  |  1996-05-15  |  2KB  |  42 lines

  1. Known bugs and misbehaviour in Project Analyzer 2.9.x beta
  2.  
  3. Please let me know of any bugs you find.
  4.  
  5. - May produce OUT OF MEMORY or SUBSCRIPT OUT OF RANGE during analysis
  6.   *** PLEASE LET ME KNOW IF YOU EXPERIENCE THESE ERRORS ***
  7.  
  8. - If you find a procedure, variable or constand marked "dead" even
  9.   if it's not, please send me a piece of your source code (the
  10.   declaration and the reference).
  11.  
  12. Features not implemented (at least for now):
  13. - Cannot save analysis to an .ANL file, nor load
  14.  
  15. Most of the analysis is done correctly, but there is some
  16. misbehaviour (minor problems, I hope):
  17. - Doesn't understand compiler directives (#if xyz then)
  18. - Constant references in the (declarations) section are not interpreted. 
  19.   This may cause the following code to show a WM_USER as a 'dead' const:
  20.   Global Const WM_USER = xyz
  21.   Global Const WM_HELLO = WM_USER + 1
  22. - May not always see the difference between two public variables that
  23.   have the same name (as Public Form1.Var1 and Public Form2.Var1)
  24. - ReDim MyTable(N) is interpreted as a new local table
  25. - The size of variable and constant names is restricted to 40
  26.   characters. Longer names are truncated.
  27. - Doesn't understand the line continuation character '_' in VB 4.0
  28. - The obsolete loop construction While..Wend is not counted in Nested loops
  29.  
  30. There are a few deficiencies in the FRX view (it works OK for most cases)
  31.   * FRX view shows only graphical data.
  32.     Textual data (like the List property of a ListBox) is not shown.
  33.   * FRX view may label picture types strangely, like showing (Icon)
  34.     when it isn't
  35.   * FRX view doesn't understand if one control has more than 1 picture
  36.     => Shows only one picture
  37.   * FRX view doesn't understand other properties than
  38.     .Picture, .Icon and .MouseIcon
  39.   * FRX view can't handle SSCommand.Picture. Seems to me these pictures
  40.     are stored differently
  41.  
  42.