Page 1 of 1

Como saber que funciones/clase de harbour son de que lib.

PostPosted: Fri Oct 21, 2011 10:46 pm
by jll-fwh
Buenas;

Estoy intentando meterme en el uso de las clases y funciones de harbour nativo, pero necesito saber: ¿ Como saber que funciones y clases pertenecen a tal .LIB?

Donde puedo localizar dicha información?

Un saludo
JLL

Re: Como saber que funciones/clase de harbour son de que lib.

PostPosted: Sat Oct 22, 2011 6:53 am
by anserkk
http://code.google.com/p/fivewin-contributions/downloads/detail?name=Explorer%20Lib-2.0-win32.exe&can=2&q=

Andres Reyes Hernandez wrote:What is Explorer Lib?

It’s a freeware program with which you can explore, create or edit your
libraries in COFF/OMF Format.

Who can use Explorer Lib?

Any programmer who uses libraries in COFF (MINGW, Pelles C, Microsoft
C/C++) or OMF (Borland) format.

What can I do with Explorer Lib?

Basically create a library, add, delete or remove object modules, but I
think what is most important is to explore the information in each
module object (symbols externals/publics).

General Information

Explorer lib is very easy to use, after installed, you need to do a
double click in your library to open it. Explorer Lib has two panels at
left you can see all modules, and at right you can see all details about
the module (name, size, format, symbols publics/externals). You can drag
& drop some module from left panel to right panel, immediately you will
see details. Everything you can do with a library you can find it in the
menu, all explained by itself. You need to be careful when you delete a
module because this cannot came back. It’s better if you extract a
backup first. After every add or delete, you will find a “<you
library>_backup.lib” in the same directory of your library. This file is
a backup library, before the last action (only the last one). You can
delete it safely.


Regards
Anser

Re: Como saber que funciones/clase de harbour son de que lib.

PostPosted: Sat Oct 22, 2011 3:14 pm
by jll-fwh
gracias anserkk;

Pero en realidad lo que busco no es esto, ya que este programa ya lo conozco.

Lo que busco es xHarbour Language Reference Guide actualizada a la versión 3.0 o 3.1, alguien sabe donde puedo localizarlo? no logro hacerme con ello.

En este manual, cuando buscas una función/clase, abajo te indica a que .LIB debes de hacer referencia a la hora en crear el BUILD, esto es lo que necesito.

Un saludo
JLL