home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / gui / mui31_MaxonC++.lha / Maxon / Demo.logs next >
Encoding:
Text File  |  1995-12-05  |  2.5 KB  |  69 lines

  1. File            Problems                                        Runtime
  2. ***********************************************************************
  3. demo.h          pragmas/*_pragmas.h -> pragma/*_lib.h
  4.                 open utility.library "by hand"                  -
  5.  
  6. AppWindow.c     ok                                              ok
  7.  
  8. Balancing.c     ok                                              ok
  9.  
  10. BoopsiDoor.c    ok                                              ok
  11.  
  12. brush2c.c       proto -> clib
  13.                 stccpy (from demo.h)
  14.                 open IFFParse.library                           ok
  15.  
  16. Class1.c        Msg casts                                       ok
  17.  
  18. Class2.c        Msg casts                                       ok
  19.  
  20. Class3.c        Msg casts                                       ok
  21.  
  22. DragnDrop.c     forget __stdarg in DoSuperNew
  23.                 Msg casts                                       ok
  24.  
  25. EnvBrowser.c    ok                                              ok
  26.  
  27. InputHandler.c  IORequest casts                                 ok
  28.  
  29. Layout.c        __asm -> ASM
  30.                 (void *) at hook fuction entry                  ok
  31.  
  32. Menus.c         ok                                              ok
  33.  
  34. MUI-Demo.c      static strings like "*"\ , not "*\              ok
  35.  
  36. Pages.c         ok                                              ok
  37.  
  38. Popup.c         ok                                              ok
  39.  
  40. psi.c           missing include files                           -
  41.  
  42. ShowHide.c      ok                                              ok
  43.  
  44. Slidorama.c     ok                                              fail
  45.                 Problems with MUIM_Window_SetCycleChain
  46.                 (If you "comment it out" the prg. works)        (ok)
  47.  
  48. Subtask.c       __saveds -> SAVEDS
  49.                 __asm -> ASM
  50.                 Msg casts                                       ok
  51.  
  52. Virtual.c       static strings like "*"\ , not "*\
  53.                 static APTR -> APTR                             ok
  54.  
  55. WbMan.c         strdup -> malloc + strcpy                       ok
  56. ********************************************************************
  57. Mostly harmles errors like casts, SAVEDS/ASM conversions and static
  58. string declaration. Shouldn't be a big problem.
  59.  
  60. Slidorama.c:    I just don't know why this program GURUs. In the
  61.                 documentaion it says that this fuction is obsolete.
  62.                 Maybe there is a work-around ...
  63.  
  64. I never used mui before, I just installed it for my compiler, so
  65. maybe the Slidorama-error could be avoided :-(
  66.  
  67. Ciao,
  68.         Armin.Obersteiner@giga.or.at
  69.