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

User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

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

Post 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
greeting,
Jimmy
User avatar
Enrico Maria Giordano
Posts: 8728
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

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

Post 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
User avatar
Enrico Maria Giordano
Posts: 8728
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

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

Post 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
Post Reply