There are the same named functions in xHarbour and in FWH:
LoadLibrary()
FreeLibrary()
Which one is in effect when I call them from my xHarbour/FWH program?
There are the same named functions in xHarbour and in FWH:
LoadLibrary()
FreeLibrary()
Which one is in effect when I call them from my xHarbour/FWH program?
They do the same, so no matter which ones get linked in your EXE, it will behave the same way