HMG 3.1.3

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.3 (Test)

Post by srvet_claudio »

fchirico wrote:Perdonen la ignorancia... Actualmente estoy trabajando con HMG 3.0.46 y quisiera migrar mis fuentes a 3.1.3 pero no estoy interesado en utilizar la mejora de UNICODE. Y aquí viene la pregunta, qué debo hacer para no usar UNICODE?

Muchas gracias!

---------------------------


Pardon my ignorance ... I am currently working with HMG 3.0.46 and would like to migrate my sources to 3.1.3 but I'm not interested in using UNICODE improving. And here comes the question, what should I do to not use UNICODE?

Thank you very much!
Método 1:

Code: Select all

En el archivo: C:\hmg.3.1.3\INCLUDE\SET_COMPILE_HMG_UNICODE.ch

pone como comentario (//) la linea:
#define COMPILE_HMG_UNICODE 

y recrea todas las libs, ejecutando: C:\hmg.3.1.3\buildalllib.bat
Método 2:

Code: Select all

Pone al inicio de la función Main ():
SET CODEPAGE TO SPANISH
En TEORIA el método 1 crearía las libs igual de estable que la versión 3.0.46 (exceptos por los componentes nuevos que aun estan en prueba, ej. TimePicker, Extensiones del GRID, release menu, etc.)

Saludos,
Claudio.

---------------------------------------------------------------------------------------

Method 1:

Code: Select all

In the file: C:\hmg.3.1.3\INCLUDE\SET_COMPILE_HMG_UNICODE.ch

put as a comment (//) the line:
# define COMPILE_HMG_UNICODE

and recreates all libs, execute C:\hmg.3.1.3\buildalllib.bat
Method 2:

Code: Select all

Puts the beginning of the Main () function:
SET CODEPAGE TO SPANISH
In THEORY method 1 would create the libs as stable as the version 3.0.46 (except by new components are still in test, eg. TimePicker, GRID extensions, release menu, etc..)

Best regards,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
fchirico
Posts: 324
Joined: Sat Aug 23, 2008 11:27 pm
Location: Argentina

Re: HMG 3.1.3 (Test)

Post by fchirico »

Claudio, con el método 1, tendría de todas formas disponible las nuevas funcionalidades por ejemplo de la función msgbox() que has incluido en la versión 3.1.3?

Muchas gracias por tu GRAN ayuda!
------

Claudio, with method 1, would anyway the new features available eg msgbox function () you have included in version 3.1.3?

Thank you very much for your GREAT help!
Saludos, Fernando Chirico.
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG 3.1.3 (Test)

Post by fouednoomen »

Hi Claudio

After rebuilding library and recompiling with 3.1.3 i have
problem with Grid . i use the ansi mode

regards

foued
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.3 (Test)

Post by Rathinagiri »

Can you describe the problem?

Or you can create a small sample.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG 3.1.3 (Test)

Post by fouednoomen »

Dear Radhi ,

Look to the attached photo



regards

foued
Attachments
3.046.JPG
3.046.JPG (32.94 KiB) Viewed 10836 times
3.13.JPG
3.13.JPG (22.39 KiB) Viewed 10836 times
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.3 (Test)

Post by srvet_claudio »

Hi Friends.
fchirico wrote:Claudio, with method 1, would anyway the new features available eg msgbox function () you have included in version 3.1.3?
Yes.
fouednoomen wrote:After rebuilding library and recompiling with 3.1.3 i have problem with Grid . i use the ansi mode
Grid data are in ANSI? You puts SET CODEPAGE TO ... ?
Please post a small example.

Best regards,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG 3.1.3 (Test)

Post by fouednoomen »

Hi claudio

yes the grid is in ANSI

I PUT set codepage to french it don't work HMG IDE display mistakes when i compile



regards

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

Re: HMG 3.1.3 (Test)

Post by srvet_claudio »

Hi All.
Please test this patch:
1) Unzip patch
2) Execute file: Install_HMG.3.1.3_patch1.bat
3) Rebuild lib (execute c:\hmg.3.1.3\buildlib.bat)

Code: Select all

- IMAGE Control improvement
   - It increased the quality of the resized images.
   - Now is possible to automatically load an image at its original size.
   - Added properties: TRANSPARENT, BACKGROUNDCOLOR, ADJUSTIMAGE
   - See two demos in folder \SAMPLES\IMAGE_DEMO2 
   - Updated IMAGE Control documentation
Best regards,
Claudio
Attachments
Install_HMG.3.1.3_patch1.rar
(511.56 KiB) Downloaded 735 times
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.3 (Test)

Post by Rathinagiri »

Thank you Claudio.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.1.3 (Test)

Post by Pablo César »

Very nice Dr. Soto !!! Actualization procedure, worked perfectly. No errors occurred.

I always have believed in you ! Yours contribs are making us very very rich !

Thank you ! You have a great potential in graphic images, IMO your are the BEST !

Really !

Image
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply