[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] XaAES v0.912



LS

There is a new version available (see sig)

Done:
1  rsrc_load: global[5] and global[7] were incorrectly filled.
   Fixed by changing the definition of global in what it really is: a structure.
2  Seemingly dummy values for w,h in create_window are ignored.
3  Concurrent displayed form_alerts mixed up. Forgot to malloc the text strings.
   NB! The rsc files are changed!
   Alerts can be topped by clicking anywhere in the alert.
   Some MiNT versions put a extra '|' in the alert string.
   Alerts can now have 6 lines of text.
4  Fixed a bug in appl_init/exit which caused app's not starting
   or crashing XaAES when finishing.
5  wind_get(0,'XA',&version)
   short version recieves XaAES's version number ie: 0x0912
   Pure C users can find a new binding for wind_get in folder PURE_C of
   the distribution. It replaces the one in pcgemlib.lib.
   This binding makes the typical PureC wind_get usable througout:
   int wind_get(int hdl, int cmd, ...);


Read the history file!

-- 
Groeten; Regards.
Henk Robbers.	mailto:h.robbers@chello.nl
		  http://members.ams.chello.nl/h.robbers/Home.html
A free multitasking GEM for MiNT: XaAES   (heavily under construction);
                                              http://xaaes.atari.org
Interactive disassembler:         TT-Digger;  http://digger.atari.org
Experimental text editor:         AHCX