Search found 2001 matches: bin

Return to advanced search

Re: RMChart

... <richedit.h>#include "resource.h"LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL0                  0              "resource1.bin"//// Dialog resources//LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MEXICANDL_FLDCHART DIALOGEX 6, 18, 210, 142STYLE DS_3DLOOK | DS_CONTEXTHELP | ...
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 103

Re: Compiler with MSVC y HARBOUR

... I am creating a distribution for our users. Perhaps you would be so kind as to explain your mod harbour installation as well. I have seen that the binaries can be downloaded from https://www.apachefriends.org. If I now copy the new binaries into the bin folder and delete the entire folder beforehand, ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 2
Views: 72

Re: Help to friends to Config Xmate with bcc7.7

... %LIB% /P512 @%RSP% , %LST%C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s -v @%LNK%C_RC_COMMAND=c:\work\PellesC\Bin\PORC.EXE  %RC%  /I c:\work\pellesc\include /I c:\work\pellesc\include\winC_DLL_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpd -M -L%C_LIB_INSTALL% ...
by Silvio.Falconi
Wed Apr 17, 2024 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 191

Re: xHarbour.org updated!

intente compilar de la siguiente manera:

c:\xharbour\bin\harbour .\fast\FastRepH.prg /N /OObj\ /Ic:\fwh\include;c:\xharbour\include;c:\BCC77\include\windows
c:\BCC77\bin\bcc32 -c -b -tWM -Ic:\xharbour\include -oObj\FastRepH Obj\FastRepH.c

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:41 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37387

Re: xHarbour.org updated!

intente compilar de la siguiente manera:
c:\xharbour\bin\harbour .\fast\FastRepH.prg /N /OObj\ /Ic:\fwh\include;c:\xharbour\include;c:\BCC77\include\windows
c:\BCC77\bin\bcc32 -c -b -tWM -Ic:\xharbour\include -oObj\FastRepH Obj\FastRepH.c

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:28 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37387

Re: Pasando a FWH24.02+Harbour+BCC77

Estimado José,

Observa que hemos añadido más paths para los ficheros de cabecera en esta llamada:

IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\crtl -I%bcdir%\include\windows\sdk %1
by Antonio Linares
Fri Mar 15, 2024 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2827

Problemita al compilar con FWH24.02

... (la más sencilla) con la nueva versión de FWH, bcc77 (en el directorio bcc7) y el harbour del 09/03/2024 recibo este error: C:\fivedit>C:\BCC7\bin\brc32.exe -r d:\xbase-proyectos\bombeo\resource\Bombeo -iC:\BCC7\include -iC:\BCC7\include\dinkumware -iC:\BCC7\include\windows\sdk -fod:\xbase-proyectos\bombeo\resource\Bombeo.res ...
by jose_murugosa
Mon Mar 11, 2024 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemita al compilar con FWH24.02
Replies: 4
Views: 777

Data exchange between PC and Android device on the same loca

... it, but when generating the response it violates the CORS rules, generating the error: Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

Intercambio de datos entre PC y dispositivo Android en la m

... servidor la recibe, pero al generar la respuesta viola las normas CORS, generando el error: Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 202

Re: SAPI : change Voice

... el cual me costo entender el fix pude compilar la libreria Contrib de HBWIN que descargue desde el repositio de Harbour en GITHUB mediante el bin HBMK2 y el compilador MinGW. desde ya quedo muy agradecido como muchos otros de la comunidad HMGForum un saludo y abrazo a la distancia
by Danielmaximiliano
Tue Feb 06, 2024 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3496

Re: link between PRG and RC

... xhb.hbc hbwin.hbc hbct.hbc hbmzip.hbc hbziparc.hbc #hbfoxpro.hbc hbmisc.hbc c.bat @echo off set olpath=%path% set path=%path%;d:\compiler\mingw\bin;d:\compiler\harbour\bin hbmk2 prestamos32.hbp set path=%olpath% pause
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1652

Re: MariaDb SetFilter no realiza Filtrado

... => FWROWSET:SETFILTER( 495 ) Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:SETFILTER( 2860 ) Called from: Bin\laborMaquina.prg => BUSCARLAB( 185 ) Called from: Bin\laborMaquina.prg => (b)BRWBTNBAR( 144 ) Called from: .\source\classes\BTNBMP.PRG => ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 161

Re: leer y pdf y extraer datos

al ejecutar. el ejemplo de pdfread Application =========== Path and name: X:\workshop\2024\pdf\bin\pdf.Exe (32 bits) Size: 4,774,912 bytes Compiler version: Harbour 3.2.0dev (r2104281802) FiveWin version: FWH 21.11 C compiler version: Borland/Embarcadero C++ 7.6 (32-bit) ...
by goosfancito
Fri Jan 26, 2024 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 828

Re: Question about deleting files and the trash

... use "full-Path" If pFrom is set to a file name without a full path, deleting the file with FO_DELETE does not move it to the Recycle Bin, even if the FOF_ALLOWUNDO flag is set. You must provide a full path to delete the file to the Recycle Bin. https://learn.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileopstructa
by Jimmy
Wed Jan 03, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1174

Re: OT - abro hilo FWH - MAC

hbmk2[gtalleg]: Error: Missing dependency: allegro
hbmk2[gtalleg]: Exit status: 10: dependency missing or disabled
! Finished package build...
./bin/darwin/clang/hbmk2 ./config/postinst.hb first
! postinst script finished
by goosfancito
Sun Dec 24, 2023 5:20 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - abro hilo FWH - MAC
Replies: 8
Views: 840
Next

Return to advanced search