HI,

The hash and Inet functions were fixed by adding the -lxhb, so still missing
these functions:

obj/senhas.o:senhas.c:(.data+0x898): undefined reference to
`HB_FUN_HB_CRYPT'
obj/senhas.o:senhas.c:(.data+0x8e8): undefined reference to
`HB_FUN_HB_DECRYPT'
obj/senhas.o:senhas.c:(.data+0x938): undefined reference to
`HB_FUN_HB_FREADLINE'
g:/gtklib/lib/libgtklib.a(errorsys.o):errorsys.c:(.data+0x1b8): undefined
reference to `HB_FUN_VALTOPRGEXP'
g:/gtklib/lib/libgtklib.a(printer.o):printer.c:(.data+0xb8): undefined
reference to `HB_FUN_HB_FREADLINE'
g:/xhgtk/lib/libxhgtk.a(TTreeView.o):TTreeView.c:(.data+0x198): undefined
reference to `HB_FUN_PVALUE'

As I said, PValue, FReadline and Valtoprgexp aren't an issue, but crypto
functions I'll miss them :(

Thanks
Rodrigo

On Tue, Jun 10, 2008 at 10:55 AM, Rodrigo Miguel <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I'm already using the hbtip, but the hbw32 fix the printer functions.
>
> Thanks
> Rodrigo
>
>
> On Tue, Jun 10, 2008 at 10:52 AM, Massimo Belgrano <[EMAIL PROTECTED]>
> wrote:
>
>> Verify which are the library  linked in your project
>> For GETDEFAULTPRINTER add hbw32.lib
>>
>> Them can be hbtip,hbsix,xhb (I am not sure, you can try)
>>
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Miguel
>> Sent: Tuesday, June 10, 2008 3:37 PM
>> To: [email protected]
>> Subject: [Harbour] Migrating from xHarbour to Harbour
>>
>> All,
>>
>> I found just a small issues during my migration from xharbour to
>> harbour. Here are a list of missing functions:
>>
>> obj/comun.o:comun.c:(.data+0x3e8): undefined reference to
>> `HB_FUN_GETDEFAULTPRINTER'
>> obj/senhas.o:senhas.c:(.data+0x828): undefined reference to
>> `HB_FUN_GETPRINTERS'
>> obj/senhas.o:senhas.c:(.data+0x898): undefined reference to
>> `HB_FUN_HB_CRYPT'
>> obj/senhas.o:senhas.c:(.data+0x8e8): undefined reference to
>> `HB_FUN_HB_DECRYPT'
>> obj/senhas.o:senhas.c:(.data+0x938): undefined reference to
>> `HB_FUN_HB_FREADLINE'
>> g:/gtklib/lib/libgtklib.a(errorsys.o):errorsys.c:(.data+0x1b8):
>> undefined reference to `HB_FUN_VALTOPRGEXP'
>> g:/gtklib/lib/libgtklib.a(network.o):network.c:(.data+0x358): undefined
>> reference to `HB_FUN_HASH'
>> g:/gtklib/lib/libgtklib.a(network.o):network.c:(.data+0x678): undefined
>> reference to `HB_FUN_HGETKEYS'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x538):
>> undefined reference to `HB_FUN_INETINIT'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x548):
>> undefined reference to `HB_FUN_INETCONNECT'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x558):
>> undefined reference to `HB_FUN_INETSETTIMEOUT'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x568):
>> undefined reference to `HB_FUN_INETERRORCODE'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x578):
>> undefined reference to `HB_FUN_INETSENDALL'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x588):
>> undefined reference to `HB_FUN_INETDATAREADY'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x598):
>> undefined reference to `HB_FUN_INETRECVALL'
>> g:/gtklib/lib/libgtklib.a(functions.o):functions.c:(.data+0x5c8):
>> undefined reference to `HB_FUN_INETCLOSE'
>> g:/gtklib/lib/libgtklib.a(printer.o):printer.c:(.data+0xb8): undefined
>> reference to `HB_FUN_HB_FREADLINE'
>> g:/gtklib/lib/libgtklib.a(report.o):report.c:(.data+0x1a8): undefined
>> reference to `HB_FUN_GETACTIVEOBJECT'
>> g:/gtklib/lib/libgtklib.a(report.o):report.c:(.data+0x1b8): undefined
>> reference to `HB_FUN_CREATEOBJECT'
>> g:/xhgtk/lib/libxhgtk.a(TTreeView.o):TTreeView.c:(.data+0x198):
>> undefined reference to `HB_FUN_PVALUE'
>>
>> Hashs, PValue, FReadline and valtoprgexp I can rewrite to be harbour
>> compatible. The printer functions I think I can write that one using
>> windows api's, so not a problem at all.
>> So, my only concerns are related to Crypt/Decrypt, Inet and OLE
>> functions, anyway, is there this type of functions available for harbour
>> as well?
>>
>> Thanks in advance
>> Rodrigo
>> _______________________________________________
>> Harbour mailing list
>> [email protected]
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to