- Code: Select all Expand view
xharbour-1.2.1.src.contrib.zip
When trying to compile the RDDADS.LIB i'm getting the following errors:
- Code: Select all Expand view
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
\bcc582\bin\bcc32 -I"C:\ads\acesdk" -c -O2 -DWIN32;ADS_LIB_VERSION=700 -I\xharb10\include -o\xharb10\contrib\rdd_ads\ads1.obj ads1.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
ads1.c:
Warning W8075 ads1.c 2698: Suspicious pointer conversion in function adsCreate
Warning W8075 ads1.c 3007: Suspicious pointer conversion in function adsOpen
Error E2024 ads1.c 3058: Cannot modify a const object in function adsOpen
Warning W8075 ads1.c 3652: Suspicious pointer conversion in function adsOrderCreate
Warning W8075 ads1.c 4663: Suspicious pointer conversion
Error E2451 ads1.c 4680: Undefined symbol 'DBENTRYP_VP'
Error E2141 ads1.c 4680: Declaration syntax error
Error E2190 ads1.c 4743: Unexpected }
*** 4 errors in Compile ***
** error 1 ** deleting \xharb10\contrib\rdd_ads\ads1.obj
Can anyone help me?