>
> > > BTW: in hbsetup.h you added:
> > > ( defined(__POCC_TARGET__) && __POCC_TARGET__ == 2 )
> > > to detect HB_OS_WIN_CE builds. Maybe it's documented method in POCC
> > > and in such case should be left but if not then I suggest to rather
> > > use sth like:
> > > (
On Sun, 29 Mar 2009, Szak�ts Viktor wrote:
Hi,
> > BTW: in hbsetup.h you added:
> > ( defined(__POCC_TARGET__) && __POCC_TARGET__ == 2 )
> > to detect HB_OS_WIN_CE builds. Maybe it's documented method in POCC
> > and in such case should be left but if not then I suggest to rather
>
> BTW: in hbsetup.h you added:
> ( defined(__POCC_TARGET__) && __POCC_TARGET__ == 2 )
> to detect HB_OS_WIN_CE builds. Maybe it's documented method in POCC
> and in such case should be left but if not then I suggest to rather
> use sth like:
> ( defined( HB_OS_WIN ) &&
Hi Przemek,
You must be right. Since you know much better how
to fix these, please do whatever update needs to be done,
I have a limited knowledge of Windows API and all the
ugly details involved (MSDN is often not an answer), and
I'm not a user of it at all, nor interested in understanding its
"st
On Wed, 25 Mar 2009, vszak...@users.sourceforge.net wrote:
Hi,
> * contrib/gtwvg/gtwvg.h
> * contrib/gtwvg/wvggui.h
> ! Fixed to _not_ override _WIN32_IE. Overriding these version
> numbers is generally a very bad idea. Instead the code should
> adapt to whatever values are de
Revision: 10688
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10688&view=rev
Author: vszakats
Date: 2009-03-25 10:49:21 + (Wed, 25 Mar 2009)
Log Message:
---
2009-03-25 11:35 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* tests/testhtml.prg
*