- 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'.
HMG IDE 2.5.5a
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
HMG IDE 2.5.5a
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5477
- 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
Fantastic Roberto!
In our language there is a saying, "Just by throwing one stone, a wise can get two mangoes!"
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.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG IDE 2.5.5a
Well.. I've was maintaining two make tools, HMG-Make and the one included in HMG-IDE, so... I just care about only one nowrathinagiri wrote:Fantastic Roberto!
In our language there is a saying, "Just by throwing one stone, a wise can get two mangoes!"

Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: HMG IDE 2.5.5a
Great !
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 :

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 :
Anyway thanks a lot RobertoPete WG wrote:We cannot have all in this life. ;->
Viva INTERNATIONAL HMG 

- Rathinagiri
- Posts: 5477
- 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
Aha! These many possibilities are there!
So, by throwing a single stone, our Man had got a full mango tree.
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.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG IDE 2.5.5a
No. /R is not the default.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.
/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)
Roberto
(Veritas Filia Temporis)
Re: HMG IDE 2.5.5a
I found it on the following link:
http://harbourminigui.googlepages.com/ide.zip
http://harbourminigui.googlepages.com/ide.zip
Best regards
Otto
Otto