Page 6 of 6

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Wed Mar 27, 2013 6:11 pm
by Jairo Maia
esgici wrote:Hi Rathi, Pablo, Jairo and (especially) Polo
Yes! But was funny :lol:

What I need to do for to compile with HMG 3.1.1? I tryed and receive the follow message: Undefined Reference To: HMG_UPPER, HMG_LEN

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Wed Mar 27, 2013 9:09 pm
by esgici
Jairo Maia wrote:...Undefined Reference To: HMG_UPPER, HMG_LEN
Confirmed :(

Nowhere exist these two functions, nor HB_LEN(), HB_UPPER() ( except Harbour\Changelog.txt ) :?

TIA :D

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Wed Mar 27, 2013 10:45 pm
by srvet_claudio
Jairo Maia wrote: What I need to do for to compile with HMG 3.1.1? I tryed and receive the follow message: Undefined Reference To: HMG_UPPER, HMG_LEN
Hi Jairo and Esgici.

You need the patch: viewtopic.php?p=25298&f=2#p25298
This functions is defined in SOURCE\UNICODE_STRING.prg

Best Regards,
Claudio.

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Wed Mar 27, 2013 11:31 pm
by esgici
Sorry Doctor :(
mad.gif
mad.gif (9.4 KiB) Viewed 5911 times
Best regards

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Thu Mar 28, 2013 11:38 am
by Jairo Maia
Thank you very much Doctor Claudio.

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Thu Mar 28, 2013 3:02 pm
by esgici
Probably I'm the most stupid member of this forum :cry:

Open .rar to <hmg_root> folder
( two file ( hmg.hbp, hmg.hbc ) ) and one folder ( SOURCE ) overwritten

run buildlib.bat or buildall.bat ...
C:/hmg/lib/libhmg.a(c_winapimisc.o):c_winapimisc.c:(.text+0xac): undefined reference to `HMG_WCHAR_TO_CHAR'
...
C:/hmg/lib/libhmg.a(c_dialogs.o):c_dialogs.c:(.text+0x4e4): undefined reference to `HMG_CHAR_TO_WCHAR'
...
Please help, where I'm wrong ?

TIA

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Thu Mar 28, 2013 4:41 pm
by Jairo Maia
Hi Esgici,
esgici wrote:Probably I'm the most stupid member of this forum
If is it, I´m the most donkey member... :(

At morning I only add the file UNICOD_STRING.prg and compiled ok. Obviously no run because I had no defined the paramets yet

So, now I update the libs with buildalllib.bat and I get the same error.

(I reinstalled the HMG for now)

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Sat Mar 30, 2013 1:11 pm
by srvet_claudio
Sorry Friends. :(

Add the file:

C:\hmg.3.1.1\INCLUDE\HMG_UNICODE.h

and rebuild.

Best Regards,
Claudio.

PS: later I will create a complete patch with this changes and others enhancement.

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Sat Mar 30, 2013 1:43 pm
by esgici
srvet_claudio wrote:Sorry Friends. :(
Sorry Doc, again unsuccessful :cry:
PS: later I will create a complete patch with this changes and others enhancement.
For me idiot, a clean new release may be better.

Saludos

Re: Problema con combosearchbox/ problem combosearchbox

Posted: Wed Apr 17, 2013 2:52 pm
by Pablo César
srvet_claudio wrote: Test with Unicode source code.

( Attached file combosearchbox_UNICODE.rar )

..//..
Add the file:

C:\hmg.3.1.1\INCLUDE\HMG_UNICODE.h

and rebuild.

Best Regards,
Claudio.

PS: later I will create a complete patch with this changes and others enhancement.
Regarding this:
Screen65.PNG
Screen65.PNG (16.33 KiB) Viewed 5775 times
Is this has been fixed ? Or not yet ?