Determine lib name of a function

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

Determine lib name of a function

Post by hua »

Is there anyway for us to checked which lib a function is linked from?
I am trying to debug why my hb_atx() fails eventhough when I used an online regex tester it works
When I create a simple test at FWH\SAMPLES it also worked
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
Posts: 1075
Joined: Fri Oct 28, 2005 2:27 am
Has thanked: 1 time
Been thanked: 1 time

Re: Determine lib name of a function

Post by hua »

As a workaround, I now use hb_RegExAtX() instead of hb_AtX()
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
User avatar
Antonio Linares
Site Admin
Posts: 42516
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Determine lib name of a function

Post by Antonio Linares »

Dear Hua,

If it is a Harbour function, you can check in the Harbour source code for it
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply