Page 5 of 7

Re: HMG 3.0.39

Posted: Sun Oct 16, 2011 9:41 pm
by Roberto Lopez
mol wrote:Hi guys! (is any woman here?)

I've made some changes in one of my windows - and problem occurs while compilation . See image:
Image

Text fields can't have "CASE CONVERT" set to NONE!!!
What's going on?

Marek
'Syntax error at '0' is a bad thing. You should compile from command line to be sure what's happening.

But, if you take a look at i_altsyntax.ch you'll find:

Code: Select all

#xcommand CASECONVERT UPPER ;
	=>;
	_HMG_SYSDATA \[ 475 \]		:= .T.

#xcommand CASECONVERT LOWER ;
	=>;
	_HMG_SYSDATA \[ 476 \]		:= .T.

#xcommand CASECONVERT NONE ;
	=>;
	_HMG_SYSDATA \[ 476 \] := .F. ; _HMG_SYSDATA \[ 475 \] := .F.

CASECONVERT can be set to NONE, so it should be not the problem.

Please, remember, if you are building the project with a new Harbour version, you must to clean the project incremental build data.

Anyway, I'm could be missing something...

Re: HMG 3.0.39

Posted: Mon Oct 17, 2011 1:49 am
by Rathinagiri
Hi Roberto,

Can we release the next version with 'set navigationmode' ?

Re: HMG 3.0.39

Posted: Mon Oct 17, 2011 6:11 am
by mol
Roberto Lopez wrote:
mol wrote: CASECONVERT can be set to NONE, so it should be not the problem.

Please, remember, if you are building the project with a new Harbour version, you must to clean the project incremental build data.

Anyway, I'm could be missing something...
I'm frequently cleaning incremental build data - always before sending new version to client.
And I'm sure I've done it...


I resolved my problem with CASECONVERT...
I've declared my own constant NONE in different module.
Sorry, my fault :lol:

Best regards, Marek

Re: HMG 3.0.39

Posted: Sat Oct 22, 2011 5:00 pm
by Roberto Lopez
rathinagiri wrote:Hi Roberto,

Can we release the next version with 'set navigationmode' ?
Yes. Of course.

Re: HMG 3.0.39

Posted: Sat Oct 22, 2011 6:16 pm
by Rathinagiri
Ok. I will update the Harbour version and release.

Re: HMG 3.0.39

Posted: Thu Oct 27, 2011 12:54 pm
by raumi75
Hello,

I have been busy lately and did not follow the hmg development very closely. Scimming over the messages, I am happy that a lot is going on, here. Could you help me to get up to the latest version?

So far, I have been compiling with 3.0.35 on Windows XP. Now I have upgraded to Windows 7 and installed hmg 3.0.39.

Now my program does not compile any more because the Library libpg.a is missing. Did I miss something?

Thanks for your help!

Re: HMG 3.0.39

Posted: Thu Oct 27, 2011 2:24 pm
by esgici
Hİ Raumi, welcome back :)

Me too, using Win7 and HMG 3.0.39, everything is ok and haven't libpg.a

If it be libpng.a ? If so, it is in Harbour libs.

By the way, why you don't share your "in 5 minute" article with us, members of this forum?

Regards

--

Esgici

Re: HMG 3.0.39

Posted: Thu Oct 27, 2011 4:19 pm
by raumi75
esgici wrote:Hİ Raumi, welcome back :)
By the way, why you don't share your "in 5 minute" article with us, members of this forum?
It was never my intention to keep it secret. ;-) This forum is full of experts who know more about hmg than me. I wrote the article to provide a starting point for people who are stuck with CA-Clipper compiler like I was before I discovered hmg. At the bottom of my posts, there ist a link to my blog. Thanks for the appreciation! Do you think I should write more articles of this kind? I will keep my political articles in a separate blog form computer / technical posts.

Re: HMG 3.0.39

Posted: Thu Oct 27, 2011 6:08 pm
by esgici
raumi75 wrote: This forum is full of experts who know more about hmg than me. I wrote the article to provide a starting point for people who are stuck with CA-Clipper compiler like I was before I discovered hmg.
Day after day our turnout increasing and probably come people who need to such starting point ;) So, I'm sure that your article will be very useful, today or tomorrow. If everybody thinks like you, never seen posts like "tutorial", "quick start", "samples" etc in our forum.

On the other hand, (beginning with me) here all we are both students and teacher; student for need to learn, teacher for his / her knowledge.

So, please leave such intense modesty and share your knowledge with everyone; surely someones will profits it a day.
raumi75 wrote:
At the bottom of my posts, there ist a link to my blog.
Sorry, if you intend http://raumi75.jimdo.com/, German is like Chinese for me :(
raumi75 wrote:
Do you think I should write more articles of this kind?
Yes, of course, please.

I will wait your articles eagerly :)

Regards

--

Esgici

Re: HMG 3.0.39

Posted: Thu Oct 27, 2011 7:28 pm
by raumi75
esgici wrote: Sorry, if you intend http://raumi75.jimdo.com/, German is like Chinese for me :(
Esgici
My mistake. The site lacked the most important structure: separation of languages. I just fixed that. You can now choose to only read the English articles. Unfortunately that is my only foreign language.