Re: HMG 3.0.41
Posted: Tue Jun 05, 2012 6:52 am
I am testing with the latest Harbour build. I will come out ASAP.
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://hmgforum.com/
Good news, thanksrathinagiri wrote:I am testing with the latest Harbour build. I will come out ASAP.
Code: Select all
MEMVAR _HMG_lMultiple
MEMVAR _ShowContextMenus
Code: Select all
#define IDC_ARROW 32512
#define IDC_IBEAM 32513
#define IDC_WAIT 32514
#define IDC_CROSS 32515
#define IDC_UPARROW 32516
#define IDC_SIZENWSE 32642
#define IDC_SIZENESW 32643
#define IDC_SIZEWE 32644
#define IDC_SIZENS 32645
#define IDC_SIZEALL 32646
#define IDC_NO 32648
#define IDC_APPSTARTING 32650
#define IDC_HELP 32651
Code: Select all
MEMVAR _HMG_lMultiple
MEMVAR _ShowContextMenus
#define IDC_ARROW 32512
#define IDC_IBEAM 32513
#define IDC_WAIT 32514
#define IDC_CROSS 32515
#define IDC_UPARROW 32516
#define IDC_SIZENWSE 32642
#define IDC_SIZENESW 32643
#define IDC_SIZEWE 32644
#define IDC_SIZENS 32645
#define IDC_SIZEALL 32646
#define IDC_NO 32648
#define IDC_APPSTARTING 32650
#define IDC_HELP 32651
Code: Select all
IMHO, source optimization helps a lot but modifying an existing project by the users will be cumbersome. I think while compiling our projects we can change the warning level appropriately. Right?
Hi all:hkrasser wrote:Hello!
Thank you very much for your hard work!
In HMG 3.0.41 I have a problem with linking ( the same as in HMG 3.0.40).
Although I dont use any of these functions, there are always undefined references:
--------------------------------------------------------
Harbour 3.1.0dev (Rev. 17406)
Copyright (c) 1999-2012, http://harbour-project.org/
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x188): undefined reference to `HB_FUN_PDFINIT'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x1a8): undefined reference to `HB_FUN_PDFOPEN'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x2d8): undefined reference to `HB_FUN_PDFNEWPAGE'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x388): undefined reference to `HB_FUN_PDFCLOSE'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x458): undefined reference to `HB_FUN_PDFSETFONT'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x468): undefined reference to `HB_FUN_PDFATSAY'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x478): undefined reference to `HB_FUN_PDFTEXTWIDTH'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x4a8): undefined reference to `HB_FUN_PDFIMAGE'
C:/hmg.3.0.41/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x4c8): undefined reference to `HB_FUN_PDFBOX'