HMG 3.1.1

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

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

Re: HMG 3.1.1

Post by srvet_claudio »

Mario Mansilla wrote:But I get several errors among others related to "TCHAR".

Now the library doing buildlib.bat as distributed while establishing lib gives an error message about "HB_LISTVIEW".
Hi Mario.
You could set the compiler messages?
I tested and not give me problem.
Best regards,
Claudio

PS: These two compiler warnings are "normal".
Attachments
Captura_msg.PNG
Captura_msg.PNG (13.8 KiB) Viewed 11388 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Mario Mansilla
Posts: 269
Joined: Wed Aug 13, 2008 2:35 pm
Location: Córdoba - Argentina

Re: HMG 3.1.1

Post by Mario Mansilla »

Hola claudio :
Disculpas el error se produce porque en lugar de colocar " // " como comentario coloque " * " como si fuera clipper .
Saludos .
Mario
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.1

Post by srvet_claudio »

Mario Mansilla wrote:Hola claudio :
Disculpas el error se produce porque en lugar de colocar " // " como comentario coloque " * " como si fuera clipper .
Saludos .
Mario
Ok, no hay problema.
Saludos,
Claudio.
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.1.1

Post by Pablo César »

the source code of BROWSE of the HMG.3.1.0 was remained in ANSI, I was not converted to UNICODE
Ahhh sorry I did not checked this situation.

Dr. Claudio, no habria una forma de implementar una excepción al invés de tener que rehacer la biblioteca ? Es decir, colocar una directiva negativa para no usar el UNICODE ?

Dr. Claudio, there would be no way to implement an exception in place of having to redo the library? I means, to put a negative declaration saying for not using UNICODE ?
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

Re: HMG 3.1.1

Post by Pablo César »

Have you see ListView_SetUnicodeFormat function ?
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.1.1

Post by srvet_claudio »

Pablo César wrote:Dr. Claudio, there would be no way to implement an exception in place of having to redo the library? I means, to put a negative declaration saying for not using UNICODE ?
You can not change at runtime from Unicode to ANSI and vice versa.

The only way is to have two different libraries (HMG-ANSI and HMG-UNICODE) but in practice it means have two HMG at same time.

To have functions ANSI and Unicode at runtime you must make a library with two sets of functions that must necessarily have different names as in Windows, with all the complexity that entails, eg. MsgInfoA (ANSI) and MsgInfoW (Unicode).
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.1

Post by srvet_claudio »

Pablo César wrote:Have you see ListView_SetUnicodeFormat function ?
Interesting, very interesting...
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.1

Post by srvet_claudio »

Exist in C:

Code: Select all

Header_SetUnicodeFormat
MonthCal_SetUnicodeFormat
ListView_SetUnicodeFormat
TabCtrl_SetUnicodeFormat
TreeView_SetUnicodeFormat
   
Header_GetUnicodeFormat
MonthCal_GetUnicodeFormat
ListView_GetUnicodeFormat
TabCtrl_GetUnicodeFormat
TreeView_GetUnicodeFormat
Functions interesting that must to be tested.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.1

Post by Rathinagiri »

That is very nice then.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.1.1

Post by bpd2000 »

Dear All,
Entry can be made using Google Language Input Tools
See sample
Image
BPD
Convert Dream into Reality through HMG
Post Reply