... shared lib symlinks are not created when cross-building from
Windows to Linux, could copy or adapt modern Windows counterpart
olectl.h is missing when cross-building hbwin contrib from
Linux to Windows (likely needs headers from Windows SDK)
basically a non issue, but HB_CPU and HB ...
Pesquisa resultou em 259 ocorrências: +missing
Termo pesquisado: +missing
- 20 Out 2025 11:18
- Fórum: [x]Harbour
- Tópico: Atualização do Harbour 20-10-2025 Compilador ZIG
- Respostas: 4
- Exibições: 216
- 10 Jul 2025 13:12
- Fórum: [x]Harbour
- Tópico: Atualizações Harbour 10/07/2024
- Respostas: 2
- Exibições: 4180
Atualizações Harbour 10/07/2024
... do clang (Eles não vão te dizer). Querem vender.
2025-07-10 14:04 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* contrib/hbpost.hbm
! fix missing contrib/*/tests/files when using "make install"
and HB_INSTALL_PREFIX.
Thanks Jose Quintas for reporting (issue #310)
2025-07-09 15:04 UTC+0200 ...
2025-07-10 14:04 UTC+0200 Aleksander Czajczynski (hb fki.pl)
* contrib/hbpost.hbm
! fix missing contrib/*/tests/files when using "make install"
and HB_INSTALL_PREFIX.
Thanks Jose Quintas for reporting (issue #310)
2025-07-09 15:04 UTC+0200 ...
- 28 Jun 2025 21:28
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Exemplo de uso do CO-PILOT do Windows
- Respostas: 3
- Exibições: 1827
Exemplo de uso do CO-PILOT do Windows
... and fully functional version:
This version now:
- Declares PUBLIC variables inside Main()
- Uses MEMVAR for DBF field access
- Defines missing icon constants
- Fully complies with HMG Extended Edition syntax and best practices
Would you like me to help you compile this into an .exe, or ...
This version now:
- Declares PUBLIC variables inside Main()
- Uses MEMVAR for DBF field access
- Defines missing icon constants
- Fully complies with HMG Extended Edition syntax and best practices
Would you like me to help you compile this into an .exe, or ...
- 26 Mai 2025 13:03
- Fórum: MiniGui
- Tópico: Mais outro teste daqueles
- Respostas: 5
- Exibições: 1093
Mais outro teste daqueles
... A[ nCont ] == B[ nCont ]
RETURN .F.
ENDIF
NEXT
RETURN .T.
Compilando esses acima......
A HMG3 já se perde.
hbmk2: Error: Referenced, missing, but unknown function(s): WINDOW()
A HMG3 considera WINDOW (xDlg) como sendo função.
Tudo bem com HMGE e OOHG
As cores, sei lá, não me ...
RETURN .F.
ENDIF
NEXT
RETURN .T.
Compilando esses acima......
A HMG3 já se perde.
hbmk2: Error: Referenced, missing, but unknown function(s): WINDOW()
A HMG3 considera WINDOW (xDlg) como sendo função.
Tudo bem com HMGE e OOHG
As cores, sei lá, não me ...
- 15 Mai 2025 14:41
- Fórum: FiveWin
- Tópico: Novo mingw 15.1
- Respostas: 52
- Exibições: 5604
Novo mingw 15.1
... lwininet -lhbpcre -lhbzlib -Wl,--end-group -oxmltree.exe -Ld:/harbour/lib/win/mingw -Ld:/github/fivewin/lib
hbmk2: Hint: Add option 'xhb.hbc' for missing function(s): MessageBox(),
i18n(), HGetCaseMatch(), ANSIToWide(), HexToNum(), WideToANSI(),
RAScan(), HHasKey(), SToT(), ValToPrgExp(), hb ...
hbmk2: Hint: Add option 'xhb.hbc' for missing function(s): MessageBox(),
i18n(), HGetCaseMatch(), ANSIToWide(), HexToNum(), WideToANSI(),
RAScan(), HHasKey(), SToT(), ValToPrgExp(), hb ...
- 15 Mai 2025 14:33
- Fórum: FiveWin
- Tópico: Novo mingw 15.1
- Respostas: 52
- Exibições: 5604
Novo mingw 15.1
... limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oxmltree.exe -Ld:/harbour/lib/win/mingw
hbmk2: Hint: Add option 'xhb.hbc' for missing function(s): HEval(),
TXMLIterator(), TXMLDocument()
hbmk2: Error: Referenced, missing, but unknown function(s): TWINDOW(),
MENUBEGIN ...
hbmk2: Hint: Add option 'xhb.hbc' for missing function(s): HEval(),
TXMLIterator(), TXMLDocument()
hbmk2: Error: Referenced, missing, but unknown function(s): TWINDOW(),
MENUBEGIN ...
- 15 Mai 2025 13:58
- Fórum: FiveWin
- Tópico: Novo mingw 15.1
- Respostas: 52
- Exibições: 5604
Novo mingw 15.1
Exemplo de erro
O console do W11 é ruim, junta tudo
-lhbhsx -lhbsix -lhhbmk2: Hint: Install package hbcurl and add option 'hbcurl.hbc' for missing 2 -liphlpapi -lwinsp function(s): curl_easy_dl_buff_get(), curl_easy_getinfo(), inet -lhbpcre -lhbzl curl_easy_perform(), curl_easy_setopt(), curl_easy ...
O console do W11 é ruim, junta tudo
-lhbhsx -lhbsix -lhhbmk2: Hint: Install package hbcurl and add option 'hbcurl.hbc' for missing 2 -liphlpapi -lwinsp function(s): curl_easy_dl_buff_get(), curl_easy_getinfo(), inet -lhbpcre -lhbzl curl_easy_perform(), curl_easy_setopt(), curl_easy ...
- 28 Abr 2025 16:04
- Fórum: HwGui
- Tópico: Erro em hwgui
- Respostas: 12
- Exibições: 4398
Erro em hwgui
... get update
sudo apt-get upgrade
sudo apt-get install gcc
sudo apt-get install make
sudo apt-get install build-essential libgtk2.0-dev --fix-missing
sudo apt-get install git
git clone https://github.com/harbour/core /tmp/harbour --depth 1
git clone https://github.com/JoseQuintas/hwgui_fork ...
sudo apt-get upgrade
sudo apt-get install gcc
sudo apt-get install make
sudo apt-get install build-essential libgtk2.0-dev --fix-missing
sudo apt-get install git
git clone https://github.com/harbour/core /tmp/harbour --depth 1
git clone https://github.com/JoseQuintas/hwgui_fork ...
- 30 Jan 2025 10:00
- Fórum: [x]Harbour
- Tópico: PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
- Respostas: 31
- Exibições: 13162
PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
... Link terminated.
hbmk2[Clinical]: Error: Running linker. 2
ilink32.exe @C:\Users\Dell\AppData\Local\Temp\1q89ym.lnk
hbmk2: Error: Referenced, missing, but unknown function(s): ISVISTAORLATER(),
GETSYSTEMMETRICS(), INSTALLEVENTHANDLER(), PTINRECT(), MESSAGEBEEP()
A mim fica claro que por alguma ...
hbmk2[Clinical]: Error: Running linker. 2
ilink32.exe @C:\Users\Dell\AppData\Local\Temp\1q89ym.lnk
hbmk2: Error: Referenced, missing, but unknown function(s): ISVISTAORLATER(),
GETSYSTEMMETRICS(), INSTALLEVENTHANDLER(), PTINRECT(), MESSAGEBEEP()
A mim fica claro que por alguma ...
- 29 Jan 2025 19:03
- Fórum: [x]Harbour
- Tópico: PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
- Respostas: 31
- Exibições: 13162
PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
... bem, isso não é o problema.
<Clauberromao> Essas funções são da biblioteca minigui.lib; você recompilou a biblioteca?
hbmk2: Error: Referenced, missing, but unknown function(s): ISVISTAORLATER(),
GETSYSTEMMETRICS(), INSTALLEVENTHANDLER(), PTINRECT(), MESSAGEBEEP()
Qual versão você usando da ...
<Clauberromao> Essas funções são da biblioteca minigui.lib; você recompilou a biblioteca?
hbmk2: Error: Referenced, missing, but unknown function(s): ISVISTAORLATER(),
GETSYSTEMMETRICS(), INSTALLEVENTHANDLER(), PTINRECT(), MESSAGEBEEP()
Qual versão você usando da ...
- 29 Jan 2025 17:53
- Fórum: [x]Harbour
- Tópico: PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
- Respostas: 31
- Exibições: 13162
PRECISO DE AJUDAR URGENTE !!! NÃO COMPILA MAIS OS PRGS
... Link terminated.
hbmk2[Clinical]: Error: Running linker. 2
ilink32.exe @C:\Users\Dell\AppData\Local\Temp\1q89ym.lnk
hbmk2: Error: Referenced, missing, but unknown function(s): ISVISTAORLATER(),
GETSYSTEMMETRICS(), INSTALLEVENTHANDLER(), PTINRECT(), MESSAGEBEEP()
JÁ FIZ DE TUDO E NÃO CONSIGO ...
hbmk2[Clinical]: Error: Running linker. 2
ilink32.exe @C:\Users\Dell\AppData\Local\Temp\1q89ym.lnk
hbmk2: Error: Referenced, missing, but unknown function(s): ISVISTAORLATER(),
GETSYSTEMMETRICS(), INSTALLEVENTHANDLER(), PTINRECT(), MESSAGEBEEP()
JÁ FIZ DE TUDO E NÃO CONSIGO ...
- 18 Jan 2025 20:05
- Fórum: [x]Harbour
- Tópico: Atualização do Harbour 18-01-2025
- Respostas: 0
- Exibições: 5333
Atualização do Harbour 18-01-2025
... hbtoken.c
! pacified few stupid warnings
2025-01-18 04:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/bio.c
! added missing BIO_free() call in HB_BIO destructor
! fixed BIO_free() function to properly operate on HB_BIO structure
* contrib/hbssl/evp.c
! fixed EVP ...
! pacified few stupid warnings
2025-01-18 04:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/bio.c
! added missing BIO_free() call in HB_BIO destructor
! fixed BIO_free() function to properly operate on HB_BIO structure
* contrib/hbssl/evp.c
! fixed EVP ...
- 19 Dez 2024 14:51
- Fórum: [x]Harbour
- Tópico: Atualização Harbour 19/12/2024
- Respostas: 2
- Exibições: 3505
Atualização Harbour 19/12/2024
... 6.
2024-12-19 10:24 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/rddsql/sqlbase.c
% cleanup unnecessary braces
* ChangeLog.txt
+ missing entry from pull request #364
2024-12-18 21:48 UTC-0800 Eric Lendvai (harbour.wiki)
* contrib/rddsql/sqlbase.c
* contrib/rddsql/sqlmix.c ...
2024-12-19 10:24 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* contrib/rddsql/sqlbase.c
% cleanup unnecessary braces
* ChangeLog.txt
+ missing entry from pull request #364
2024-12-18 21:48 UTC-0800 Eric Lendvai (harbour.wiki)
* contrib/rddsql/sqlbase.c
* contrib/rddsql/sqlmix.c ...
- 13 Dez 2024 09:42
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Msys2 6 opções para compilar o Harbour
- Respostas: 17
- Exibições: 14431
Msys2 6 opções para compilar o Harbour
... formatting
2024-12-04 15:25 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* src/common/hbver.c
! added lacking VER_BUILDNUMBER definition that is missing
in very old compiler sets/SDKs (pre Windows 2000),
noticed by DF7BE - Wilfried Brunken in #362
* README.md
* slightly updated list of ...
2024-12-04 15:25 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* src/common/hbver.c
! added lacking VER_BUILDNUMBER definition that is missing
in very old compiler sets/SDKs (pre Windows 2000),
noticed by DF7BE - Wilfried Brunken in #362
* README.md
* slightly updated list of ...
- 05 Dez 2024 11:29
- Fórum: [x]Harbour
- Tópico: Atualização Harbour
- Respostas: 0
- Exibições: 6489
Atualização Harbour
... file. */
2024-12-04 15:25 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* src/common/hbver.c
! added lacking VER_BUILDNUMBER definition that is missing
in very old compiler sets/SDKs (pre Windows 2000),
noticed by DF7BE - Wilfried Brunken in #362
* README.md
* slightly updated list of ...
2024-12-04 15:25 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* src/common/hbver.c
! added lacking VER_BUILDNUMBER definition that is missing
in very old compiler sets/SDKs (pre Windows 2000),
noticed by DF7BE - Wilfried Brunken in #362
* README.md
* slightly updated list of ...