HMG 3.4.0 (Retired)

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.4.0 (Test)

Post by bpd2000 »

Same error in Win-8 64-bits as reported earlier post
BPD
Convert Dream into Reality through HMG
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.4.0 (Test)

Post by Rathinagiri »

Have you compiled the sample from your win8 64 bit machine?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.4.0 (Test)

Post by bpd2000 »

Rathinagiri wrote:Have you compiled the sample from your win8 64 bit machine?
No Sir, Tested as supplied by Dr. Claudio
BPD
Convert Dream into Reality through HMG
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.0 (Test)

Post by srvet_claudio »

bpd2000 wrote:Same error in Win-8 64-bits as reported earlier post
Hi Dave,
please run this program in Win8 (32 and 64 bits) and inform me the code number display.

Code: Select all

#include "hmg.ch"

Function Main()

   MsgInfo ( TEST_SYSTEM (), "Test System" )

Return


#pragma BEGINDUMP

#define COMPILE_HMG_UNICODE
#include "HMG_UNICODE.h"

#include <windows.h>
#include <hbapi.h>


HB_FUNC ( TEST_SYSTEM )
{
   SYSTEM_INFO SysInfo;
   GetNativeSystemInfo (&SysInfo);
   hb_retni ((INT) SysInfo.wProcessorArchitecture );
}

#pragma ENDDUMP
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
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.4.0 (Test)

Post by Rathinagiri »

Claudio,

In my system with Win7 64 Bits, I get number 9 in which grid grouping is working well.

I get number 0 in Win7 32 bits system where grid grouping doesn't work.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG 3.4.0 (Test)

Post by tonton2 »

srvet_claudio wrote:
Javier Tovar wrote: And turned to charge HMG.3.4.0 and continues with the error:

Win7, HMG.3.4.0, Unicode, 32 bits.
It is a very strange error, the problem when GridGroup only occurs on Windows 32-bit (XP, Win7, etc.).

A same EXE file works ok in Windows 64-bit, but that same EXE file crash the system on Windows 32-bit.

I made two EXE files, one in Win7 64-bit and the other in XP 32-bits:
1) the two files work ok in 64-bits
2) the two files crash the system in 32-bits

Please make your test:
Bonsoir,
In Win8 the two files work ok in 64-bits
In Win7 the two files work ok in 32-bits
I don't have XP to try them
L'Algerie vous salut
Y.TABET
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: HMG 3.4.0 (Test)

Post by andyglezl »

hello

In win8 Prof. 32bit 2 programs fail when to "click" on line group.
Win8-Pro-32b.jpg
Win8-Pro-32b.jpg (212.3 KiB) Viewed 4167 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.0 (Test)

Post by srvet_claudio »

Rathinagiri wrote:Claudio,

In my system with Win7 64 Bits, I get number 9 in which grid grouping is working well.

I get number 0 in Win7 32 bits system where grid grouping doesn't work.
Thanks Rathi,
those are the correct values !
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply