Hi All,
Besides needing a more foolproof method of downloading
the Cygwin package ( including Make ), I found a
possible bug.
The following code, which prevents operations to occur
on empty lists, didn't work with the new
Cygwin/PRC-Tools. I un-installed it and re-installed
the "older" version of PRC-Tools and everything was
fine. I haven't tried to compare the assembly
differences yet though.. Plus, this is a pretty huge
multiple code-section app..
LstSelection =
LstGetSelection(GetObjectPtr(AddrHostLst));
lstP = GetObjectPtr(AddrHostLst);
if ( LstSelection != noListSelection &&
(LstGetNumberOfItems(lstP) != 0) )
{
;
}
else
{
;
}
(sorry for it being all jammed-together)
Cygwin/PRC-Tools is great, but it still needs some
help if you want people to be able to install/use it.
Thanks,
Joe Siebenmann
__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/