Enhanced Rich Edit Demo

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Enhanced Rich Edit Demo

Post 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
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
kcarmody
Posts: 152
Joined: Tue Oct 07, 2014 11:13 am
Contact:

Re: Enhanced Rich Edit Demo

Post 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
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Enhanced Rich Edit Demo

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Enhanced Rich Edit Demo

Post 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
BPD
Convert Dream into Reality through HMG
User avatar
ndarz
Posts: 56
Joined: Thu Apr 23, 2015 12:29 pm
Location: Argentina

Re: Enhanced Rich Edit Demo

Post 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.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Enhanced Rich Edit Demo

Post 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
BPD
Convert Dream into Reality through HMG
User avatar
ndarz
Posts: 56
Joined: Thu Apr 23, 2015 12:29 pm
Location: Argentina

Re: Enhanced Rich Edit Demo

Post by ndarz »

Gracias, solucionado.
Post Reply