Hi Greg,

Just been re-building my desktop again (problems unrelated to FLTK or VC++) and 
decided to check out my VC++ installation by rebuilding the latest 1.3 version 
r8345.

Got compilation errors in 3 functions in tree.cxx due to multiple 
initialization of item. In each case item is initialized at the top of the 
function and then initialized again in the for statement.

The functions are cb_all_font_choice, cb_all_labelfgcolor_button and
cb_all_labelbgcolor_button.

In all cases, modifying the for statement to just assign item seems to work. 
i.e.

for ( item=tree->first(); item; item = tree->next(item) ) {


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to