HMG IDE 2.5.5a

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

Post Reply
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMG IDE 2.5.5a

Post 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'.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG IDE 2.5.5a

Post by Rathinagiri »

Fantastic Roberto!

In our language there is a saying, "Just by throwing one stone, a wise can get two mangoes!"
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG IDE 2.5.5a

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG IDE 2.5.5a

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG IDE 2.5.5a

Post by Rathinagiri »

Aha! These many possibilities are there!

So, by throwing a single stone, our Man had got a full mango tree. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG IDE 2.5.5a

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Otto
Posts: 6
Joined: Mon Aug 11, 2008 10:57 am

Re: HMG IDE 2.5.5a

Post by Otto »

Hello,
could somebody tell me where can I download HMG 2.5.5a?
Best regards
Otto
Otto
Posts: 6
Joined: Mon Aug 11, 2008 10:57 am

Re: HMG IDE 2.5.5a

Post by Otto »

I found it on the following link:
http://harbourminigui.googlepages.com/ide.zip
Best regards
Otto
Post Reply