Search found 376 matches: comp

Return to advanced search

Re: help on a GPF situation

This is the story about what happened with this feature:

http://comments.gmane.org/gmane.comp.lang.xharbour.devel/2053

So, we have to rebuild hbvm.lib with -DHB_PRG_TRACE
by Antonio Linares
Fri Oct 25, 2013 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3973

Re: Ayuda ante un GPF

Mira se ayuda maestro, https://groups.google.com/forum/#!msg/harbour-devel/pTzooOHGSQw/znV9Q1nmwlwJ http://permalink.gmane.org/gmane.comp.lang.xharbour.devel/476 https://code.google.com/p/visualfw/source/browse/trunk/source/visual.prg?r=6 http://compgroups.net/comp.lang.xharbour/documentation-from-source-code/1421146 ...
by karinha
Fri Oct 25, 2013 11:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda ante un GPF
Replies: 2
Views: 539

Problemas de Complilación en FWH\Samples con xHarbour 1.2.3

Estimados: Acabo de hacer una actualización a FWH 13.08 y tratando de compilar algunos ejemplos con el archivo Buildx.bat incluidos en la carpera FWH\Samples , me sale siempre el siguien error: ────────────────────────────────────────────────────────────────────────────┐ ...
by checo176
Sun Oct 20, 2013 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de Complilación en FWH\Samples con xHarbour 1.2.3
Replies: 11
Views: 2937

Re: xHarbour: no line numbers on compile errors

... confirms me that its ok, then I will report it here also :-) Last versions xHarbour print numbers of lines on the screen (if use buildx.bat). For comp.log it is possible to make so - %hdir%\bin\harbour %1 /n /i%fwl%\include;%hdir%\include /w /p %2 %3 > comp.log 2>&1
by MMK
Fri Oct 11, 2013 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

Re: xHarbour: no line numbers on compile errors

Antonio, Enrico, We redirect the errors and the warnings this way: harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log maybe it should be the way round: harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > warnings.log 2> comp.log Ok, but ...
by Enrico Maria Giordano
Tue Oct 08, 2013 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

Re: xHarbour: no line numbers on compile errors

Enrico,

We redirect the errors and the warnings this way:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log

maybe it should be the way round:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > warnings.log 2> comp.log
by Antonio Linares
Tue Oct 08, 2013 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

Re: xHarbour: no line numbers on compile errors

Antonio,

Antonio Linares wrote:Enrico,

Are you calling xHarbour this way (or similar) ?

harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
@type comp.log
@type warnings.log


No, I simply used:

Code: Select all  Expand view
buildx fivedbu


as per your instructions. :-)

EMG
by Enrico Maria Giordano
Tue Oct 08, 2013 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

Re: xHarbour: no line numbers on compile errors

Antonio,

Antonio Linares wrote:Enrico,

Being an error it should be in comp.log and not in warnings.log


What are comp.log and warnings.log? I never saw them before. Who writes them? Not the compiler, I think.

EMG
by Enrico Maria Giordano
Tue Oct 08, 2013 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

Re: xHarbour: no line numbers on compile errors

Enrico,

Are you calling xHarbour this way (or similar) ?

harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
@type comp.log
@type warnings.log
by Antonio Linares
Tue Oct 08, 2013 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

Re: xHarbour: no line numbers on compile errors

Enrico,

Being an error it should be in comp.log and not in warnings.log
by Antonio Linares
Tue Oct 08, 2013 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour: no line numbers on compile errors
Replies: 19
Views: 3480

SOURCE FOR IMAGE WITH *.BMP *.EMF *.GIF *.ICO *.JPG *.PNG *

... GdipCreateBitmapFromFile @66 ; GdipCreateBitmapFromFile GdipCreateHBITMAPFromBitmap @87 ; GdipCreateHBITMAPFromBitmap ------------------------- COMP.BAT ----------------------------------- DEL *.OBJ DEL *.LIB bcc32 -M -c -O2 -I%FWDIR%\include -tW I_HBM_F.C bcc32 -M -c -O2 -I%FWDIR%\include -tW ...
by HATHAL
Sun Oct 06, 2013 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cover Flow
Replies: 10
Views: 5756

Re: FW13.07 xHarbour.org BUG error Build 20130422

Gustavo,

Aqui no podemos ayudarte en eso. Has de reportar ese comportamiento en la lista de usuarios de xHarbour

Aqui la tienes:
https://groups.google.com/forum/#!forum/comp.lang.xharbour
by Antonio Linares
Tue Sep 17, 2013 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour.org BUG error Build 20130422
Replies: 5
Views: 561

Problema al empezar con tDolphin

Daniel, por favor, me puedes aclarar cual es la causa de que me salga este mensaje cuando ejecuto setenvx.bat o bldfw.bat: "C:/Program Files/Git/bin/sh.exe": -c: line 1: syntax error: unexpected end of f ile win-make: *** [.\obj\XHARBOUR\BCC] Error 258 sh: C:\Program: No such file or direc...
by Andrés González
Sun Sep 15, 2013 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema al empezar con tDolphin
Replies: 4
Views: 655

Re: Strange problems since loading FWH 13.07

... COMPSELE(1162) in cargo.prg Called from MAIN(107) in cargo.prg ------------------------------------------------------------------------ Here is my compile script: //------------------------------------------- set hdir=c:\harbour1212 set bcdir=c:\BORLAND\bcc582 @ECHO Harbour Compiling... %hdir%\bin\harbour ...
by cdmmaui
Wed Sep 11, 2013 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems since loading FWH 13.07
Replies: 39
Views: 14527

Para Carlos Vargas, TsButton lib

Saludos. Con un inconveniente al compilar la lib de tsbutton 7.0 con Bcc 6.5, a ver si me puedes ayudar, no lo he logrado ligar. Errores: Embarcadero C++ 6.50 for Win32 Copyright (c) 1993-2012 Embarcadero Technologies, Inc. c:\autosys\prgs\tsbutton\source\function\BPAINT.C: ...
by noe aburto
Mon Sep 09, 2013 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Carlos Vargas, TsButton lib
Replies: 8
Views: 2142
PreviousNext

Return to advanced search