Re: HMG 3.4.0 (Test)
Posted: Fri Jan 16, 2015 3:33 pm
Same error in Win-8 64-bits as reported earlier post
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
No Sir, Tested as supplied by Dr. ClaudioRathinagiri wrote:Have you compiled the sample from your win8 64 bit machine?
Hi Dave,bpd2000 wrote:Same error in Win-8 64-bits as reported earlier post
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
Bonsoir,srvet_claudio wrote:It is a very strange error, the problem when GridGroup only occurs on Windows 32-bit (XP, Win7, etc.).Javier Tovar wrote: And turned to charge HMG.3.4.0 and continues with the error:
Win7, HMG.3.4.0, Unicode, 32 bits.
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:
Thanks Rathi,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.