--- "[EMAIL PROTECTED]" wrote: > > SearchStateType searchInfo; > ... > DmGetNextDatabaseByTypeCreator(firstTime, > &searchInfo, NULL, > 0, 0, &cardNo, &dbID) > and when I try to compile, there is this as error: > Error : undefined identifier 'SearchStateType' >
try using this: DmSearchStateType searchInfo; Look at the docs for DmGetNextDatabaseByTypeCreator if this doesn't make sense to you. __________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
