Page 3 of 3

Re: why, under 64 Bit OS, does not Find UUID.LIB

Posted: Mon Oct 14, 2024 8:47 am
by Enrico Maria Giordano
Can you send me DRXLS.prg?

Re: why, under 64 Bit OS, does not Find UUID.LIB

Posted: Mon Oct 14, 2024 9:09 am
by Jimmy
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/view ... 03&start=5 )

Code: Select all | Expand

#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DRXLSX

function Main()

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

return nil
    
#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP

Re: why, under 64 Bit OS, does not Find UUID.LIB

Posted: Mon Oct 14, 2024 9:21 am
by Enrico Maria Giordano
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: Select all | Expand

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

Re: why, under 64 Bit OS, does not Find UUID.LIB

Posted: Mon Oct 14, 2024 9:25 am
by Enrico Maria Giordano
Jimmy wrote:

Code: Select all | Expand

#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: Select all | Expand

#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP