Page 3 of 3

Re: Enhanced Rich Edit Demo

Posted: Sat Nov 08, 2014 2:45 pm
by srvet_claudio
kcarmody wrote:Hi Javier,
Javier Tovar wrote:Hola Kevin,

Quise compilar tu demo y me sale el siguiente error:
Harbour 3.2.0dev (r1407111333)
Copyright (c) 1999-2014, http://harbour-project.org/
C:/Users/Maquina9/AppData/Local/Temp/hbmk_28a2lo.dir/demo.o:demo.c:(.data+0x778): undefined reference to `HB_FUN_HMG_ISNOTDEFPARAM'
hbmk2: Error: Funci¢n(es) referenciada, no encontrada, pero desconocida:
HMG_ISNOTDEFPARAM()
Sabes a que se refiere ese error al compilar?

Saludos
I'm mystified by this error. I don't get this error and several other people in this forum also say they do not get this error, or any error when they compile the demo. I don't find any function or pseudofunction named HMG_ISNOTDEFPARAM in my program or anywhere else in HMG, including SOURCE\h_init.prg. Are you still getting this error?

Kevin
This function is defined in this patch: viewtopic.php?f=43&t=3827&start=150#p37648

Re: Enhanced Rich Edit Demo

Posted: Sat Nov 08, 2014 7:34 pm
by kcarmody
Hi Claudio,

Thanks for letting me know about the patch. What is the status of this patch? Is it a beta? Or is it a stable upgrade to 3.3.1? If it's stable, shouldn't it be merged into the current distribution, or at least listed on the download page?

Kevin

Re: Enhanced Rich Edit Demo

Posted: Sat Nov 08, 2014 9:42 pm
by srvet_claudio
kcarmody wrote:Hi Claudio,

Thanks for letting me know about the patch. What is the status of this patch? Is it a beta? Or is it a stable upgrade to 3.3.1? If it's stable, shouldn't it be merged into the current distribution, or at least listed on the download page?

Kevin
Yes, in general all patches are stable, but prior to the final release of HMG I release the patches so that in this way a greater number of people help me to test the changes in the code.

Re: Enhanced Rich Edit Demo

Posted: Sun Nov 09, 2014 6:14 am
by bpd2000
srvet_claudio wrote:Yes, in general all patches are stable, but prior to the final release of HMG I release the patches so that in this way a greater number of people help me to test the changes in the code.
+1

Re: Enhanced Rich Edit Demo

Posted: Wed Dec 16, 2015 2:51 am
by ndarz
Hola, quise compilar el programa y me da error en la linea 945 que tiene lo siguiente: LOCAL lUnicode := wMain.ebDoc.HASNONASCIICHARS
el error dice: demo.prg(945) Error E0030 Syntax error "syntax error at '.'" 1 error

si alguien puede ayudar, gracias.

Re: Enhanced Rich Edit Demo

Posted: Wed Dec 16, 2015 10:51 am
by bpd2000
ndarz wrote:Hola, quise compilar el programa y me da error en la linea 945 que tiene lo siguiente: LOCAL lUnicode := wMain.ebDoc.HASNONASCIICHARS
el error dice: demo.prg(945) Error E0030 Syntax error "syntax error at '.'" 1 error

si alguien puede ayudar, gracias.
refer link and apply patches as require
http://hmgforum.com/viewtopic.php?f=43&t=4529&start=20

Re: Enhanced Rich Edit Demo

Posted: Thu Dec 24, 2015 1:55 pm
by ndarz
Gracias, solucionado.