FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Thu May 27, 2010 06:21 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Thu May 27, 2010 08:05 AM
Antonio Linares wrote:http://forums.fivetechsupport.com/viewtopic.php?p=99125#p99125



Dear Mr. Antonio,

ADS.CH not found in this version..


Regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 02:21 AM

Dear Mr. Antonio,

Also missing file is rddads.lib

Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 06:32 AM

Frances,

Please download it again, they should be included :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 07:07 AM

Dear Mr. Antonio,

Thank you! confirmed.

I will test it with my current project.

Regards,
Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 07:23 AM
Dear Mr. Antonio,

After compiling (with xMate)..



I used xharbour 1.21.6406 (fivetechsoft) with out a gitch..

what am I missing?

Any suggestion?
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 07:53 AM
Dear Mr. Antonio,

This function is returning TRUE with xHarbour 1.21.6406..

Code (fw): Select all Collapse
 AdsCreateSQLStatement( 'SQLALIAS', ADS_ADT, hHandle )


with new xHarbour 1.21.6714 the above function returns FALSE


Any idea?

Regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 09:19 AM

Frances,

You should report it in the xHarbour developers/users mailing list accessible from google groups, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Fri May 28, 2010 10:57 PM
Hola

Prueba de esta Manera?


Code (fw): Select all Collapse
cSql := "UPDATE TABLA SET CAMPO='XXX'"      
AdsLocking( .f. )
AdsCreateSQLStatement(, ADS_ADT)
if AdsExecuteSqlDirect( cSql )
   MsgInfo( "Error en la consulta "+CRLF+ cSql, cValtochar( AdsGetLastError() ) )
endif
AdsLocking( .t. )


INFO:DevZone.AdvantageDatabase.com
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Wed Jun 02, 2010 06:56 AM
fraxzi wrote:Dear Mr. Antonio,

This function is returning TRUE with xHarbour 1.21.6406..

Code (fw): Select all Collapse
 AdsCreateSQLStatement( 'SQLALIAS', ADS_ADT, hHandle )


with new xHarbour 1.21.6714 the above function returns FALSE


Any idea?

Regards,
Frances



This will happen if ace32.lib was from ( v9.10.0.9 ) and not ( v9.10.0.11 ) which comes with xHarbour 1.21.6714..
Problem was solved.

Regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Wed Jun 02, 2010 08:40 AM

Antonio,
Can't find hbzip.lib and libnf.lib. Could you provide them please?

TIA

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Thu Jun 03, 2010 01:28 AM
Antonio,
Can't find hbzip.lib and libnf.lib. Could you provide them please?
FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New xHarbour 1.2.1 rev. 6714 for Borland C 582
Posted: Thu Jun 03, 2010 08:22 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion