Search found 701 matches: flag

Return to advanced search

Re: Multihilo - Multithread

... AMPAARRA, Nil, 84, Nil ) ) } ) Si usas hbmk2 para construir tu app (es lo más recomendable) recuerda usar el flag -mt para que se construya con soporte de ejecución multihilo Ojo con el uso de variables compartidas y de DBFs ya que tendrás que usar "mutex"es ...
by Antonio Linares
Sat Dec 07, 2024 7:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Multihilo - Multithread
Replies: 13
Views: 690

Re: Ins with tab on xbrowse

... If you want to use TAB key to move to next right cell for editing, the same way as in Excel, then use oBrw:lTabLikeExcel := .t. If you set this flag, pressing TAB key makes xbrowse behave exactly like Excel, moving the cell cursor to right.
by nageswaragunupudi
Tue Oct 29, 2024 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ins with tab on xbrowse
Replies: 1
Views: 189

Re: hbmk2.exe no detecta variables

Añade este flag también:

-es2
by Antonio Linares
Sat Oct 26, 2024 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbmk2.exe no detecta variables
Replies: 6
Views: 474

Re: hbmk2.exe no detecta variables

Hola Antonio.,
Si bien es cierto que ese flag funciona, no detiene el proceso de compilacion, el make si lo hace.... .hbp es mas elegante en su sintaxis,
GRacias.....
by Willi Quintana
Sat Oct 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbmk2.exe no detecta variables
Replies: 6
Views: 474

Re: hbmk2.exe no detecta variables

Usa el flag -w3 en el fichero HBP
by Antonio Linares
Fri Oct 25, 2024 5:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbmk2.exe no detecta variables
Replies: 6
Views: 474

Re: Ayuda compilar 64 bits con FivEdit y BCC7764

Entonces quita el flag -xhb de esta línea: c:\harbour64\bin\hbmk2.exe test64.hbp -xhb -comp=bcc64 Antonio, eliminé lo que me indicaste del archivo GO64.bat quedando de esta manera: set bcc=bcc7764set path=c:\%bcc%\binset HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl ...
by checo176
Tue Oct 15, 2024 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
Replies: 29
Views: 2272

Re: Ayuda compilar 64 bits con FivEdit y BCC7764

Entonces quita el flag -xhb de esta línea:

c:\harbour64\bin\hbmk2.exe test64.hbp -xhb -comp=bcc64
by Antonio Linares
Tue Oct 15, 2024 9:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
Replies: 29
Views: 2272

mysqlclient.lib para MSVC x64

... con FWH y MSVC x64 Descargar de Aquí la lib https://mega.nz/file/xmkmCRKA#ZYd6O_WketsjtwNIwoQtfn2X3Q_BR8L6iaGHE5EnzQ8 Coloque éste Flag /IGNORE:4286 para evitar algunos errores warning Espero lo logren, es genial.
by acuellar
Wed Oct 02, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mysqlclient.lib para MSVC x64
Replies: 0
Views: 201

Re: Browse of my ADO Class

... before twbrowse and tcbrowse, I was trying with txbrowse, with same variables. And yes, I add to recompile wbrowse.prg and tcbrowse.prg and add -ldflags=-Wl,--allow-multiple-definition -s -static With this flag mingw can duplicate functions on link, on same way as blinker. Functions on source code ...
by JoséQuintas
Mon Sep 30, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5197

Re: Compile with FW August 2024

thanks Enrico,
if I understood correctly, analyzing buidh.bat I saw that the -O2 flag is used for Borland, do you confirm this too?
I inserted the flag in hbmk2 and now it works.
Regards Maurizo
by Maurizio
Fri Sep 27, 2024 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1483

Re: Webview 2 + Html

... specify .PRG extensionGOTO EXIT:NOEXISTECHO The specified PRG %1 does not exist:EXIT Acuellar Perdon mi ignorancia pero no se donde aplicarle ese FLAG
by cmsoft
Wed Sep 25, 2024 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 5428

Re: Webview 2 + Html

Cesar

Incluir éste FLAG /NODEFAULTLIB:msvcrt
by acuellar
Wed Sep 25, 2024 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 5428

Re: Flag para no crear archivos .MAP

... y me gustaria que se borre automatico. Se que en mi archivo bat puedo poner un condicion y se borre automaticamnte, pero pensaba que era por un flag de mas. Saludos
by carito
Tue Sep 24, 2024 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Flag para no crear archivos .MAP
Replies: 5
Views: 422

Re: Flag para no crear archivos .MAP

simples,

Code: Select all  Expand view  RUN

@If Exist TUAPP.Map     Del TUAPP.Map
 


Regards, saludos.
by karinha
Tue Sep 24, 2024 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Flag para no crear archivos .MAP
Replies: 5
Views: 422

Re: Flag para no crear archivos .MAP

Que compilador de C usas y como construyes tus EXEs ?
by Antonio Linares
Tue Sep 24, 2024 5:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Flag para no crear archivos .MAP
Replies: 5
Views: 422
Next

Return to advanced search

cron