Hi all, An user from xhgtk group reported error when compiled with msvc2008. Is the error below related to the recent changes? If so, would you please kindly provide the new approach to be used in order to fix the errors below?
Ic:\harbour\include -Iinclude -Foobj/gtkliststore.obj source/gtk/gtkliststore.c gtkliststore.c source/gtk/gtkliststore.c(140) : error C2065: 'hb_set' : undeclared identifier source/gtk/gtkliststore.c(140) : error C2228: left of '.HB_SET_DATEFORMAT' must have class/struct/union type is ''unknown-type'' source/gtk/gtkliststore.c(225) : error C2065: 'hb_set' : undeclared identifier source/gtk/gtkliststore.c(225) : error C2228: left of '.HB_SET_DATEFORMAT' must have class/struct/union type is ''unknown-type'' Here are the piece of the code: case HB_IT_DATE: hb_dateFormat( hb_pardsbuff( szDate, i+1 ), szFormatted, hb_set.HB_SET_DATEFORMAT ); gtk_list_store_set(list_store, iter, hb_parni(i), szFormatted, -1); break; case HB_IT_DATE: hb_dateFormat( hb_pardsbuff( szDate, 4 ), szFormatted, hb_set.HB_SET_DATEFORMAT ); Thanks in advance Rodrigo Moreno
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour