O que houve ?d:\github\hwgui>HBMK2 hwgui.hbp -w3 -es2 -m -n -strip -compr -workdir=c:\temp -q -Id:\fontes\util\build\
hbmk2: Processing environment options: -comp=mingw
hbmk2: Processing configuration: d:\harbour\bin\hbmk.hbc
Harbour 3.2.0dev (r2602281433)
Copyright (c) 1999-2025, https://harbour.github.io/
d:/github/hwgui/source/winapi/dialog.c:740:25: error: conflicting types for 's_ModalDlgProc'; have 'INT_PTR(struct HWND__ *, UINT, WPARAM, LPARAM)' {aka 'int(struct HWND__ *, unsigned int, unsigned int, long int)'}
740 | static INT_PTR CALLBACK s_ModalDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
| ^~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:29:25: note: previous declaration of 's_ModalDlgProc' with type 'LRESULT(struct HWND__ *, UINT, WPARAM, LPARAM)' {aka 'long int(struct HWND__ *, unsigned int, unsigned int, long int)'}
29 | static LRESULT CALLBACK s_ModalDlgProc( HWND, UINT, WPARAM, LPARAM );
| ^~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:799:25: error: conflicting types for 's_DlgProc'; have 'INT_PTR(struct HWND__ *, UINT, WPARAM, LPARAM)' {aka 'int(struct HWND__ *, unsigned int, unsigned int, long int)'}
799 | static INT_PTR CALLBACK s_DlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:30:25: note: previous declaration of 's_DlgProc' with type 'LRESULT(struct HWND__ *, UINT, WPARAM, LPARAM)' {aka 'long int(struct HWND__ *, unsigned int, unsigned int, long int)'}
30 | static LRESULT CALLBACK s_DlgProc( HWND, UINT, WPARAM, LPARAM );
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:907:25: error: conflicting types for 's_PSPProc'; have 'INT_PTR(struct HWND__ *, UINT, WPARAM, LPARAM)' {aka 'int(struct HWND__ *, unsigned int, unsigned int, long int)'}
907 | static INT_PTR CALLBACK s_PSPProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:31:25: note: previous declaration of 's_PSPProc' with type 'LRESULT(struct HWND__ *, UINT, WPARAM, LPARAM)' {aka 'long int(struct HWND__ *, unsigned int, unsigned int, long int)'}
31 | static LRESULT CALLBACK s_PSPProc( HWND, UINT, WPARAM, LPARAM );
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:1013:25: error: conflicting types for 's_PSPProcRelease'; have 'INT_PTR(struct HWND__ *, UINT, struct _PROPSHEETPAGEA *)' {aka 'int(struct HWND__ *, unsigned int, struct _PROPSHEETPAGEA *)'}
1013 | static INT_PTR CALLBACK s_PSPProcRelease( HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp )
| ^~~~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:32:25: note: previous declaration of 's_PSPProcRelease' with type 'LRESULT(struct HWND__ *, UINT, struct _PROPSHEETPAGEA *)' {aka 'long int(struct HWND__ *, unsigned int, struct _PROPSHEETPAGEA *)'}
32 | static LRESULT CALLBACK s_PSPProcRelease( HWND, UINT, LPPROPSHEETPAGE );
| ^~~~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:29:25: warning: 's_ModalDlgProc' used but never defined
29 | static LRESULT CALLBACK s_ModalDlgProc( HWND, UINT, WPARAM, LPARAM );
| ^~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:30:25: warning: 's_DlgProc' used but never defined
30 | static LRESULT CALLBACK s_DlgProc( HWND, UINT, WPARAM, LPARAM );
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:31:25: warning: 's_PSPProc' used but never defined
31 | static LRESULT CALLBACK s_PSPProc( HWND, UINT, WPARAM, LPARAM );
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:32:25: warning: 's_PSPProcRelease' used but never defined
32 | static LRESULT CALLBACK s_PSPProcRelease( HWND, UINT, LPPROPSHEETPAGE );
| ^~~~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:1013:25: warning: 's_PSPProcRelease' defined but not used [-Wunused-function]
1013 | static INT_PTR CALLBACK s_PSPProcRelease( HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp )
| ^~~~~~~~~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:907:25: warning: 's_PSPProc' defined but not used [-Wunused-function]
907 | static INT_PTR CALLBACK s_PSPProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:799:25: warning: 's_DlgProc' defined but not used [-Wunused-function]
799 | static INT_PTR CALLBACK s_DlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
| ^~~~~~~~~
d:/github/hwgui/source/winapi/dialog.c:740:25: warning: 's_ModalDlgProc' defined but not used [-Wunused-function]
740 | static INT_PTR CALLBACK s_ModalDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
| ^~~~~~~~~~~~~~
Não compila mais do jeito tradicional ?
Não pode mais usar mingw de sempre ?
