Re: [Harbour] Functions disabled by HB_OS_WIN_CE macro

2010-02-13 Thread Viktor Szakáts
Hi, >>> If you only had not time to update some code for WinCE builds >>> then please at least leave a not about it or add iTODO warning. >>> Now seems that we have to verify all >>> #if [!] defined( HB_OS_WIN_CE ) >>> conditional compilation macros and mark the ones which cannot be >>> implement

Re: [Harbour] Functions disabled by HB_OS_WIN_CE macro

2010-02-13 Thread Przemysław Czerpak
On Sat, 13 Feb 2010, Szak�ts Viktor wrote: Hi Viktor, > > If you only had not time to update some code for WinCE builds > > then please at least leave a not about it or add iTODO warning. > > Now seems that we have to verify all > > #if [!] defined( HB_OS_WIN_CE ) > > conditional compilation ma

Re: [Harbour] Functions disabled by HB_OS_WIN_CE macro

2010-02-13 Thread Viktor Szakáts
Hi Przemek, > I have a question about using HB_OS_WIN_CE macro in HBWIN library. > As I can see many functions are disabled and sometimes even such > basic ones like GetProcAddress() which for sure exists in WinCE. > So my question is why this macro was used? I didn't verify this specific case in