HMG 3.1.5

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

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

Re: HMG 3.1.5 (Test)

Post by srvet_claudio »

esgici wrote:Confirmed :(

We have a severe problem :(

Code: Select all

PROC TestPrinter()         
                  
   LOCAL cResult := "What are happening ? "
   
   cResult := GetPrinter()
   
   MsgBox(  cResult, "Printer" )
   
RETU // TestPrinter()
TestPrinter.JPG
GetPrinter() terminating without waiting user response, and following msg function activated :?

TIA
Please,
comment this macro (line 49) in SOURCE\h_windows.prg

Code: Select all

#define ALLOW_ONLY_ONE_MESSAGE_LOOP
and re-build HMG.3.1.5
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

HMG 3.1.5 (Test)

Post by Pablo César »

srvet_claudio wrote:Please,
comment this macro (line 49) in SOURCE\h_windows.prg

Code: Select all

#define ALLOW_ONLY_ONE_MESSAGE_LOOP
and re-build HMG.3.1.5
Bingo ! Now GetPrinters() is working properlly, Dr. Soto. Thank you !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.5 (Test)

Post by esgici »

srvet_claudio wrote:...
comment this macro ...
Thanks first mate :)

Viva HMG :D
Viva INTERNATIONAL HMG :D
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMG 3.1.5 (Test)

Post by dhaine_adp »

Thanks Dr. Sotto.

After commenting the macro #define ALLOW_ONLY_ONE_MESSAGE_LOOP and recompile the HMG Library my App runs but generate GPF error during printing. Luckily after recompiling my two other libs into the latest version everything works fine.

Regards,

Danny
Regards,

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

Re: HMG 3.1.5 (Test)

Post by srvet_claudio »

dhaine_adp wrote:Thanks Dr. Sotto.

After commenting the macro #define ALLOW_ONLY_ONE_MESSAGE_LOOP and recompile the HMG Library my App runs but generate GPF error during printing. Luckily after recompiling my two other libs into the latest version everything works fine.

Regards,

Danny
Hi Danny.
Please post a small example.
Best regards,
Claudio
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.5 (Test)

Post by srvet_claudio »

Hi all.
Please unzip this file and replace c:\hmg.3.1.5\IDE\IDE.EXE for this attachment file.
I fixed language problem and empty resource problem.
Best regards,
Claudio.
Attachments
IDE_UNICODE2.rar
(1016.76 KiB) Downloaded 446 times
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

HMG 3.1.5 (Test)

Post by Pablo César »

Thank you Dr. Soto !

Now is also working about language changing on runtime of the IDE.

Daniel Maximiliano, Rathi and many others, will be happy ! :)
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.5 (Test)

Post by esgici »

srvet_claudio wrote:...
I fixed language problem and empty resource problem.
...
Thanks doc :D

Best regards
Viva INTERNATIONAL HMG :D
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.5 (Test)

Post by Rathinagiri »

Wow! That is nice.

Guys, what are all the points/bugs there to be solved before releasing a HMG Unicode Stable version?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.5 (Test)

Post by esgici »

Rathinagiri wrote:Guys, what are all the points/bugs there to be solved before releasing a HMG Unicode Stable version?
Though named as 'test'; since the beginning I never seen non-stable version of HMG 8-)

"Petty" bugs / points may found all time, in all software, especially such big projects; anyway wishs never ends ;)

Besides all, thanks to HMG masters for this thoroughness :D

Best regards
Viva INTERNATIONAL HMG :D
Post Reply