From 8e93424bf23ac5c87fd3b54a233d7a5f0eeee000 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sun, 23 Oct 2005 07:17:16 +0000 Subject: [PATCH] 2005-10-23 09:05 UTC+0100 --- harbour/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7dbd335528..66b11155fb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,27 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2005-10-23 09:05 UTC+0100 Antonio Linares + * harbour/source/rdd/dbfntx/dbfntx1.c + * harbour/source/rdd/dbfcdx/dbfcdx1.c + * harbour/source/rdd/dbffpt/dbffpt1.c + * harbour/source/rdd/hbsix/sxcompr.c + * harbour/source/rdd/hbsix/sxcrypt.c + * harbour/source/rdd/hsx/hsx.c + + Minor fix to support define HB_NO_DEFAULT_API_MACROS (if used) + required by Microsoft compiler + + IMPORTANT: Now Harbour properly builds using Microsoft compiler and + define HB_NO_DEFAULT_API_MACROS, but applications fail to start, showing + this error: + Unrecoverable error 9004: RDD invalid or failed to load + Called from DBFFPTINIT(62) + + Using Borland and the same define, all compiles and works ok. + + We need to discover why such error raises using Microsoft compiler and that + define. + 2005-10-21 08:40 UTC+0100 Antonio Linares * makefile.nt + minor fix.