Search found 437 matches: uuid

Return to advanced search

Re: twebview2

... >> xhb.tmp ECHO %xhbdir%\c_lib\win\odbc32.lib >> xhb.tmp ECHO %xhbdir%\c_lib\win\odbccp32.lib >> xhb.tmp ECHO %xhbdir%\c_lib\win\uuid.lib >> xhb.tmp ECHO %xhbdir%\c_lib\win\wsock32.lib >> xhb.tmp ECHO %xhbdir%\c_lib\win\ws2_32.lib >> xhb.tmp ECHO %xhbdir%\c_lib\win\wininet.lib ...
by russimicro
Sun Nov 10, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: twebview2
Replies: 18
Views: 630

Re: Ayuda compilar 64 bits con FivEdit y MSVC 2022

El error que te aparece este: uuid.lib : fatal error LNK1136: archivo no válido o dañado Busca donde tienes uuid.lib y asegúrate que sea el propio de MSVC Antonio, efectivamente el error estaba en que la raiz de mi Proyecto tenía copiada ...
by checo176
Wed Oct 16, 2024 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y MSVC 2022
Replies: 10
Views: 405

Re: Ayuda compilar 64 bits con FivEdit y MSVC 2022

El error que te aparece este:

uuid.lib : fatal error LNK1136: archivo no válido o dañado

Busca donde tienes uuid.lib y asegúrate que sea el propio de MSVC
by Antonio Linares
Tue Oct 15, 2024 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y MSVC 2022
Replies: 10
Views: 405

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

Jimmy wrote:
Code: Select all  Expand view  RUN
#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 view  RUN
#pragma BEGINDUMP
int _streams;
#pragma ENDDUMP
by Enrico Maria Giordano
Mon Oct 14, 2024 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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 :shock: This is the content of hrb.rsp (it is the library list): hbvm +hbcommon +hbrtl +hbmacro +gtwin +hbrdd +hbsix +rddntx +rddfpt +xhb +hbct +hbwin +hbpcre +hbziparc +hbmzip +minizip +hbzlib +rddcdx +gtgui +hbtip +h...
by Enrico Maria Giordano
Mon Oct 14, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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 :shock: here is DRXLS.PRG which i use for test (from this thread https://forums.fivetechsupport.com/viewtopic.php?t=44903&start=5 ) #include "fivewin.ch"REQUEST DBFCDXREQUEST DRXLSXfunction Main() ...
by Jimmy
Mon Oct 14, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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

hi Enrico, i got this when try it Error E2356 DRXLS.prg 16: Type mismatch in redeclaration of '_streams' Error E2344 c:\bcc7\include\windows\crtl\stdio.h 146: Earlier declaration of '_streams' *** 2 errors in Compile *** and it seems me still for 1 PRG ONLY, but i need it for multiple PRG so i try t...
by Jimmy
Mon Oct 14, 2024 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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

hi Enrico,
Enrico Maria Giordano wrote:This is the batch for BCC32:

THX, i will test it if it work FROM 64 BIt OS to make a 32 Bit App.
by Jimmy
Mon Oct 14, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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

This is the batch for BCC32: @ ECHO OFFSET BCC=e:\fw\temp\bcc32\bccSET HRB=e:\fw\temp\bcc32\harbourSET FWH=e:\fwharbourSET LIB=-L%BCC%\lib;%BCC%\lib\psdk @%BCC%\bcc.rspSET HARBOURCMD=-a -es2 -gc0 -n -q -w3IF EXIST %1.prg %HRB%\bin\harbour -i%FWH%\include -i%HRB%\include %1IF EXIST %1.c %BCC%\bin\bcc...
by Enrico Maria Giordano
Mon Oct 14, 2024 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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

hi Enrico,
Enrico Maria Giordano wrote:I'm still waiting for your answer...

THX for your help.

your Sample seems to use 64 Bit BCC Tools,
Code: Select all  Expand view  RUN
IF EXIST %  1.c %BCC%\bin\bcc64 -I%HRB%\include %  1.c
IF EXIST %  1.o %BCC%\bin\ilink64 -j%HRB%\lib c0w64 %  1, %  1, , %FWH%\lib\five64 %FWH%\lib

but my Problem are 32 Bit Apps
by Jimmy
Mon Oct 14, 2024 3:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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

Hi Jimmy,

I'm still waiting for your answer...
by Enrico Maria Giordano
Sun Oct 13, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

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

hi Enrico, Please, first try my bacth with a single PRG and let me know if it works properly for you. that give me this Error In file included from C:\harbour\include\hbvmpub.h:50: C:\harbour\include/hbdefs.h:50:10: fatal error: 'stdarg.h' file not found #include <stdarg.h> ^ 1 error generate...
by Enrico Maria Giordano
Fri Oct 11, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899
Next

Return to advanced search