estoy tratando de compilar rddads de contribuiciones de este link https://github.com/harbour/core/tree/master/contrib/rddads
pero me sele este error HB_UNCONST
D:\APL\PRGS\ADS\bc7>c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -ID:\APL\PRGS\ADS\bc7 ads1.c
Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
ads1.c:
Warning W8065 ads1.c 90: Call to function 'HB_UNCONST' with no prototype in function adsSetListener_callback
Warning W8065 ads1.c 93: Call to function 'HB_UNCONST' with no prototype in function adsSetListener_callback
Warning W8065 ads1.c 105: Call to function 'HB_UNCONST' with no prototype in function adsSetListener_callback
Warning W8065 ads1.c 133: Call to function 'HB_UNCONST' with no prototype in function adsSetSend
Warning W8065 ads1.c 134: Call to function 'HB_UNCONST' with no prototype in function adsSetSend
Warning W8065 ads1.c 138: Call to function 'HB_UNCONST' with no prototype in function adsSetSend
Warning W8065 ads1.c 361: Call to function 'HB_UNCONST' with no prototype in function hb_adsFindBag
Warning W8065 ads1.c 613: Call to function 'HB_UNCONST' with no prototype in function adsScopeSet
Warning W8065 ads1.c 1027: Call to function 'HB_UNCONST' with no prototype in function adsSeek
Warning W8065 ads1.c 2565: Call to function 'HB_UNCONST' with no prototype in function adsPutRec
Warning W8065 ads1.c 2637: Call to function 'HB_UNCONST' with no prototype in function adsPutValue
Warning W8065 ads1.c 2652: Call to function 'HB_UNCONST' with no prototype in function adsPutValue
Warning W8065 ads1.c 2662: Call to function 'HB_UNCONST' with no prototype in function adsPutValue
este el el bat de compilacion
- Code: Select all Expand view
- rem compilando
rem ace.h sacar de
rem http://devzone.advantagedatabase.com/dz/content.aspx?key=20
rem Advantage Client Engine
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -ID:\APL\PRGS\ADS\bc7 ads1.c
pause
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -ID:\APL\PRGS\ADS\bc7 adsfunc.c
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -ID:\APL\PRGS\ADS\bc7 adsmgmnt.c
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -ID:\APL\PRGS\ADS\bc7 adsx.c
rem creando libreria
c:\borland\bcc7\bin\Tlib rddads + ads1 + adsfunc + adsmgmnt + adsx
cualquier ayudita es bienvenida