home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / Amiga / AmiWin / lesstif_amiwin.readme < prev    next >
Text File  |  1997-11-13  |  2KB  |  46 lines

  1. Short:        Motif1.2 compatible library for AmiWin
  2. Author:       misc
  3. Uploader:     powerstack@usa.net
  4. Type:         gfx/x11
  5. Distribution: GPL
  6.  
  7.  
  8. Distribution: GNU GENERAL PUBLIC LICENSE
  9.  
  10.  
  11. ----
  12. The Port: This is a port of the Motif-complient lesstif library to AmiWin
  13.           in the form of two static-link SAS/C-Libraries:
  14.           
  15.           libXm.lib(using ieee-math) and libXm881.lib(using fpu-math).
  16.           
  17.           All you have to do to compile a Motif application is to link the
  18.           lib with the math-type you are using in the main program to your
  19.           application, just as you link x11.lib aswell.
  20.  
  21. ----
  22. Changes to the code:
  23.   In the main function of the application, you have to call the function
  24.   "INIT_AMIWIN_MOTIF()" like this: "INIT_AMIWIN_MOTIF(&argc,argv);".
  25.   Otherwise, lesstif will print a warning "******NULL POINTER*****"
  26.   and crash.
  27.  
  28.  
  29. ----
  30. The Includes: The includes are in the "lesstif/include/Motif-1.2"-directory.
  31.               To be compatible with Motif-applications, the subdirs should
  32.               be mirrored into your "include:"-assign. To do this, just
  33.               type "execute Assigns" when in the lesstif-directory.
  34.  
  35.  
  36. ----
  37. Authors: Many Authors have contributed to lesstif.See the source files
  38.          for more information.
  39.  
  40.          This was ported to AmiWin/Amiga by powerstack@usa.net
  41.  
  42. ----
  43. Bugs: Many bugs you might discover when trying this out are to blame on
  44.       lesstif itself,but some are to blame on this port,too. A lot of
  45.       modifications had to made to get it running at all...
  46.