Search found 376 matches: comp

Return to advanced search

Re: API Bancaria (SOLUCIONADO)

... BANANERO RUIZ \n 2201822419210420210420028972000000000551180000000000ABONO COMP. TRU 30/1/2017 \n 2201822419210420210420021731000000000003500000000000LIQUID.ABONO COM \n 3301822419020080002800010000000025535350001000000002553535100001919317400978 ...
by gmart1
Wed Apr 21, 2021 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Bancaria (SOLUCIONADO)
Replies: 17
Views: 2663

Re: eShop sample and a DBF product file

Then it is ok. OS Windows 8 6.2 Harbour Harbour 3.2.0dev (r2004201301) Build date May 27 2020 05:53:35 Compiler Microsoft Visual C 19.26.28805 (64-bit) Capabilities RDD DBF, DBFFPT, DBFNSX, SIXCDX, DBFCDX, SDF, DELIM, DBFBLOB, DBFNTX Version Harbour 00 HB_VERSION_HARBOUR Harbour 3.2.0dev (r200420130...
by Marc Venken
Fri Apr 02, 2021 12:53 pm
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1439

Re: ENV de xmate para fwh con mingw

Estimados, para quien le sirva el archivo env para xmate (fwh+mingw 7.3), funciona la creacion de librerias y la de ejecutables, cualquier mejora es bienvenida. harbourg.env [Environment] Description 1=harbour + fwh20.12 para mingw 7.3 Description 2= Description 3= PRG Compiler ver=Harbour 3.2 C co...
by jvtecheto
Sat Mar 13, 2021 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENV de xmate para fwh con mingw
Replies: 1
Views: 417

ENV de xmate para fwh con mingw

Estimados, para quien le sirva el archivo env para xmate (fwh+mingw 7.3), funciona la creacion de librerias y la de ejecutables, cualquier mejora es bienvenida. harbourg.env [Environment] Description 1=harbour + fwh20.12 para mingw 7.3 Description 2= Description 3= PRG Compiler ver=Harbour 3.2 C com...
by carlos vargas
Sat Mar 13, 2021 3:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENV de xmate para fwh con mingw
Replies: 1
Views: 417

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

... external '_curl_free' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unable to perform link These seem to be referenced in c:\harbour\comp\mingw\include\curl\curl.h Should I put c:\harbour\comp\mingw\include\curl in the INCLUDE paths?
by FWExplorer
Mon Feb 08, 2021 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 713

PROBLEMAS CON EL GET EN FWH 20.07

[quote="cnavarro"] Estoy actualizando a la nueva versión 20. 06 pero tengo problemas con lo GET que no tienen el PICTURE no me permite separar las palabras con el Espacio tengo que agregar el PICTURE "@e" o "@z" y esto me fuerza a tener q revisar todas las fuentes para ...
by CARLOS ATUNCAR
Wed Aug 19, 2020 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS CON EL GET EN FWH 20.07
Replies: 5
Views: 743

Re: GET NO PERMITE EL ESPACIADO

Compile los ejemplos si funcionan bien he revisado y comprado mi configuración con el buildx.bat y estan iguales. [Environment] Description 1=xHarbour 1.2.3+ FWH 20.07+Bcc74+xMate 1.15 Description 2= Description 3= PRG Compiler ver=xHarbour 123 20200311 C compiler ver=Bcc74 Subsystem= Author=Ing. Ca...
by CARLOS ATUNCAR
Wed Aug 19, 2020 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET NO PERMITE EL ESPACIADO
Replies: 7
Views: 775

Re: Editsource() Problem

... 4.- in windows console hbmk2 testsqla.hbp -comp=bcc ( -comp=bcc this not neccesary if you not have other path of compiler defined in your path ) hbmk2 testsqla.hbp Try and tell me
by ricbarraes
Wed Jun 10, 2020 2:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6089

Re: Editsource() Problem

... 4.- in windows console hbmk2 testsqla.hbp -comp=bcc ( -comp=bcc this not neccesary if you not have other path of compiler defined in your path ) hbmk2 testsqla.hbp Try and tell me
by cnavarro
Tue Jun 09, 2020 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6089

Re: Editsource() Problem

ok, sure! I faced this issue when I first tried to compile with hbmk2. I guess you can add to your command line: C:\FWH\samples>\harbour\bin\hbmk2 test.hbp -comp bcc Or you can try this .bat (adjusting the directories): set oldpath=C:\PathExample\set ...
by ricbarraes
Mon Jun 08, 2020 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6089

Re: Harbour 64 bits construido con BCC 64

... %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p /d__64__ %2 %3 > comp.log 2> warnings.log
by MOISES
Thu May 07, 2020 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 64 bits construido con BCC 64
Replies: 13
Views: 2142

Re: buildH.BAT more than 1 PRG ?

Jimmy,

You can also use Harbour's hbmk2 to build FWH apps with multiple PRGs:

test.hbp
Code: Select all  Expand view
tutor01.prg

-I..\include
-L..\lib
-lfiveh
-lfivehc

xhb.hbc
hbwin.hbc
hbmzip.hbc
hbziparc.hbc


hbmk2.bat
Code: Select all  Expand view
set path=c:\bcc7\bin
c:\harbour\bin\hbmk2 test


From the cmd do:
hbmk2 test -comp=bcc
by Antonio Linares
Sat Dec 21, 2019 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 914

Re: Construcción de LIB importadas 32 y 64 para los comp. de C

Construccion de librerias de importacion BCC32 ImpLib LibMySQL.lib LibMySQL.dll  BCC64 mkexp libmysql.a libmysql.dll  MSVC32 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"lib /def:LibMySQL.def /machine:x86 /out:LibMySQL.lib  MSVC64 call &q...
by xmanuel
Wed Dec 18, 2019 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construcción de LIB importadas 32 y 64 para los comp. de C
Replies: 2
Views: 804

Re: Construcción de LIB importadas 32 y 64 para los comp. de C

Para Borland 64 MKEXP.EXE, the 64-bit Windows Import Library Tool for C++ Go Up to Command-Line Utilities Index MKEXP.EXE is the 64-bit Windows counterpart of IMPLIB.EXE, the Import Library Tool for Win32. However, MKEXP does not support all the same options supported by IMPLIB. MKEXP produces GNU-s...
by Compuin
Tue Dec 17, 2019 6:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construcción de LIB importadas 32 y 64 para los comp. de C
Replies: 2
Views: 804
PreviousNext

Return to advanced search