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

Re: [MiNT] GEMClip 1.0, a clipboard manager



> GEMClip, a clipboard manager for FreeMiNT and MagiC

What I saw that you use Ssystem() to test of MiNT. This is not the 
best way, because I use FreeMiNT and N.AES, but N.AES have no 
window menu. I also wrote a program for me that install Ssystem on 
MagiC.

For the test if XaAES present you can use appl_getinfo_str ( 
AES_VERSION, ... ). You must use the extend version from 
appl_getinfo, because with the normal function you get only the 
version number from the AES.
For earlier version from XaAES you must use appl_getinfo ( 22358, 
..).

Gerhard