FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour why, under 64 Bit OS, does not Find UUID.LIB
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: why, under 64 Bit OS, does not Find UUID.LIB
Posted: Mon Oct 14, 2024 08:47 AM

Can you send me DRXLS.prg?

Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: why, under 64 Bit OS, does not Find UUID.LIB
Posted: Mon Oct 14, 2024 09:09 AM
hi Enrico,

i have try other Setting but there is NO "hrb.rsp" on my PC :shock:

here is DRXLS.PRG which i use for test (from this thread https://forums.fivetechsupport.com/viewtopic.php?t=44903&start=5 )
Code (fw): Select all Collapse
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DRXLSX

function Main()

       UseDrXlsx( .t. )
       XBROWSER "CUSTOMER.DBF"

return nil
    
#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP
greeting,

Jimmy
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: why, under 64 Bit OS, does not Find UUID.LIB
Posted: Mon Oct 14, 2024 09:21 AM
Jimmy wrote:hi Enrico,

i have try other Setting but there is NO "hrb.rsp" on my PC :shock:
This is the content of hrb.rsp (it is the library list):
Code (fw): Select all Collapse
hbvm +
hbcommon +
hbrtl +
hbmacro +
gtwin +
hbrdd +
hbsix +
rddntx +
rddfpt +
xhb +
hbct +
hbwin +
hbpcre +
hbziparc +
hbmzip +
minizip +
hbzlib +
rddcdx +
gtgui +
hbtip +
hbcplr +
hbpp +
hbcpage +
hbcurl +
libcurl
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: why, under 64 Bit OS, does not Find UUID.LIB
Posted: Mon Oct 14, 2024 09:25 AM
Jimmy wrote:
Code (fw): Select all Collapse
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DRXLSX

function Main()

       UseDrXlsx( .t. )
       XBROWSER "CUSTOMER.DBF"

return nil
    
#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP
Plese remove
Code (fw): Select all Collapse
#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP

Continue the discussion