Search found 438 matches: tmp

Return to advanced search

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... -I$(BCDIR)\include\windows\crtl -oobj\$&.obj obj\$&.c .C.OBJ:    echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp    echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp    $(BCDIR)\bin\bcc64 -c -v -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl ...
by Compuin
Mon Jun 28, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Antonio Linares wrote:Prueba asi:

$(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& @tmp .\c\$&.c


Sigue arrojando el error anterior
by Compuin
Mon Jun 28, 2021 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Prueba asi:

$(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& @tmp .\c\$&.c

Para los warnings prueba este flag:

-std=<value>
y para C11 value es 201112L // gracias a Manu por la info
by Antonio Linares
Mon Jun 28, 2021 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... -fsistema.mak MAKE Version 5.41 Copyright (c) 1987, 2014 Embarcadero Technologies, Inc. echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -Ic:\Harbour64\include;c:\Fwh64\include >> tmp echo "pasa por aqui" "pasa por aqui" c:\Bcc7164\bin\bcc64 -Ic:\Bcc7164\include\windows\sdk ...
by Compuin
Mon Jun 28, 2021 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Añade esta línea y comprueba si pasa por ahi: .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp echo "pasa por aqui" $(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl ...
by Antonio Linares
Mon Jun 28, 2021 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Error log location

Dear Robb,

From FWH\samples\buildh64.bat

link @msvc.tmp /nologo /subsystem:windows /force:multiple

Yes, I agree with you, we are going to implement those functions as you have suggested :-)
by Antonio Linares
Fri Jun 25, 2021 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Re: Administrator operations

I had thought of an archive where to insert all the archives worked by the application. If an archive is open, a warning message must be displayed. Obviously the Check_Utenti procedure in addition to checking the open archives checks if a record in the Users archive has an asterisk in the Status fie...
by Silvio.Falconi
Mon Jun 07, 2021 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Administrator operations
Replies: 2
Views: 373

Re: DOS Error 267)

Dear all,

this was the solution:

function main()
LOCAL CtMP := GETENV( "TMP" )

lMKDir(CtMP)

Kind regards and thank you for the answers!
by Iris Gesser
Fri Jun 04, 2021 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS Error 267)
Replies: 10
Views: 1080

Re: How to Create a Web Page - Pizza Restaurant

Hello friends,
Now we converted the W3schools.com template

https://www.w3schools.com/w3css/w3css_web_tmp_pizza.asp

to mod harbour and add a DBF-file.

Best regards,
Otto


Image
by Otto
Tue Jun 01, 2021 7:39 pm
 
Forum: mod_harbour
Topic: How to Create a Web Page - Pizza Restaurant
Replies: 5
Views: 1002

How to Create a Web Page - Pizza Restaurant

Hello friends, We are working on a QR code solution for restaurants. The guest can scan a QR code at the table and then receive a landing page with various further links. So far, we have displayed the menu as a PDF. Now we are in the process of programming a menu. We use the W3schools.com template. ...
by Otto
Wed May 26, 2021 3:52 pm
 
Forum: mod_harbour
Topic: How to Create a Web Page - Pizza Restaurant
Replies: 5
Views: 1002

Installation of mod_harbour as module or fastcgi handler

... Debian 9 Stretch (for comparison Linux/Windows) modharbour via Apache module mod_harbour.so: Error: mod_harbour version Jul 14 2020, 14:33:26/tmp/libharbour.507655936.916993992: cannot open shared object file: No such file or directory, failed to load hb_apache() I symlinked ln -sf ~/mod_harbour/linux/libharbour.so.3.2.0 ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

Re: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )

... xlm Extraigo la informacion con la funcion Extrae() cFileXml := op:temp+"xml\"+aDir[a][1] cXml:=MEMOREAD( cFileXml ) && lee xml tmp->( DbAppend()) tmp->voucher := a tmp->orden := "1" tmp->fecha := Extrae("cbc:IssueDate",,.F.,cXml) tmp->vence ...
by CARLOS ATUNCAR
Thu Apr 01, 2021 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
Replies: 6
Views: 1387

Re: how to add libraries to the buildh.bat file

... + >> b32.bc or add these lines in buildh32.bat to build it using Visual Studio Community echo %hdirl%\hbcurl.lib >> msvc.tmp echo %hdirl%\libcurl.lib >> msvc.tmp
by Antonio Linares
Mon Feb 08, 2021 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 678

Re: Which C compiler and which Harbour should be used for FW?

... neededOBJ=$(PRG:.PRG=.OBJ)OBJS=$(OBJ:.\=.\obj\)PROJECT: ONE.EXEone.exe : $(OBJS) one.res   echo $(OBJS) > msvc.tmp   echo $(FWDIR)\lib\FiveH32.lib $(FWDIR)\lib\FiveHC32.lib >> msvc.tmp   echo $(HBDIR)\lib\hbrtl.lib  >> msvc.tmp  ...
by Eroni
Sat Aug 22, 2020 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3579

Re: Instalar modharbour en el hosting

http://www.sialm.cl/prueba.prg

mod_harbour version Jul 14 2020, 14:33:26
/tmp/libharbour.1797473664.-1524963204: cannot open shared object file: No such file or directory
failed to load hb_apache()


que me estará faltando ?
by Patricio Avalos Aguirre
Sat Aug 15, 2020 2:56 am
 
Forum: mod_harbour
Topic: Instalar modharbour en el hosting
Replies: 7
Views: 1309
PreviousNext

Return to advanced search