Search found 376 matches: comp

Return to advanced search

Re: New Fwh 11.09 . TFolderEx error

... working . With resources return such similar errors : testfx3.rc:5: unrecognized escape sequence testfx3.rc:5: unrecognized escape sequence C:\hrb\comp\mingw\bin\windres: testfx3.rc:12: syntax error * Resources errors * Maybe I'm wrong , but Harbour with MinGw it looks more faster . So this version ...
by Rimantas
Fri Oct 28, 2011 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.09 . TFolderEx error
Replies: 17
Views: 3622

Compiling TSButton with MinGW gcc

I need to compile TSButton version 7 with Harbour 3.1 ( not "X" ) and MinGW gcc 4.5.2-dw2 and I need some help on some errors in C. To generate the .lib, based on the SBUTTONH.VRC I built this TSButton7.hbp : -incpath=..\..\..\INCLUDE-incpath=F:\FWH\INCLUDE-incpath=g:\hb31\include-m-n-w-q0-es2-gc1-p-hblib..\..\FUNCTION\TSBUTT~1\BPAINT.C  ...
by concentra
Tue Oct 18, 2011 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 3310

Re: New Fwh 11.09 . TFolderEx error

... working . With resources return such similar errors : testfx3.rc:5: unrecognized escape sequence testfx3.rc:5: unrecognized escape sequence C:\hrb\comp\mingw\bin\windres: testfx3.rc:12: syntax error * Resources errors * Maybe I'm wrong , but Harbour with MinGw it looks more faster . So this version ...
by Rimantas
Sun Oct 16, 2011 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fwh 11.09 . TFolderEx error
Replies: 17
Views: 3622

Re: Crear rddads.lib ADS y Harbour

Hola,

Pon el siguiente bat en la raíz de tu carpeta con Harbour:

COMP_ADS.BAT
Code: Select all  Expand view

set path=c:\BORLAND\bin          // Tu path a Borland
set HB_COMPILER=bcc
set HB_WITH_ADS=c:\ADS-V91  // Tu path a ADS
win-make.exe
 

Saludos,

Carlos Gallego
by Cgallegoa
Tue Jul 26, 2011 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear rddads.lib ADS y Harbour
Replies: 2
Views: 545

Re: fwh11.5 - FWH\samples\shtest.prg - error

... set hdir=%XHDIR% set hdirl=%hdir%\lib set bcdir=c:\bcc582 set fwh=%FWDIR% %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log IF ERRORLEVEL 1 GOTO COMPILEERRORS @type comp.log echo -O2 -e%1.exe -I%hdir%\include -I%bcdir%\include %1.c > b32.bc %bcdir%\bin\bcc32 -M ...
by MGA
Wed Jun 08, 2011 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fwh11.5 - FWH\samples\shtest.prg - error
Replies: 10
Views: 3232

Re: Devolver Valor a una Columna del Xbrowse Antes de Validar

Leandro yo lo hago asi pero con array: oBrw:aCols[1]:cHeader := 'Codigo' oBrw:aCols[1]:cEditPicture := '!!!!!!!!!!!!!' oBrw:aCols[1]:bClrEdit := oBrw:bClrStd oBrw:aCols[1]:bOnPostEdit := { | oCol, xVal, nKey | If( nKey == VK_RETURN,"",),oBrw:GoRight(),oBrw:GoRight() } oBrw:aCols[1]:nEditTy...
by jbrita
Thu Jun 02, 2011 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Devolver Valor a una Columna del Xbrowse Antes de Validar
Replies: 7
Views: 1925

Re: 2010 style

que tal Daniel,

comp puedo ponerle un degradado a una message bar?
salu2
paco
by Francisco Horta
Mon May 23, 2011 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2010 style
Replies: 27
Views: 9549

Re: Scripts para Harbour y FWH !!!

Antonio, compile la ultima versión y al darle Run no hace nada, reviso en el panel de resultado y dice que no se ha generado porque hay un error. uso fivewin 10.12 y bcc 5.82. Anexo el archivo comp.log que general el programa. ...
by Simon
Wed May 18, 2011 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scripts para Harbour y FWH !!!
Replies: 31
Views: 11217

Re: Harbour on Android (?)

Pruebas actuales: I have modified harbour/config/global.mk this way, as a start: anto@ubuntu:~/harbour/harbour/config$ diff global.mk global_old.mk 970,975d969 < ifeq ($(HB_PLATFORM),android) < HB_COMP_PATH := ~/Desktop/android-ndk-r5b/toolchains/arm- linux-androideabi-4.4.3/prebuilt/linux-x86...
by Antonio Linares
Sun Apr 17, 2011 11:49 am
 
Forum: Off Topic / Otros temas
Topic: Harbour on Android (?)
Replies: 23
Views: 5911

Re: Upgrade Errror From FWH107 to FWH113

Thanks for the help How do I modify my make file to put in the obj received. ############################################################################## # Template make file for FWH and Borland Make tool # # Copyright FiveTech 2002 # ###############################################################...
by acwoo1
Sun Apr 10, 2011 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Errror From FWH107 to FWH113
Replies: 12
Views: 3083

rebuild tsbutton.lib error

... makepath[.c] ="..\lib;..\source\function" .prg.c: $(HB)\bin\harbour $< /n /i..\include;$(FW)\include;$(HB)\include > comp.log .c.obj: $(BC)\bin\bcc32 -D$(Def) -O2 -c -I$(HB)\include;$(FW)\include >> comp.log TSButton.c : TSButton.prg TSBar.c : TSBar.prg TSLines.c ...
by ShumingWang
Fri Apr 01, 2011 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild tsbutton.lib error
Replies: 1
Views: 619

#Borland make sample AYUDA

... para parametros unos /L /N /W y otros /L /N /W /B ver \bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include;$(fprg)\include > comp.log #Borland make sample, (c) FiveTech Software 2005-2009HBDIR=k:\xharbourBCDIR=k:\bcc582FWDIR=k:\fwhfprg=K:\proy_harb#change these paths ...
by ruben Dario
Mon Mar 28, 2011 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: #Borland make sample AYUDA
Replies: 0
Views: 246

Re: Empezar con ADS modo local

Pedro, yo trabajo con el xMate 1.15 que es el ultimo sin ningun problema mi .env es el siguiente [Environment] Description 1= Description 2= Description 3= PRG Compiler ver= C compiler ver= Subsystem= Author= Last update=01/31/2011 [Advanced] Command types=1,1,1,1,1,1,1,1,1 [Harbour] HB_INSTALL=D:\d...
by Marcelo Via Giglio
Mon Jan 31, 2011 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8835
PreviousNext

Return to advanced search