Search found 3597 matches: ads

Return to advanced search

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:With ads.ch and linking rddads.lib I have no unresolved externals. Can I see the batch are you using to compile?


I use FWH\samples\Buildx.bat and Buildh.bat
by richard-service
Wed Apr 03, 2024 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Dear Antonio, EMG I test Harbour 20240326 and xharbour 10281. I test use ADS lib appear error below: Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, ...
by Enrico Maria Giordano
Wed Apr 03, 2024 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

With ads.ch and linking rddads.lib I have no unresolved externals. Can I see the batch are you using to compile?
by Enrico Maria Giordano
Wed Apr 03, 2024 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

richard-service wrote:
Enrico Maria Giordano wrote:
Code: Select all  Expand view
testads.prg(2) Error F0029  Can't open #include file: 'ads.ch'


I can't find ads.ch.


Yes, Harbour and xharbour package zip file. include folder need Ads.ch file.


You are right! I'm going to prepare new builds for Harbour and xHarbour containing ads.ch. Any other ADS files missing?
by Enrico Maria Giordano
Wed Apr 03, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Hello, see if you have ADS.CH in the FWH\INCLUDE folder or in the HARBOUR\INCLUDE folder, /* * $Id: ads.ch,v 1.12 2009/01/16 10:50:23 marchuet Exp $ *//* * Harbour Project source code: * Header file for Advantage Database Server RDD * * ...
by richard-service
Wed Apr 03, 2024 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

testads.prg(2) Error F0029  Can't open #include file: 'ads.ch' I can't find ads.ch. Ads.ch below: /* * Header file for Advantage Database Server RDD * * Copyright 2000 Alexander S.Kresin <alex@belacy.belgorod.su> * * ...
by richard-service
Wed Apr 03, 2024 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Hello, see if you have ADS.CH in the FWH\INCLUDE folder or in the HARBOUR\INCLUDE folder, /* * $Id: ads.ch,v 1.12 2009/01/16 10:50:23 marchuet Exp $ *//* * Harbour Project source code: * Header file for Advantage ...
by karinha
Wed Apr 03, 2024 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:
Code: Select all  Expand view
testads.prg(2) Error F0029  Can't open #include file: 'ads.ch'


I can't find ads.ch.


Yes, Harbour and xharbour package zip file. include folder need Ads.ch file.
by richard-service
Wed Apr 03, 2024 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Code: Select all  Expand view
testads.prg(2) Error F0029  Can't open #include file: 'ads.ch'


I can't find ads.ch.
by Enrico Maria Giordano
Wed Apr 03, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Can you provide a little PRG sample to replicate the error here? Dear EMG, I download 20240401 version I only test sample\TestAds.prg Antonio, Suggestion Harbour package include folder. need Ads.ch file. 矬闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡醴 ?FiveWin for Harbour 24.02 - Feb. 2024 Harbour ...
by richard-service
Wed Apr 03, 2024 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Can you provide a little PRG sample to replicate the error here?
by Enrico Maria Giordano
Tue Apr 02, 2024 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:Did you link ace32.lib and rddads.lib?


Yes, Linking

    RDDADS_LIB = $(HARBOUR_DIR)\Lib\rddads.lib
    ACE32_LIB = $(HARBOUR_DIR)\Lib\ace32.lib

    echo. s:\SetTool32\harbour\Lib\rddads.lib >> make.tmp
    echo. s:\SetTool32\harbour\Lib\ace32.lib >> make.tmp
by richard-service
Tue Apr 02, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: harbour/xharbour appear ADS functions error

Did you link ace32.lib and rddads.lib?
by Enrico Maria Giordano
Tue Apr 02, 2024 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

harbour/xharbour appear ADS functions error-SOLVED

Dear Antonio, EMG I test Harbour 20240326 and xharbour 10281. I test use ADS lib appear error below: Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, ...
by richard-service
Tue Apr 02, 2024 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8510

Re: xHarbour.org updated!

xHarbour.org has been updated with the new xHarbour builds Rev. 10279!

http://xharbour.org/index.asp?page=download/windows/binaries_win

Please note that they now contains all the LIBs and DLLs required for OpenSSL, CURL, ADS and MySQL.
by Enrico Maria Giordano
Sat Mar 16, 2024 4:00 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38909
PreviousNext

Return to advanced search