Page 5 of 20

HMG 3.4.1

Posted: Tue Jul 07, 2015 3:08 pm
by Pablo César
It's ok Dave, no problem, is not a disturbing. The important is working now.

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 6:56 pm
by jorge.posadas
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)

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 7:28 pm
by Pablo César
Hola Jorge,

Puedes revelar tu código fuente donde ocurre ese error ?

Estarias compilando en 64 bits ?

Es solo en esta especifica aplicación que ocurre el problema ?

Donde se encuentra instalado el HMG ? (Citar path completo, por favor)

Danos más informaciones por favor.

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 7:29 pm
by srvet_claudio
jorge.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)
Delete file: C:\hmg.3.4.1\IDE\hmg.ini

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 7:56 pm
by Pablo César
srvet_claudio wrote:
jorge.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)
Delete file: C:\hmg.3.4.1\IDE\hmg.ini
Ahora entiendo lo que querés decir Claudio. Deletando ese archivo el IDE cuando inicializado, lo vuelve a crear con el path correcto.

Lo mismo que este caso de tonton2.

Pero Claudio, HMG_GetCompileVersion32 fué accionado desde algun lugar del código de Jorge... :?
(probablemente no sea esta la solucion, creo yo)

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 8:36 pm
by srvet_claudio
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)
The IDE call HMG_GetCompileVersion32().

HMG 3.4.1

Posted: Tue Jul 07, 2015 8:40 pm
by Pablo César
Ahhh si está explicado.

Gracias Claudio

PS: HMG_GetCompileVersion32( HMG_cPath ) sinó dá error sin el HMG_cPath.

HMG 3.4.1

Posted: Tue Jul 07, 2015 9:06 pm
by Pablo César
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 ?

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 10:00 pm
by srvet_claudio
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 ?
Good idea.

Re: HMG 3.4.1

Posted: Tue Jul 07, 2015 10:22 pm
by nelstu
muchas Gracias !!!

slds

Nelson Stuardo