Known bugs and misbehaviour in Project Analyzer 2.9.02 beta

- Cannot call PROJECT.DLL! I had to replace it with Basic routines. This
  is why it is so sloooow. Won't be corrected in the near future.
- Cannot save analysis to an .ANL file, nor load
- Doesn't understand compiler directives (#if xyz then)
- Cannot make the difference between Property Get, Set and Let. So
  they may show "dead" in the listings.
- Constant references in the (declarations) section are not interpreted. 
  This may cause the following code to show a WM_USER as a 'dead' const:
  Global Const WM_USER = xyz
  Global Const WM_HELLO = WM_USER + 1
- A ReDim statement isn't counted as "use" of a table.
  So a table that is ReDim'd may be shown as dead.
  I think this is OK, not a bug.
- There are a few bugs in the FRX view (it works OK for most cases)
  * FRX view shows only graphical data.
    Textual data (like the List property of a ListBox) is not shown.
  * FRX view may label picture types strangely, like showing (Icon)
    when it isn't
  * FRX view doesn't understand if one control has more than 1 picture
    => Shows only one picture
  * FRX view doesn't understand other properties than
    .Picture, .Icon and .MouseIcon
  * FRX view can't handle SSCommand.Picture. Seems to me these pictures
    are stored differently
