HMG 3.0.40

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

Moderator: Rathinagiri

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

Re: HMG 3.0.40 ( Re-building lib )

Post by danielmaximiliano »

esgici wrote:Hi All

I can't re-build HMG lib via buildlib.bat :(

C:\hmg>buildlib
Harbour 3.1.0dev (Rev. 17111)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'source\ErrorSys.prg'...
source\ErrorSys.prg(48) Error F0029 Can't open #include file 'hmg.ch'
hbmk2: Error: Running Harbour compiler (embedded). 1
(C:\hmg\harbour\bin\harbour.exe) -n2 source\ErrorSys.prg source\h_browse.prg sou
rce\h_button.prg source\h_checkbox.prg source\h_combo.prg source\h_controlmisc.prg
...
\ -iC:\hmg\harbour\include


In fact I need no re-build HMG, but my own lib; attempting re-build HMG was for learning new way to build a lib.

Any help will be appreciated.

Regards

--

Esgici
Hi Esgici:
your installation is in c:\hmg??
I see the end of the error refers to the route:
-iC:\hmg\HARBOUR\include
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40 ( Re-building lib )

Post by esgici »

danielmaximiliano wrote: your installation is in c:\hmg??
Yes; is this causing any problem ?

Saludos

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.40

Post by mol »

Can sb. check if incremental linking is working with HMG IDE 3.0.40?

My project has grown up and compilation time is too long for my patience... :lol:
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40

Post by esgici »

Hi Marek
mol wrote:Can sb. check if incremental linking is working with HMG IDE 3.0.40?

My project has grown up and compilation time is too long for my patience... :lol:
Did you tried inc=yes in your conf ( conf tab of IDE or file .hbc ) ?

I guess inc means incremental (building) and default is no.

Please share the result.

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.40

Post by mol »

esgici wrote:Hi Marek
mol wrote:Can sb. check if incremental linking is working with HMG IDE 3.0.40?

My project has grown up and compilation time is too long for my patience... :lol:
Did you tried inc=yes in your conf ( conf tab of IDE or file .hbc ) ?

I guess inc means incremental (building) and default is no.

Please share the result.

--

Esgici
Really works!
How stupid am I? :lol: :lol: :lol:
I've didn'd combined it.

Thanks Esgici!
Best regards, Marek
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40

Post by esgici »

Hi Marek

I'm glad that it work and thanks to sharing the result :)

IMHO it will be better if default value is "Yes" ;)

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.40

Post by mol »

esgici wrote:Hi Marek

I'm glad that it work and thanks to sharing the result :)

IMHO it will be better if default value is "Yes" ;)

Regards

--

Esgici
I agree with you...
Difference is great. Without incremental compilation, building my project takes about 90s, wiyth incremenetal ca 5 sec. It especially matters when some errors occurs and you need compile project few times one by one.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.0.40

Post by Pablo César »

I am having troubles with GetStartUpFolder() which it should returns cStartUpFolderPath, right ? So it is returning a current folder path. Am I doing something wrong or it is a bug of this version ?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40

Post by esgici »

Hi Marek
mol wrote:... and you need compile project few times one by one.
Moreover we have a Reset Project Incremental Data option in the project menu.
By this way we can do a non-incremental build whenever we need, even was set inc=yes.

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40

Post by esgici »

Hola Pablo, how are you ?
Pablo César wrote:I am having troubles with GetStartUpFolder() which it should returns cStartUpFolderPath, right ? So it is returning a current folder path. Am I doing something wrong or it is a bug of this version ?
Regarding HMG doc, the GetStartUpFolder() function Returns The Application Startup Folder Path.

I guess that your expectation is different; what StartUp your matter ?

Saludos

--

Esgici
Viva INTERNATIONAL HMG :D
Post Reply