TSButton7 bpaint.c

Post Reply
hua
Posts: 1077
Joined: Fri Oct 28, 2005 2:27 am
Has thanked: 1 time
Been thanked: 1 time

TSButton7 bpaint.c

Post by hua »

Hi guys,
Can anyone share their version of bpaint.c of TSButton 7 that has been successfully adapted to be compilable by HB+FWH1912+BCC7

Thanks. My attempts gives me this

Code: Select all | Expand


Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '__parl' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parc' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__retni' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parclen' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__retnl' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parnl' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unresolved external '__parni' referenced from J:\HARBOUR\HBBC7\TSBUTTON\LIB\SBUTTONH.LIB|BPaint
Error: Unable to perform link
 
Last edited by hua on Thu Oct 06, 2022 4:17 am, edited 1 time in total.
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
User avatar
Antonio Linares
Site Admin
Posts: 42596
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: TSButton 7 bpaint.c

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6413
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 27 times
Been thanked: 2 times
Contact:

Re: TSButton 7 bpaint.c

Post by Otto »

Dear friends,
Today would have been Manuel's birthday.
He has made such a great contribution to our community with his classes.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
hua
Posts: 1077
Joined: Fri Oct 28, 2005 2:27 am
Has thanked: 1 time
Been thanked: 1 time

Re: TSButton 7 bpaint.c

Post by hua »

Antonio, this is incomplete and is not TSButton7.
It only contains tsbutton.prg
The problematic file is bpaint.c

FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
Posts: 1077
Joined: Fri Oct 28, 2005 2:27 am
Has thanked: 1 time
Been thanked: 1 time

Re: TSButton 7 bpaint.c

Post by hua »

Agreed. He has our gratitude

Otto wrote:Dear friends,
Today would have been Manuel's birthday.
He has made such a great contribution to our community with his classes.
Best regards,
Otto
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
Posts: 1077
Joined: Fri Oct 28, 2005 2:27 am
Has thanked: 1 time
Been thanked: 1 time

Re: TSButton 7 bpaint.c

Post by hua »

Issue resolved using this version from Cristobal.
https://bitbucket.org/fivetech/fivewin- ... uttonu.zip
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
User avatar
Antonio Linares
Site Admin
Posts: 42596
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: TSButton7 bpaint.c

Post by Antonio Linares »

Dear Hua and Cristobal,

thanks for your feedback

I have copied it here for future needs:
https://github.com/FiveTechSoft/FWH_tools/blob/master/tsbutton_ManuelMercado.zip

Thank you Manuel
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: TSButton 7 bpaint.c

Post by cnavarro »

hua wrote:Issue resolved using this version from Cristobal.
https://bitbucket.org/fivetech/fivewin- ... uttonu.zip


I modified the initial version to support Unicode characters, so I called it tsbuttonU
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
Antonio Linares
Site Admin
Posts: 42596
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: TSButton7 bpaint.c

Post by Antonio Linares »

Dear Cristobal,

Could you please provide the url to download it or is it the same url ?

many thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
cnavarro
Posts: 6558
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

Re: TSButton7 bpaint.c

Post by cnavarro »

Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
Antonio Linares
Site Admin
Posts: 42596
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: TSButton7 bpaint.c

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply