Hi Pritpal, Can you please do it? IMO we should protect all these kinds of version dependent stuff with #if _WIN32_WINNT >= xxxx / #endif protection and use as much of the functionality as the underlying headers allow, unfortunately not all compilers have the latest headers and with some of them you cannot even use the official platform SDK either, so we should prepare for such situation.
We should always keep in mind that some functionality will simple make it impossible to run programs on older Windows versions. I don't know where to draw the line, but _at least_ Windows 2000 compatibility is IMO a must. Brdgs, Viktor On Wed, Feb 25, 2009 at 11:44 PM, Pritpal Bedi <[email protected]>wrote: > > Hi > > > Viktor Szakáts wrote: > > > > ../../wapi_winuser.c(85): Error! E006: col(19) syntax error; probable > > cause: > > missing ';' > > ../../wapi_winuser.c(88): Error! E029: col(13) symbol 'sbi' has not been > > declared > > ../../wapi_winuser.c(88): Error! E029: col(29) symbol 'SCROLLBARINFO' has > > not been declared > > > > WINAPI function GetScrollBarInfo() is introduced by MS only recently. > So may be OW does not have it yet. We dan safely comment it out as > it requires C struct support which we do not have yet. > > Regards > Pritpal Bedi > > -- > View this message in context: > http://www.nabble.com/gtwvg---hbwin-owatcom-errors-tp22213471p22213650.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
