FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Determine lib name of a function
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Determine lib name of a function
Posted: Tue Jan 02, 2024 07:43 AM

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
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
Re: Determine lib name of a function
Posted: Tue Jan 02, 2024 08:02 AM

As a workaround, I now use hb_RegExAtX() instead of hb_AtX()

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Determine lib name of a function
Posted: Tue Jan 02, 2024 08:43 AM

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
Posts: 8523
Joined: Tue Dec 20, 2005 07:36 PM

Continue the discussion