HMG 3.4.1
Posted: Tue Jul 07, 2015 3:08 pm
It's ok Dave, no problem, is not a disturbing. The important is working now.
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
Delete file: C:\hmg.3.4.1\IDE\hmg.inijorge.posadas wrote:HMG Group,
When I try to use IDE for then new version (HMG.3.4.1) I get this error:
e:2015.07.07 Time: 13:54:10
Error PP/33 Can't open standard rule file 'HMG.CH'
Called from __PP_INIT(0)
Called from HMG_GETCOMPILEVERSIONRAW(102)
Called from HMG_GETCOMPILEVERSION32(121)
Called from BUILDIN64BITS(1274)
Called from PROC_DEFINE_MAIN_MENU(1457)
Called from MAIN(964)
Ahora entiendo lo que querés decir Claudio. Deletando ese archivo el IDE cuando inicializado, lo vuelve a crear con el path correcto.srvet_claudio wrote:Delete file: C:\hmg.3.4.1\IDE\hmg.inijorge.posadas wrote:HMG Group,
When I try to use IDE for then new version (HMG.3.4.1) I get this error:
e:2015.07.07 Time: 13:54:10
Error PP/33 Can't open standard rule file 'HMG.CH'
Called from __PP_INIT(0)
Called from HMG_GETCOMPILEVERSIONRAW(102)
Called from HMG_GETCOMPILEVERSION32(121)
Called from BUILDIN64BITS(1274)
Called from PROC_DEFINE_MAIN_MENU(1457)
Called from MAIN(964)
The IDE call HMG_GetCompileVersion32().Pablo César wrote: Pero Claudio, HMG_GetCompileVersion32 fué accionado desde algun lugar del código de Jorge...![]()
(probablemente no sea esta la solucion, creo yo)
Good idea.Pablo César wrote:Claudio,
Para que esto no volviera a ocurrir en eventual equivoco del path en el hmg.ini, sugiero que el IDE verifique la existencia de ese path y caso negativo del HB_DirExists( HMG_cPath ), que el mismo IDE recree el hmg.ini con el GetCurrentFolder().
Que te parece ?