>> ; TOFIX: I'm getting this warning: >> warning: implicit declaration of function 'hb_setGetOSCP' >> and it's probably too late, but I couldn't find a way to >> include hbset.h without errors or with least side-effects. >> Przemek, could you help? > > I'm not sure I know what is the the exact problem. > It's enough to add #include "hbset.h" to wapi_shellapi.c.
Since the reference to hb_set*() function is hidden inside a macro defined in hbwince.h (ie. it's a macro implementation detail, which user code shouldn't be aware of), hbset.h should be #included from the header which defines the macro, not the final .c source which uses the macro. Though if I put hbset.h into hbwince.h it gives a lot of errors on compile. I can't find out why or where to place it to avoid it. >> * src/rdd/dbcmd.c >> * src/rdd/wafunc.c >> + Moved recently implemented codepage defaulting logic (_SET_DBCODEPAGE) >> to lower lever functions. >> Please review me. > > It looks OK, thank you very much. Thanks. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
