Hi, Actually I think I know the cause of this. My form has a large bitmap in it and I guess this may take a lot of stack space. It looks like the BT library requires also a lot of stack space. Calling NetLibOpen tries to initialize the BT library but this fails and returns the useless error number 2F0C. The IR library must require less space to run so that works fine. If I take out the bitmap from the form, the BT update works fine.
I guess I can try closing the form in question and opening a simpler other one during the network stuff. Unless somebody has a better solution. Chris Vo Le Phu Quy wrote: > Hi Chris, > > Can you post your code here and we can take a look. > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
