Search found 79 matches: especifiques

Return to advanced search

Re: Error al leer un dll

... comp.log ECHO * Compile errors * pause GOTO EXIT :LINKERROR ECHO * Linking errors * pause GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi?n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT Saludos Jorge
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1498

Re: VS2022 Portable x32 x64

... @type warnings.log ECHO * Compiling errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi?n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6782

Re: hb_base64 link

... :RESOURCESERROR ECHO * Resources errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: BuildH32 [Program] {-- No especifiques la extensión PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: ¿Ajuste en AUTOGET?

Por partes : - El tipo de datos no es un DBF, BROWSEGET al igual que AUTOGET siempre maneja arrays, es la función que especifiques en la cláusula FILTER del BROWSEGET la que debe devolver el array adecuado para que la clase lo muestre. Aquí te pego el ejemplo testage2.prg adaptado ...
by AngelSalom
Thu Mar 25, 2021 7:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Ajuste en AUTOGET?
Replies: 39
Views: 3967

Re: Error compilando con visualstudio 2019

... @type warnings.log ECHO * Compiling errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST En la instalacion que hice tengo es esta linea if exist "%ProgramFiles(x86)%\Microsoft ...
by Compuin
Wed Jun 19, 2019 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1095

Re: Error compilando con visualstudio 2019

... @type warnings.log ECHO * Compiling errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1095

Re: Google APIS Lib for Fivewin

... @type comp.log ECHO * Compile errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 19946

Re: Google APIS Lib for Fivewin

... @type comp.log ECHO * Compile errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT
by cnavarro
Fri Jun 08, 2018 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24993

Building a standalone Windows C app

... un tema específico. Aquí teneis como hacerlo :-) Simply do go.bat changeres (don't specify the .c extension) Simplemente haz go.bat changeres (no especifiques la extensión .c) go.bat @ECHO OFFset bcdir=c:\bcc7%bcdir%\bin\bcc32 -c -I%bcdir%\include %1.cIF EXIST %1.rc %bcdir%\bin\brc32 -r %1echo ...
by Antonio Linares
Sat Mar 17, 2018 8:19 am
 
Forum: Utilities / Utilidades
Topic: Building a standalone Windows C app
Replies: 0
Views: 629

Re: Building Harbour 3.4 for BCC outside MSYS

... @type warnings.log ECHO * Compiling errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT error Code: ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: Swap entre columnas en xBrowse

... se ordenen con diferentes nombres de campos entonces: oCol:cSortOrder := <fieldnames> Ejemplo: oCol:cSortOrder := "FIRST,LAST" No especifiques ASC or DESC. XBrowse internamente añade ASC or DESC según lo solicitado. Por lo que es posible hacer lo que deseas usando AUTOSORT sin ...
by Antonio Linares
Wed Nov 30, 2016 8:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Swap entre columnas en xBrowse
Replies: 9
Views: 1674

Re: Pantalla negra detras de ventana

... @type warnings.log ECHO * Compile errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT
by Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 3570

Re: FWH64

... @type comp.log ECHO * Compiling errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO EXIT :SINTAX ECHO SYNTAX: Build [Program] {-- No especifiques la extensi¢n PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT Tranks
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25127

Re: xharbour with gcc (mingw)?

... @type comp.log ECHO * Compile errors * GOTO EXIT :LINKERROR ECHO * Link errors * GOTO EXIT :SINTAX ECHO SYNTAX: Buildg [Program] {-- No especifiques la extensi? PRG ECHO {-- Don't specify .PRG extension GOTO EXIT :NOEXIST ECHO The specified PRG %1 does not exist :EXIT Pieter
by pieter
Sat Apr 16, 2016 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 4941

Re: Migrando 15.02 a 16.02 -> Menus

... y me ha cambiado el menu, y el usuario de turno no le gusta... (ya sabes de que va el tema, no?). El tema esta en respetar el diseño a no ser que especifiques otro (2007, 2010, 2013, 2015, ...) que es la gracia del sistema. Es mi opinion eh ! :D . Gracias por tu soporte !!!
by Carles
Fri Feb 26, 2016 10:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando 15.02 a 16.02 -> Menus
Replies: 7
Views: 1531
Next

Return to advanced search