Search found 730 matches: rddads

Return to advanced search

Re: ADS with 64bit FWH Apps

Enrico, as Tim say we need (x)harbour with rddads.lib and ace32.lib (or 64 version), but to build (x)harbour libs need redistributable package.
best regards
by NWKL
Wed Apr 17, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2303

Re: ADS with 64bit FWH Apps

It could be a problem with rddads.lib and ace64.lib versions or with ace64.dll version.
by Enrico Maria Giordano
Thu Apr 04, 2024 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2303

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? I use FWH\samples\Buildx.bat and Buildh.bat Did you uncomment this line? rem echo %hdir%\lib\rddads.lib + >> b32.bc ...
by richard-service
Wed Apr 03, 2024 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8422

Re: harbour/xharbour appear ADS functions error

richard-service wrote:
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


Did you uncomment this line?

Code: Select all  Expand view
rem echo %hdir%\lib\rddads.lib + >> b32.bc
by Enrico Maria Giordano
Wed Apr 03, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8422

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: 8422

Re: harbour/xharbour appear ADS functions error

... 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'AdsSetServerType' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetDateFormat' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external ...
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: 8422

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: 8422

Re: harbour/xharbour appear ADS functions error

... (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'AdsSetServerType' referenced from S:\SETTOOL32\HARBOUR\LIB\WIN\BCC\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetDateFormat' referenced from S:\SETTOOL32\HARBOUR\LIB\WIN\BCC\RDDADS.LIB|adsfunc Error: Unresolved ...
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: 8422

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: 8422

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: 8422

harbour/xharbour appear ADS functions error-SOLVED

... 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'AdsSetServerType' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetDateFormat' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external ...
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: 8422

Re: link error

... fatal error C1083: Cannot open include file: 'ace.h': No such file or directory Can you send me what is needed, please? Doing so, I will provide rddads.lib for all the future xHarbour builds. im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors ...
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: link error

What do I need to compile rddads.lib? I guess I need ADS installed but I don't have it.
by Enrico Maria Giordano
Wed Feb 14, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: link error

Enrico, thanks for reply, last xharbour from site dont come with this libs, this is for use with ads, in folder source/contrib, without them i need compile xharbour again, i want use binaries from site.
ace32.lib i can get from implib, i need only rddads.lib.

thanks
by NWKL
Wed Feb 14, 2024 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: link error

i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576
Next

Return to advanced search