Running harbour\contrib\hbfimage\test

Issues and Discussions related to Harbour

Moderator: Rathinagiri

User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Running harbour\contrib\hbfimage\test

Post by danielmaximiliano »

sorry I lost the thread of conversation

Note : Nightly Harbour perfectly compiles the library
http://sourceforge.net/projects/harbour ... e/download
hbfimage.jpg
hbfimage.jpg (49.07 KiB) Viewed 2769 times

Code: Select all

cls
@echo off
set Backup=%path%
set HB_WITH_FREEIMAGE=C:\FreeImage\Dist\x32
rem ***use Harbour Nightly 
set path=%path%;C:\hb32\bin
hbmk2 hbfimage.hbp
Note : Harbour in HMG distribution fails

Code: Select all

cls
@echo off
set Backup=%path%
set HB_WITH_FREEIMAGE=C:\FreeImage\Dist\x32
rem *** use Harbour in HMG directory
set path=%path%;C:\hmg.3.4.0\HARBOUR\bin
hbmk2 hbfimage.hbp
set path=%backup%
Post DATA :
El error que muestra es que falta un compilador en el PATH de HMGx, mientras tanto esto no ocurre ya que en harbour Nightly el compilador MinGW esta dentro del path.

corregi dicho batch y ahora compila con las distribuciones de HMG

The error it shows is that a compiler missing in the PATH HMGx, while this does not happen because in harbor Nightly MinGW compiler is within the path.

corrected and now this batch distributions compiled with HMG

WORKING :

Code: Select all

cls
@echo off
set Backup=%path%
set HB_WITH_FREEIMAGE=C:\FreeImage\Dist\x32
rem *** use Harbour in HMG directory
set path=%path%;C:\hmg.3.4.0\HARBOUR\bin;C:\hmg.3.4.0\MINGW\bin
hbmk2 hbfimage.hbp
set path=%backup%
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
hmgchang
Posts: 273
Joined: Tue Aug 13, 2013 4:46 am
Location: Indonesia

Re: Running harbour\contrib\hbfimage\test

Post by hmgchang »

Thank you Daniel,

Its working now. ...

GBU

best rgds,
Chang
Just Hmg It !
Post Reply