Log Message:
-----------
2009-09-02 19:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/common/hbver.c
! added additional hack for conditional code used for Windows
detection
to work with VC98.
Viktor please verify it but this condition:
( !defined( _MSC_VER ) || _MSC_VER >= 1400 )
was not enough.
In passed to the list example I guess it was faulty local
compiler configuration mixing new (MSVC 2008) C compiler
binaries with old (VC98, whichever version this is) C compiler
headers. If this is so, above fix is unnecessary and/or wrong.
Properly configuring C compiler is the most important (and
only) step before doing a Harbour build, and some users are
still missing it. This topic is fairly well documented in
INSTALL.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour