Discussion:
[xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik <luiz@xharbour.com.br>
Luiz Rafael Culik
2016-10-22 23:25:33 UTC
Permalink
2016-10-22 21:20 UTC-0300 Luiz Rafael Culik <***@xharbour.com.br>
* source/compiler/genc.c
! reverted last change
* source/rtl/at.c
+ Added function ATI moved from tip/thtml.prg
+ changed to use itemapi insted of direct structure manipulation
! Cast to ( LONG ) removed now using HB_SIZE for parameter type
insted of LONG
* source/common/hbstr.c
! added hb_strAtI function moved from tip/thtml.prg
* include/hbapi.h
! added prototype for hb_strAtI function
* source/tip/thtml.prg
! removed ATI and hb_strAtI
% optimized PSTRCOMPI function.
* contrib/hbexpat/core.c
! Changed LONG -> HB_ISIZ
* contrib/misc/stringsx.c
! changed HB_SIZE -> HB_ISIZ
* contrib/rdd_ads/ads1.c
! changed in adsSkip LONG -> HB_LONG
! change in adsSkipFilter LONG -> HB_LONG
! changed in adsCreateFields to allow size 8 on field type I and
ADS_LIB_VERSION > = 700
! changed in adsGetValue to get longlong value when field type I
and ADS_LIB_VERSION > = 700
! changed test #ifdef ADS_MONEY with #ifdef ADS_LIB_VERSION >= 700
! changed in adsGetKeyItem LONG lDate, lTime to long lDate, lTime
! changed cast to LONG with long
Andi Jahja
2016-10-23 01:59:05 UTC
Permalink
Hi Luis,

contrib\rdd_ads\ads1.c:
Error E2451 contrib\rdd_ads\ads1.c 2082: Undefined symbol 'u32RetVal' in function adsGetValue
*** 1 errors in Compile ***

Andi

On Sat, 22 Oct 2016 21:25:33 -0200
Post by Luiz Rafael Culik
* source/compiler/genc.c
! reverted last change
* source/rtl/at.c
+ Added function ATI moved from tip/thtml.prg
+ changed to use itemapi insted of direct structure manipulation
! Cast to ( LONG ) removed now using HB_SIZE for parameter type insted of LONG
* source/common/hbstr.c
! added hb_strAtI function moved from tip/thtml.prg
* include/hbapi.h
! added prototype for hb_strAtI function
* source/tip/thtml.prg
! removed ATI and hb_strAtI
% optimized PSTRCOMPI function.
* contrib/hbexpat/core.c
! Changed LONG -> HB_ISIZ
* contrib/misc/stringsx.c
! changed HB_SIZE -> HB_ISIZ
* contrib/rdd_ads/ads1.c
! changed in adsSkip LONG -> HB_LONG
! change in adsSkipFilter LONG -> HB_LONG
! changed in adsCreateFields to allow size 8 on field type I and ADS_LIB_VERSION > = 700
! changed in adsGetValue to get longlong value when field type I and ADS_LIB_VERSION > = 700
! changed test #ifdef ADS_MONEY with #ifdef ADS_LIB_VERSION >= 700
! changed in adsGetKeyItem LONG lDate, lTime to long lDate, lTime
! changed cast to LONG with long
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
Luiz Rafael Culik
2016-10-23 03:51:34 UTC
Permalink
Hi Andi

I will review in thw morning. Becouse ive done an clean build here with out
error

Regards
Luiz
Post by Andi Jahja
Hi Luis,
Error E2451 contrib\rdd_ads\ads1.c 2082: Undefined symbol 'u32RetVal' in
function adsGetValue
*** 1 errors in Compile ***
Andi
On Sat, 22 Oct 2016 21:25:33 -0200
* source/compiler/genc.c
! reverted last change
* source/rtl/at.c
+ Added function ATI moved from tip/thtml.prg
+ changed to use itemapi insted of direct structure manipulation
! Cast to ( LONG ) removed now using HB_SIZE for parameter type insted of LONG
* source/common/hbstr.c
! added hb_strAtI function moved from tip/thtml.prg
* include/hbapi.h
! added prototype for hb_strAtI function
* source/tip/thtml.prg
! removed ATI and hb_strAtI
% optimized PSTRCOMPI function.
* contrib/hbexpat/core.c
! Changed LONG -> HB_ISIZ
* contrib/misc/stringsx.c
! changed HB_SIZE -> HB_ISIZ
* contrib/rdd_ads/ads1.c
! changed in adsSkip LONG -> HB_LONG
! change in adsSkipFilter LONG -> HB_LONG
! changed in adsCreateFields to allow size 8 on field type I and
ADS_LIB_VERSION > = 700
! changed in adsGetValue to get longlong value when field type I
and ADS_LIB_VERSION > = 700
! changed test #ifdef ADS_MONEY with #ifdef ADS_LIB_VERSION >= 700
! changed in adsGetKeyItem LONG lDate, lTime to long lDate, lTime
! changed cast to LONG with long
------------------------------
[image: Avast logo]
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
This email has been checked for viruses by Avast antivirus software.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
Luiz Rafael Culik
2016-10-23 09:03:06 UTC
Permalink
Hi Andi

Fixed

2016-10-23 07:00 UTC-0300 Luiz Rafael Culik <***@xharbour.com.br>
* contrib/rdd_ads/ads1.c
! minor fix on last commit

Regards
Luiz
Post by Andi Jahja
Hi Luis,
Error E2451 contrib\rdd_ads\ads1.c 2082: Undefined symbol 'u32RetVal' in
function adsGetValue
*** 1 errors in Compile ***
Andi
On Sat, 22 Oct 2016 21:25:33 -0200
* source/compiler/genc.c
! reverted last change
* source/rtl/at.c
+ Added function ATI moved from tip/thtml.prg
+ changed to use itemapi insted of direct structure manipulation
! Cast to ( LONG ) removed now using HB_SIZE for parameter type insted of LONG
* source/common/hbstr.c
! added hb_strAtI function moved from tip/thtml.prg
* include/hbapi.h
! added prototype for hb_strAtI function
* source/tip/thtml.prg
! removed ATI and hb_strAtI
% optimized PSTRCOMPI function.
* contrib/hbexpat/core.c
! Changed LONG -> HB_ISIZ
* contrib/misc/stringsx.c
! changed HB_SIZE -> HB_ISIZ
* contrib/rdd_ads/ads1.c
! changed in adsSkip LONG -> HB_LONG
! change in adsSkipFilter LONG -> HB_LONG
! changed in adsCreateFields to allow size 8 on field type I and
ADS_LIB_VERSION > = 700
! changed in adsGetValue to get longlong value when field type I
and ADS_LIB_VERSION > = 700
! changed test #ifdef ADS_MONEY with #ifdef ADS_LIB_VERSION >= 700
! changed in adsGetKeyItem LONG lDate, lTime to long lDate, lTime
! changed cast to LONG with long
------------------------------
[image: Avast logo]
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
This email has been checked for viruses by Avast antivirus software.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
Andi Jahja
2016-10-23 10:14:09 UTC
Permalink
Thank you Luiz.
Andi
Sent from my Samsung device

-------- Original message --------
From: Luiz Rafael Culik <***@xharbour.com.br>
Date: 10/23/2016 4:03 PM (GMT+07:00)
To: Andi Jahja <***@yahoo.co.id>
Cc: xHarbour Developers Mailing List <xharbour-***@lists.sourceforge.net>
Subject: Re: [xHarbour-developers] Changelog 2016-10-22 21:20 UTC-0300 Luiz Rafael Culik <***@xharbour.com.br>

Hi Andi
Fixed
2016-10-23  07:00 UTC-0300 Luiz Rafael Culik <***@xharbour.com.br>    * contrib/rdd_ads/ads1.c      ! minor fix on last commit
RegardsLuiz
2016-10-22 23:59 GMT-02:00 Andi Jahja <***@yahoo.co.id>:





Hi Luis,
 
contrib\rdd_ads\ads1.c:
Error E2451 contrib\rdd_ads\ads1.c 2082:
Undefined symbol 'u32RetVal' in function adsGetValue
*** 1 errors in Compile
***
 
Andi
 
On Sat, 22 Oct 2016 21:25:33 -0200
Luiz Rafael Culik <***@xharbour.com.br> wrote:
 


2016-10-22 21:20 UTC-0300 Luiz Rafael Culik <***@xharbour.com.br>
   * source/compiler/genc.c
     ! reverted last change
   * source/rtl/at.c
     + Added function ATI moved from tip/thtml.prg
     + changed to use itemapi insted of direct structure
manipulation
     ! Cast to ( LONG ) removed  now using HB_SIZE
for parameter type insted of LONG
   * source/common/hbstr.c
     ! added hb_strAtI function moved from
tip/thtml.prg
   * include/hbapi.h
     ! added prototype for hb_strAtI function 
   * source/tip/thtml.prg
     ! removed ATI and hb_strAtI
     % optimized PSTRCOMPI function.
   * contrib/hbexpat/core.c
     ! Changed LONG -> HB_ISIZ
   * contrib/misc/stringsx.c
     ! changed HB_SIZE -> HB_ISIZ 
   * contrib/rdd_ads/ads1.c   
     ! changed in adsSkip       LONG ->
HB_LONG
     ! change in adsSkipFilter  LONG ->
HB_LONG
     ! changed in adsCreateFields to allow size 8 on field
type I and ADS_LIB_VERSION > = 700
     ! changed in adsGetValue   to get longlong value
when  field type I and ADS_LIB_VERSION > = 700
     ! changed test #ifdef ADS_MONEY with #ifdef
ADS_LIB_VERSION >= 700
     ! changed  in adsGetKeyItem  LONG lDate,
lTime to long lDate, lTime
     ! changed cast to LONG with long
   
 













This email has been checked for viruses by Avast antivirus software.

www.avast.com

Loading...