i try to run c:\MiniGUI\SAMPLES\Advanced\SysInfoTray\SysInfoTray.prg with HMG
my Problem are Error in HB_FUNC ...

how to fix it for HMG / MiniGWWINDRES: _temp.rc:137: syntax error
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/
SysInfoTray.prg: In function 'HB_FUN_GETCPUUSAGE':
SysInfoTray.prg:436:29: warning: missing braces around initializer [-Wmissing-braces]
SysInfoTray.prg:436:29: note: (near initialization for 'oldValue')
SysInfoTray.prg:436:4: warning: missing initializer for field 'Timer' of '_VALUE {aka struct <anonymous>}' [-Wmissing-field-initializers]
SysInfoTray.prg:364:18: note: 'Timer' declared here
SysInfoTray.prg:437:29: warning: missing braces around initializer [-Wmissing-braces]
SysInfoTray.prg:437:29: note: (near initialization for 'newValue')
SysInfoTray.prg:437:4: warning: missing initializer for field 'Timer' of '_VALUE {aka struct <anonymous>}' [-Wmissing-field-initializers]
SysInfoTray.prg:364:18: note: 'Timer' declared here
SysInfoTray.prg: In function 'GetCPUCounterValue':
SysInfoTray.prg:426:43: warning: 'pCounterBlock' may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc.exe: error: c:/hmg.3.4.4/0/SysInfoTray/_temp.o: No such file or directory
hbmk2[SysInfoTray]: Error: Running linker. 1
