Short: Motif1.2 compatible library for AmiWin Author: misc Uploader: powerstack usa net Type: misc/x11 Architecture: m68k-amigaos Distribution: GPL Distribution: GNU GENERAL PUBLIC LICENSE ---- The Port: This is a port of the Motif-complient lesstif library to AmiWin in the form of two static-link SAS/C-Libraries: libXm.lib(using ieee-math) and libXm881.lib(using fpu-math). All you have to do to compile a Motif application is to link the lib with the math-type you are using in the main program to your application, just as you link x11.lib aswell. ---- Changes to the code: In the main function of the application, you have to call the function "INIT_AMIWIN_MOTIF()" like this: "INIT_AMIWIN_MOTIF(&argc,argv);". Otherwise, lesstif will print a warning "******NULL POINTER*****" and crash. ---- The Includes: The includes are in the "lesstif/include/Motif-1.2"-directory. To be compatible with Motif-applications, the subdirs should be mirrored into your "include:"-assign. To do this, just type "execute Assigns" when in the lesstif-directory. ---- Authors: Many Authors have contributed to lesstif.See the source files for more information. This was ported to AmiWin/Amiga by powerstack@usa.net ---- Bugs: Many bugs you might discover when trying this out are to blame on lesstif itself,but some are to blame on this port,too. A lot of modifications had to made to get it running at all...