Re: [bme-develop] emoticon code in cvs
Status: Planning
Brought to you by:
sirmik
|
From: Sir M. <obe...@ho...> - 2004-04-04 12:11:57
|
Hi guys!, >You only commited Bme.proj, iconprefs.txt and constats.h >If you wanted to commit the StringTokenizer an IconManger code you >first have to add to the repository and the do the commit. > They should be in the repository now...hope it worked :D >Look into the MsnList class, there is something for sorting the >BOutlineList. >It would be something like this to sort a list. > static int cmpListItem(void*,void*); //It has to be static. > int (*ptrSort) (void*,void*); > ptrSort = cmpListItem; > ... > list- >SortItems(ptrSort); > Yes I already looked at that code, but didn't understand it....what doest this mean? int (*ptrSort) (void*,void*); anyway changing the comparison method to static did the trick... regards, Tim _________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl |