--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/57cc4357-627a-4697-84b4-7a0664e8d4ccn%40googlegroups.com.
Hi Marcos,
Thanks so much, will download, compile and let you know.
Best,
Jayadev
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/000601dc314c%24286845b0%247938d110%24%40gmail.com.
Hi Marcos,
I since downloaded the code and tried to compile and get the following error message:
source\sqlconnection.prg(330) Error E0055 CASE requires either numeric or string constant
source\sqlconnection.prg(331) Error E0055 CASE requires either numeric or string constant
source\sqlconnection.prg(802) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR5'
source\sqlconnection.prg(804) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR4'
source\sqlconnection.prg(1242) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR4'
source\sqlconnection.prg(1242) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR5'
2 errors
No code generated.
Could you please check. I have tried to compile under Harbour 3.2-latest nightly build.
Best,
Jayadev
From: harbou...@googlegroups.com <harbou...@googlegroups.com> On Behalf Of arielso...@gmail.com
Sent: 29 September 2025 07:50 PM
To: harbou...@googlegroups.com
Subject: RE: [harbour-users] SQLRDD compilation error
Hi, try
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/000601dc314c%24286845b0%247938d110%24%40gmail.com.
Hi Marcos,
Thanks for your support.
I have corrected the errors, basically, hbmk2 was using Sqlrdd.ch from the default folder and could not find FIREBR4 and FIREBR5 in that.
However, now the following warnings have cropped up on compilation:
e:\sqlrddpp>hbmk2 sqlrddpp.hbp
hbmk2: Compiling...
../../../../../../source/sqlsrodbc.c: In function 'odbcFieldGet':
../../../../../../source/sqlsrodbc.c:458:72: warning: operand of ?: changes signedness from 'HB_ISIZ' {aka 'long int'} to 'HB_SIZE' {aka 'long unsigned int'} due to unsignedness of other operand [-Wsign-compare]
hb_xmemcpy(szResult, bBuffer, ((HB_ISIZ)lLen < lLenBuff ? lLen : lLenBuff));
^~~~~~~~
hbmk2: Creating static library... lib\win\mingw\libsqlrddpp.a
Will this have any problem in the smooth functioning of the lib ?
Best,
Jayadev
From: Jayadev U <ujay...@gmail.com>
Sent: 30 September 2025 10:15 AM
To: 'harbou...@googlegroups.com' <harbou...@googlegroups.com>
Subject: RE: [harbour-users] SQLRDD compilation error
Hi Marcos,
I since downloaded the code and tried to compile and get the following error message:
source\sqlconnection.prg(330) Error E0055 CASE requires either numeric or string constant
source\sqlconnection.prg(331) Error E0055 CASE requires either numeric or string constant
source\sqlconnection.prg(802) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR5'
source\sqlconnection.prg(804) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR4'
source\sqlconnection.prg(1242) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR4'
source\sqlconnection.prg(1242) Warning W0001 Ambiguous reference 'SYSTEMID_FIREBR5'
2 errors
No code generated.
Could you please check. I have tried to compile under Harbour 3.2-latest nightly build.
Best,
Jayadev
From: harbou...@googlegroups.com <harbou...@googlegroups.com> On Behalf Of arielso...@gmail.com
Sent: 29 September 2025 07:50 PM
To: harbou...@googlegroups.com
Subject: RE: [harbour-users] SQLRDD compilation error
Hi, try
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/000601dc314c%24286845b0%247938d110%24%40gmail.com.