Problema con combosearchbox/ problem combosearchbox

HMG en Español

Moderator: Rathinagiri

User avatar
Jairo Maia
Posts: 53
Joined: Sun Jul 17, 2011 1:47 pm
Location: Campinas - SP - Brazil

Re: Problema con combosearchbox/ problem combosearchbox

Post 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
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Problema con combosearchbox/ problem combosearchbox

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

Re: Problema con combosearchbox/ problem combosearchbox

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Problema con combosearchbox/ problem combosearchbox

Post by esgici »

Sorry Doctor :(
mad.gif
mad.gif (9.4 KiB) Viewed 5391 times
Best regards
Viva INTERNATIONAL HMG :D
User avatar
Jairo Maia
Posts: 53
Joined: Sun Jul 17, 2011 1:47 pm
Location: Campinas - SP - Brazil

Re: Problema con combosearchbox/ problem combosearchbox

Post by Jairo Maia »

Thank you very much Doctor Claudio.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Problema con combosearchbox/ problem combosearchbox

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Jairo Maia
Posts: 53
Joined: Sun Jul 17, 2011 1:47 pm
Location: Campinas - SP - Brazil

Re: Problema con combosearchbox/ problem combosearchbox

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

Re: Problema con combosearchbox/ problem combosearchbox

Post 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.
Attachments
HMG_UNICODE_H.rar
(828 Bytes) Downloaded 326 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Problema con combosearchbox/ problem combosearchbox

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Problema con combosearchbox/ problem combosearchbox

Post 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 5255 times
Is this has been fixed ? Or not yet ?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply