Page 5 of 21
Re: HMG 3.1.5 (Test)
Posted: Mon Aug 05, 2013 3:25 pm
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
HMG 3.1.5 (Test)
Posted: Mon Aug 05, 2013 3:38 pm
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 !
Re: HMG 3.1.5 (Test)
Posted: Mon Aug 05, 2013 4:13 pm
by esgici
srvet_claudio wrote:...
comment this macro ...
Thanks
first mate
Viva HMG

Re: HMG 3.1.5 (Test)
Posted: Thu Aug 08, 2013 5:28 pm
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
Re: HMG 3.1.5 (Test)
Posted: Fri Aug 09, 2013 12:08 am
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
Re: HMG 3.1.5 (Test)
Posted: Fri Aug 09, 2013 1:32 am
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.
HMG 3.1.5 (Test)
Posted: Fri Aug 09, 2013 1:37 am
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 !

Re: HMG 3.1.5 (Test)
Posted: Fri Aug 09, 2013 7:06 am
by esgici
srvet_claudio wrote:...
I fixed language problem and empty resource problem.
...
Thanks doc
Best regards
Re: HMG 3.1.5 (Test)
Posted: Fri Aug 09, 2013 8:01 am
by Rathinagiri
Wow! That is nice.
Guys, what are all the points/bugs there to be solved before releasing a HMG Unicode Stable version?
Re: HMG 3.1.5 (Test)
Posted: Fri Aug 09, 2013 8:20 am
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
"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
Best regards