Short: Shows how much memory is available (uses MUI) Author: roland@fuldix.westfalen.de (Roland Fulde) Uploader: roland fuldix westfalen de (Roland Fulde) Type: util/wb Architecture: m68k-amigaos MUImem is the 999th program that will show you how much memory is used, how much is available an so on... No gauge, no percentages, not localized... Just a little try in how to write a small program with MUI... Usage should be pretty self-explanatory. If You have a Retina graphics card and want MUImem to display its available memory, simply give it a Tooltype called RETINA or specify RETINA as a command line argument. If you find a bug or want to send me any comments on the program, feel free to drop me a mail: roland@fuldix.westfalen.de As you might have expected, MUImem is Freeware. Known Problems: Showing Retina memory will probably not work when Your Retina runs under Cybergraphics, since the Cybergraphics driver accesses the hardware directly, and thus there will be a conflict between the Cybergraphics driver and the retina.library. (If anybody knows a possibility to ask for available/used graphics card's memory under Cybergraphics, please let me know...) Since retina.library's Retina_AvailMem does not support MEMF_LARGEST, You shouldn't trust in the value shown for the largest available block of Retina memory. (This is not my fault; ask MacroSystem to fix it.) History: 1.0 (04.02.95) - First version 1.1 (31.03.97) - Support for Retina memory added (won't work with Cybergraphics) - Added some MUI3 stuff (bubble help, AboutMUI window, MUI settings window)