why, under 64 Bit OS, does not Find UUID.LIB
- 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
Can you send me DRXLS.prg?
Re: why, under 64 Bit OS, does not Find UUID.LIB
hi Enrico,
i have try other Setting but there is NO "hrb.rsp" on my PC
here is DRXLS.PRG which i use for test (from this thread https://forums.fivetechsupport.com/view ... 03&start=5 )
i have try other Setting but there is NO "hrb.rsp" on my PC
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
Jimmy
- 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
This is the content of hrb.rsp (it is the library list):Jimmy wrote:hi Enrico,
i have try other Setting but there is NO "hrb.rsp" on my PC
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
- 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
Plese removeJimmy 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
Code: Select all | Expand
#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP