On Sat, 2003-01-25 at 11:01, John Marshall wrote: > Ken Corey wrote: > >> You are, of course, compiling with "-Wall"? > > > > I hadn't been compiling with -Wall. I put -Wall in, got [...] > > a couple 'implicit declaration of function' errors. > > ...one of which related to the call of AdjustScrollbar() from your form > event handler. Wasn't that a clue? :-)
For the functions that -Wall complained about, you're absolutely right...however, -Wall didn't complain about that function in any way, and the definition was visible from where it was being used. *shrug* > You really think I would suggest voodoo so flippantly? :-) You might > want to reread this passage from the documentation: Ah, I hadn't seen that documentation. I still don't see how it fixed this function's availability, but it does explain a couple other mysterious crashes I'd seen. Thanks for the response. -Ken -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
