Pietro, > Now, I think that this message come from the use of two string routine: > (StrToLower and StrStr). Why do you think this? Did you use a debugger to determine this? If so, what was the relationship between IntlDispatch and the other two functions? I mean, you're interested in determining why IntlDispatch is being called. There's no way those two string functions will call it in 3.0, since IntlDispatch didn't exist until 3.1 (according to CoreTraps.h). Or are you just guessing? If so, then I urge you to use a debugger. It will tell you *exactly* why IntlDispatch is being called. -- Keith Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "bytefox" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> cc: (Keith Rollin/HQ/3Com) Subject: call to Palm OS routine #A2AB (IntDispatch) Hi everybody, The program I'm currently writing using SDK v3.5 as just started to activate a message box under POSE (using debug Rom v3.0) with this message: xxxx tried to call Palm OS routine #A2AB (IntlDispatch). This routine does not exist in this version of the Palm OS. If I try to execute the program under Palm OS v3.3 or 3.5, no problem. Now, I think that this message come from the use of two string routine: (StrToLower and StrStr). But I don't understand what I have to do to eliminate the problem. Looking on the documentation of PalmOS v3.0, I've seen that the routine I use are still there but that they does not work with accented caracters... My question is: How can I use this two routine under Palm OS 3.0? Best Regards Ciao Pietro -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
