

Moderator: Rathinagiri
Thank you Marek. Very useful.mol wrote:I've revised code in c:\HMG\SOURCE\HMG_HPDF.PRG and I added line 258
and now, baseline of printout in normal printing and pdf creating is the same.Code: Select all
nyPos -= nFontSize
Source code should be changed, I think.
But, we must remember to change code everywhere, when pdf creating was used.
It may be "gcc version 4.9.2 (i686-posix-dwarf-rev1, Built by MinGW-W64 project)"esgici wrote:Hi all
A friend asked me which version of MinGW included in HMG 3.4.0 and I couldn't answer![]()
Any idea ?
Tranks Marek!mol wrote:I've revised code in c:\HMG\SOURCE\HMG_HPDF.PRG and I added line 258
and now, baseline of printout in normal printing and pdf creating is the same.Code: Select all
nyPos -= nFontSize
Source code should be changed, I think.
But, we must remember to change code everywhere, when pdf creating was used.
Thanks Dave; gcc --version command answered the questionbpd2000 wrote: It may be "gcc version 4.9.2 (i686-posix-dwarf-rev1, Built by MinGW-W64 project)"
another command is
C:\hmg.3.4.0\MinGW\bin>gcc --version
C:\hmg.3.4.0\MinGW\bin>gcc --help
Hi Serge, as Marek already said, for the properly working, you can download this Build.bat and be replaced to the existing at the HMG root folder. Because it was released with a bug.serge_girard wrote:Recently I started with compiling in HMG340 and when there is a compile error IDE gets hung-up and has to be killed.
Error.txt is filled with the error.
Is this something I can resolve somehow or do I miss something?