Page 3 of 7
Re: HMG 3.0.41
Posted: Wed Apr 25, 2012 2:53 am
by luisfrancisco62
genial, muchas gracias por tan maravilloso lenguaje, mi sueño seria que en las proximas actualizaciones pusieran el tbrowse.ch y el adordd.ch compilados y funcionando con ejemplos.
gracias muchas gracias
Mediante algún extraño y poderoso principio de «química mental» que nunca ha divulgado, la naturaleza envuelve en el impulso del deseo ardiente «ese algo» que no reconoce la palabra «imposible», ni acepta el fracaso como realidad.
==>>libro piense y hagase rico de napoleon hill.
Re: HMG 3.0.41
Posted: Wed Apr 25, 2012 2:55 am
by luisfrancisco62
gracias muchas gracias
Re: HMG 3.0.41
Posted: Wed Apr 25, 2012 2:51 pm
by vierirom
Thank you Rathinagiri
I'll also will be happy to download and use it too !!
Thank you very much.
Re: HMG 3.0.41
Posted: Thu Apr 26, 2012 7:01 pm
by luisvasquezcl
Hola Rathi,
Tengo un browse el cual lo personalizé; ahora quisiera incluirlo en la libreria pero no puedo crearla; el buildlib.bat me arroja error al comenzar la compilacion y finalmente no genera nada.
Como puedo solucionar esto?
c:\hmg.3.0.41>buildlib
hbmk2: Compiling...
../../../../source/c_tole.c:2:22: fatal error: hbwinole.h: No such file or direc
tory
compilation terminated.
hbmk2: Error: Running C/C++ compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pip
e -Ic:/hmg.3.0.41/harbour/include -I../../../../include ../../../../source/c_tol
e.c
Saludos cordiales,
Re: HMG 3.0.41
Posted: Thu Apr 26, 2012 7:19 pm
by esgici
Re: HMG 3.0.41
Posted: Thu Apr 26, 2012 9:23 pm
by danielmaximiliano
luisvasquezcl wrote:Hola Rathi,
Tengo un browse el cual lo personalizé; ahora quisiera incluirlo en la libreria pero no puedo crearla; el buildlib.bat me arroja error al comenzar la compilacion y finalmente no genera nada.
Como puedo solucionar esto?
c:\hmg.3.0.41>buildlib
hbmk2: Compiling...
../../../../source/c_tole.c:2:22: fatal error: hbwinole.h: No such file or direc
tory
compilation terminated.
hbmk2: Error: Running C/C++ compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pip
e -Ic:/hmg.3.0.41/harbour/include -I../../../../include ../../../../source/c_tol
e.c
Saludos cordiales,
Hola Luis:
Si tienes Harbour instalado, dentro de la carpeta C:\hb31\contrib\hbwin
o C:\harbour\contrib\hbwin si tienes bajado los fuentas para compilar Harbour, copia desde hay hbwinole.h a la carpeta
C:\hmg.3.0.41\SOURCE, compila despues sin ningun problema.

- Administrador Cwindowssystem32cmd.jpg (91.73 KiB) Viewed 5060 times

- Buildtole.jpg (33.49 KiB) Viewed 5060 times

- Tolehbp.jpg (40.25 KiB) Viewed 5060 times
Re: HMG 3.0.41
Posted: Fri Apr 27, 2012 1:18 pm
by luisvasquezcl
Daniel, muchas gracias por el tips.
Saludos cordiales,
Luis Vasquez
Re: HMG 3.0.41
Posted: Tue May 01, 2012 2:12 pm
by Amarante
Hello, this is my first post. I made a small program to rename graphic files based on ExifTool utility.
With version 3.41 I found a problem.
The RUN command worked up to version 3.40, but does not run on version 3.41, see example below:
cStr := "DIR /B *.JPG *.JPEG *.GIF *.BMP *.PNG *.TIF > listfiles.txt"
RUN ( cStr )
cStr := "EXIFTOOL -a -u -g3 -w TXT -@ listfiles.txt"
RUN ( cStr )
Does anyone know why?
Re: HMG 3.0.41
Posted: Tue May 01, 2012 2:25 pm
by danielmaximiliano
Amarante wrote:Hello, this is my first post. I made a small program to rename graphic files based on ExifTool utility.
With version 3.41 I found a problem.
The RUN command worked up to version 3.40, but does not run on version 3.41, see example below:
cStr := "DIR /B *.JPG *.JPEG *.GIF *.BMP *.PNG *.TIF > listfiles.txt"
RUN ( cStr )
cStr := "EXIFTOOL -a -u -g3 -w TXT -@ listfiles.txt"
RUN ( cStr )
Does anyone know why?
Look in :
http://hmgforum.com/viewtopic.php?f=5&t ... ute#p17186
hmgforum.com/viewtopic.php?f=5&t=1983&p ... ute#p16610
Re: HMG 3.0.41
Posted: Wed May 02, 2012 11:58 am
by Amarante
Daniel,
I know the command _EXECUTE just was curious because the RUN command does not work in version 3.41.
I tested it on 3.1.0 and works Harbour.
Thanks for the reply
Daniel,
Sé que el _EXECUTE comando era sólo curiosidad, porque el comando RUN no funciona en la versión 3.41.
Lo he comprobado en Harbour 3.1.0 y funciona.
Gracias por la respuesta