Page 1 of 1

HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 1:56 am
by Roberto Lopez
- Harbour MiniGUI IDE 2.5.5a:

English:

- New: Command Line Parameters. These allows to use the IDE as a 'Make Utility' only.

<ProjectFileName>
/D (Debugger Support)
/C (Console / Mixed Mode)
/F (Full Build)
/R (Run After Build)
/I:<path1;path2;...pathn> (Additional Include Paths)
/L:<Lib1;lib2;...libn> (Additional Libraries)

Library names must not include the 'lib' prefix nor '.a' extension. So, ie, for include the library 'libmythings.a' you must use 'mythings'. name.

Español:

- Nuevo: Parámetros de línea de comando. Estos permiten usar el IDE como una 'Herramienta Make' unicamente.

<Archivodeproyecto>
/D (Soporte de Debugger)
/C (Modo Consola / Mixto)
/F (Build Completo (No Incremental))
/R (Ejecutar luego de compilar)
/I:<path1;path2;...pathn> (Paths para Include adicionales).
/L:<Lib1;lib2;...libn> (Librerías adicinales).

Los nombres de librería no deben incluir el prefijo 'lib' ni la
extensión '.a'. Por lo tanto, por ejemplo, para incluir la librería
'libmythings.a' debe usarse el nombre 'mythings'.

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 3:00 am
by Rathinagiri
Fantastic Roberto!

In our language there is a saying, "Just by throwing one stone, a wise can get two mangoes!"

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 3:07 am
by Roberto Lopez
rathinagiri wrote:Fantastic Roberto!

In our language there is a saying, "Just by throwing one stone, a wise can get two mangoes!"
Well.. I've was maintaining two make tools, HMG-Make and the one included in HMG-IDE, so... I just care about only one now :)

Regards,

Roberto.

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 10:08 am
by esgici
Great ! :D

This will made pleased who said "were is my make ?" and who can't give up console and command line habits.

I am pleased for another point: When a .hpj file asked to Windows for "open with", IDE was run, but file doesn't open. Now IDE open with project file and "file association" is succesful.

In this case compile prosess begun automatically ( because of /R parameter is default) and just after compiling with "Build Project" windows IDE too goes away.

This is necerrary and correct behaviour; because this enhancement is for "make lover", no "Windows lovers" :)

As Pete WG said at 06 Aug 2008 :
Pete WG wrote:We cannot have all in this life. ;->
Anyway thanks a lot Roberto

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 11:39 am
by Rathinagiri
Aha! These many possibilities are there!

So, by throwing a single stone, our Man had got a full mango tree. :)

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 11:44 am
by Roberto Lopez
esgici wrote: In this case compile prosess begun automatically ( because of /R parameter is default) and just after compiling with "Build Project" windows IDE too goes away.
No. /R is not the default.

/R means 'Run after build' and it is the default only when '/D' (debug is used).

The only automatic (default) process is the build from project file specified.

Anyway, I've not considered the situation when you associate '.hpj' files with IDE and attempt to open it only with explorer... I'll think about it.

Regards,

Roberto.

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 3:05 pm
by Otto
Hello,
could somebody tell me where can I download HMG 2.5.5a?

Re: HMG IDE 2.5.5a

Posted: Tue Aug 12, 2008 3:21 pm
by Otto
I found it on the following link:
http://harbourminigui.googlepages.com/ide.zip