Page 1 of 1

Determine lib name of a function

PostPosted: Tue Jan 02, 2024 7:43 am
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

Re: Determine lib name of a function

PostPosted: Tue Jan 02, 2024 8:02 am
by hua
As a workaround, I now use hb_RegExAtX() instead of hb_AtX()

Re: Determine lib name of a function

PostPosted: Tue Jan 02, 2024 8:43 am
by Antonio Linares
Dear Hua,

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

Re: Determine lib name of a function

PostPosted: Tue Jan 02, 2024 1:28 pm
by karinha