FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveLinux / FiveDroid (Android) FiveLinux Library Structure
Posts: 464
Joined: Tue May 16, 2006 07:47 AM
FiveLinux Library Structure
Posted: Mon Apr 28, 2008 09:58 PM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
FiveLinux Library Structure
Posted: Tue Apr 29, 2008 08:10 AM

Doug,

This code is what we use to update the Lib:

ar rc ./libfivex.a module.o

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 464
Joined: Tue May 16, 2006 07:47 AM
FiveLinux Library Structure
Posted: Thu May 01, 2008 01:26 PM

Hi Antonio

Thanks. Lib updated. All working properly and shell script file now shorter.

Regards

Doug

Continue the discussion