HMG 3.0.39

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

Moderator: Rathinagiri

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

Re: HMG 3.0.39

Post 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...
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 3.0.39

Post by Rathinagiri »

Hi Roberto,

Can we release the next version with 'set navigationmode' ?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.39

Post 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
Last edited by mol on Tue Nov 15, 2011 8:21 am, edited 1 time in total.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.39

Post by Roberto Lopez »

rathinagiri wrote:Hi Roberto,

Can we release the next version with 'set navigationmode' ?
Yes. Of course.
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 3.0.39

Post by Rathinagiri »

Ok. I will update the Harbour version and release.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
raumi75
Posts: 135
Joined: Wed Dec 17, 2008 2:31 am
Location: Lünen, Germany
Contact:

Re: HMG 3.0.39

Post 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!
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.39

Post 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
Viva INTERNATIONAL HMG :D
User avatar
raumi75
Posts: 135
Joined: Wed Dec 17, 2008 2:31 am
Location: Lünen, Germany
Contact:

Re: HMG 3.0.39

Post 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.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.39

Post 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
Viva INTERNATIONAL HMG :D
User avatar
raumi75
Posts: 135
Joined: Wed Dec 17, 2008 2:31 am
Location: Lünen, Germany
Contact:

Re: HMG 3.0.39

Post 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.
Post Reply