Hi Antonio
When I need to modify any of the winapi C code, I compile it and update libfivec.a as you showed me and all works fine.
However if I try the same approach with the classes code - ie compile with xHarbour then compile with gcc and then update libfivec.a it doesn't seem to work - that is I still get the standard behaviour. Whilst this isn't a problem in that I can add the compiled (object) code to the link step, It would be nice to have it in a library. Is the standard code in a library that is linked before libfivec.a?
Thanks
Doug