HMG 3.4.1

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

Post Reply
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.4.1

Post by Pablo César »

It's ok Dave, no problem, is not a disturbing. The important is working now.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
jorge.posadas
Posts: 172
Joined: Mon May 19, 2014 7:43 pm
DBs Used: DBF, SQLite, MS-SQL, ACCESS, MariaDB (en proceso)
Location: Morelia, Mich. México
Contact:

Re: HMG 3.4.1

Post 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)
Cordialmente

POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.4.1

Post 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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post 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
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.4.1

Post 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)
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post 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().
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.4.1

Post by Pablo César »

Ahhh si está explicado.

Gracias Claudio

PS: HMG_GetCompileVersion32( HMG_cPath ) sinó dá error sin el HMG_cPath.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.4.1

Post 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 ?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
nelstu
Posts: 60
Joined: Mon Jul 30, 2012 10:41 pm

Re: HMG 3.4.1

Post by nelstu »

muchas Gracias !!!

slds

Nelson Stuardo
Post Reply