RE: [Plib-users] ComboBox Problems
Brought to you by:
sjbaker
From: David L. <Dav...@no...> - 2004-05-04 13:03:48
|
On 5/4/04 at 6:23 AM Clay, Bruce wrote: >Brian: > I have had problems using the streams for debugging. Things get >buffered so you may not see what you expect. Try using fprintf(stderr, >... Instead or put a break point in the callback. Also, if you are >doing this with C++ you may have to declare the callback method as a >static method. > Putting << flush or << endl after stream debugging output to find the site of a crash should cure the buffering problems. As you say, output can be misleading without it. Cheers - Dave This message has been scanned but we cannot guarantee that it and any attachments are free from viruses or other damaging content: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation. |