Hi Everyone, I have this program that I am working on that takes a screen and transfers it over bluetooth to a base computer. It does this by listening for the vhcr buttons. Once one of the four a pressed the handheld user logs in and then the screen is sent. Before it is sent the screen is compressed into a gif. This works most of the time but it crashes or freezes once the application wants to take a 16 bit screen. Now I know that gifs are only 8bit and I have taken account for that by writing a new color table for the bmp. But that doesn't seem to work I need to find out where my program crashes. I have tried using the debugger with my program on the simulator but I can only play around with my setup part of my program. What I mean is my program has two forms - the setup form and the custom launch form. So when I am debugging I can only play around with the main form and launch the custom form within there. But this is not where my program crashes... it crashes when I am taking a screen of some other program or view with 16bit color. So I am wondering is there a way I can debug within the os and be able to look at my code. I am new to this debugging and I am not sure how the debugging really works.
Sincerely Confused, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
