Page 5 of 5

Re: HMG 3.4.0 (Test)

Posted: Fri Jan 16, 2015 3:33 pm
by bpd2000
Same error in Win-8 64-bits as reported earlier post

Re: HMG 3.4.0 (Test)

Posted: Fri Jan 16, 2015 3:59 pm
by Rathinagiri
Have you compiled the sample from your win8 64 bit machine?

Re: HMG 3.4.0 (Test)

Posted: Sat Jan 17, 2015 4:23 am
by bpd2000
Rathinagiri wrote:Have you compiled the sample from your win8 64 bit machine?
No Sir, Tested as supplied by Dr. Claudio

Re: HMG 3.4.0 (Test)

Posted: Sat Jan 17, 2015 2:21 pm
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

Re: HMG 3.4.0 (Test)

Posted: Sat Jan 17, 2015 4:03 pm
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.

Re: HMG 3.4.0 (Test)

Posted: Sat Jan 17, 2015 5:21 pm
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

Re: HMG 3.4.0 (Test)

Posted: Sat Jan 17, 2015 5:34 pm
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 4604 times

Re: HMG 3.4.0 (Test)

Posted: Sat Jan 17, 2015 7:24 pm
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 !