... 2026-09-13 18:13 UTC-0300 Junior Itamar <itamarlins@gmail.com>
* Language changed samples\test_svg.prg pt-br for en
command for test SVG image files:
hbmk2 test_svg.prg ..\svg.hbc
2026-09-13 18:02 UTC-0300 Junior Itamar <itamarlins@gmail.com>
* Add optional SVG image loading via librsvg ...
Pesquisa resultou em 4701 ocorrências: +File
Termo pesquisado: +file
- 13 Set 2026 18:37
- Fórum: HwGui
- Tópico: Atualização Hwgui 13-09-2026 Imagens SVG.
- Respostas: 4
- Exibições: 72
- 13 Set 2026 11:14
- Fórum: HwGui
- Tópico: Atualização Hwgui 13-09-2026 Gif Animado.
- Respostas: 0
- Exibições: 36
Atualização Hwgui 13-09-2026 Gif Animado.
... 0.5 = half speed)
1.0 GIF native timing (default)
Values <= 0 fall back to 1.0.
+ Add HOwnButton:SetGifPath( cPath ) to inform the original GIF file
path when the @...OWNERBUTTON macro has already converted the BITMAP
clause to an HBitmap object.
+ Add HOwnButton:SetGifSpeed( nSpeed ) to ...
1.0 GIF native timing (default)
Values <= 0 fall back to 1.0.
+ Add HOwnButton:SetGifPath( cPath ) to inform the original GIF file
path when the @...OWNERBUTTON macro has already converted the BITMAP
clause to an HBitmap object.
+ Add HOwnButton:SetGifSpeed( nSpeed ) to ...
- 12 Set 2026 01:40
- Fórum: HwGui
- Tópico: Atualização Hwgui 12-09-2026
- Respostas: 5
- Exibições: 107
Atualização Hwgui 12-09-2026
... 95 RTM or NT 3.51, so statically linking against
msimg32.lib would cause the OS loader to refuse to launch the entire
executable ("A required DLL file, MSIMG32.DLL, was not found"), not
just fail the single call. Runtime resolution allowed one binary to
run on 95 RTM (transparent draw silently ...
msimg32.lib would cause the OS loader to refuse to launch the entire
executable ("A required DLL file, MSIMG32.DLL, was not found"), not
just fail the single call. Runtime resolution allowed one binary to
run on 95 RTM (transparent draw silently ...
- 11 Set 2026 19:50
- Fórum: HwGui
- Tópico: Atualização Hwgui 10-09-2026
- Respostas: 1
- Exibições: 118
Re: Atualização Hwgui 10-09-2026
... i
HB_SYMBOL_UNUSED( aTblMerge )
HB_SYMBOL_UNUSED( cPathImg )
oRtf := RichText():New( "All_Features_Combined.rtf", aFonts )
IF oRtf:hFile < 0
? "Error: Unable to create output file."
RETURN
ENDIF
// --- Document metadata (shows up in Word/WordPad "Properties") -----
oRtf:InfoDoc ...
HB_SYMBOL_UNUSED( aTblMerge )
HB_SYMBOL_UNUSED( cPathImg )
oRtf := RichText():New( "All_Features_Combined.rtf", aFonts )
IF oRtf:hFile < 0
? "Error: Unable to create output file."
RETURN
ENDIF
// --- Document metadata (shows up in Word/WordPad "Properties") -----
oRtf:InfoDoc ...
- 11 Set 2026 11:41
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Dicas para (UPX -> Binarios)
- Respostas: 4
- Exibições: 181
Re: Dicas para (UPX -> Binarios)
... Compilar:
hbmk2 patcher.prg -lhbct
**/
#include "FiveWin.ch"
#include "fileio.ch"
FUNCTION Main( cFile )
LOCAL cBakFile, hFile, cBuffer, cHashOri, cHashMod
LOCAL cOldSign := "UPX!"
// LOCAL cNewSign := "C0CA" // Nova ...
hbmk2 patcher.prg -lhbct
**/
#include "FiveWin.ch"
#include "fileio.ch"
FUNCTION Main( cFile )
LOCAL cBakFile, hFile, cBuffer, cHashOri, cHashMod
LOCAL cOldSign := "UPX!"
// LOCAL cNewSign := "C0CA" // Nova ...
- 10 Set 2026 16:34
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Dicas para (UPX -> Binarios)
- Respostas: 4
- Exibições: 181
Re: Dicas para (UPX -> Binarios)
... favor. Pode criticar sem dó. kkkkkk
Veja: PATCHER.RES -> é onde tem a assinatura do PATCHER.exe.
Download do meu Mega Upload:
https://mega.nz/file/IQlVXayb#su6sbw8j8BngxTUwz6Ly1ofqd7g0oILaubuRwf7XUdU
Exploda na Pasta: C:\PATCHER
A senha do sistema é automática, basta teclar <enter> - <enter ...
Veja: PATCHER.RES -> é onde tem a assinatura do PATCHER.exe.
Download do meu Mega Upload:
https://mega.nz/file/IQlVXayb#su6sbw8j8BngxTUwz6Ly1ofqd7g0oILaubuRwf7XUdU
Exploda na Pasta: C:\PATCHER
A senha do sistema é automática, basta teclar <enter> - <enter ...
- 10 Set 2026 12:07
- Fórum: HwGui
- Tópico: Atualização Hwgui 10-09-2026
- Respostas: 1
- Exibições: 118
Atualização Hwgui 10-09-2026
... content blocking for the current user:
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\RichEdit
NoSecurityUpgrade = 1 (DWORD)
+ Add files rtfsample.prg, rtfsample.hbp, for make file All_Features_Combined.rtf
+ Add image \hwgui\doc\image\All_Features_Combined_Pgn1_rtf.png
+ Add image ...
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\RichEdit
NoSecurityUpgrade = 1 (DWORD)
+ Add files rtfsample.prg, rtfsample.hbp, for make file All_Features_Combined.rtf
+ Add image \hwgui\doc\image\All_Features_Combined_Pgn1_rtf.png
+ Add image ...
- 09 Set 2026 08:45
- Fórum: HwGui
- Tópico: Atualizações da Hwgui 09-09-2026
- Respostas: 0
- Exibições: 98
Atualizações da Hwgui 09-09-2026
... message.
2026-09-09 02:08 UTC-0300 Itamar Lins <itamarlins at gmail.com>
* contrib/misc/richtext.prg:
- Refactored Bmp2Wmf() to convert BMP files into Enhanced Metafiles (EMF)
using the library's native hwg_Createenhmetafile()
2026-09-09 01:27 UTC-0300 Itamar Lins <itamarlins at gmail.com ...
2026-09-09 02:08 UTC-0300 Itamar Lins <itamarlins at gmail.com>
* contrib/misc/richtext.prg:
- Refactored Bmp2Wmf() to convert BMP files into Enhanced Metafiles (EMF)
using the library's native hwg_Createenhmetafile()
2026-09-09 01:27 UTC-0300 Itamar Lins <itamarlins at gmail.com ...
- 08 Set 2026 16:43
- Fórum: Banco de Dados
- Tópico: LetoDb (oficial) do Alexander Kresin foi atualizado!
- Respostas: 1
- Exibições: 193
LetoDb (oficial) do Alexander Kresin foi atualizado!
... Alexander Kresin (alkresin/at/yandex.ru)
* source/server/leto_2.c
* Length limitation set for commands before Intro
* Whatsnew.txt
* tests/test_file.prg
2026-09-06 10:32 UTC+0300 Alexander Kresin (alkresin/at/yandex.ru)
* include/funcleto.h
* Version number changed to 2.19 b2
2026-09-06 09:02 ...
* source/server/leto_2.c
* Length limitation set for commands before Intro
* Whatsnew.txt
* tests/test_file.prg
2026-09-06 10:32 UTC+0300 Alexander Kresin (alkresin/at/yandex.ru)
* include/funcleto.h
* Version number changed to 2.19 b2
2026-09-06 09:02 ...
- 07 Set 2026 09:44
- Fórum: HwGui
- Tópico: Hwgui Atualizações 07-09-2026
- Respostas: 7
- Exibições: 255
Hwgui Atualizações 07-09-2026
... and `HWG_RE_GETLINE()` to prevent crashes.
- **richedit.c**: changed return values of `HWG_SAVERICHEDIT()` and
`HWG_LOADRICHEDIT()` from file handle to boolean (`TRUE`/`FALSE`) for
better Harbour usage.
- **richedit.c**: removed obsolete compiler support for Digital Mars C
(`__DMC ...
- **richedit.c**: changed return values of `HWG_SAVERICHEDIT()` and
`HWG_LOADRICHEDIT()` from file handle to boolean (`TRUE`/`FALSE`) for
better Harbour usage.
- **richedit.c**: removed obsolete compiler support for Digital Mars C
(`__DMC ...
- 06 Set 2026 12:34
- Fórum: HwGui
- Tópico: Hwgui Atualização 06-09-2026
- Respostas: 0
- Exibições: 169
Hwgui Atualização 06-09-2026
... gt_hwgui_w.c**: added braces around conditional blocks in
`gthwg_MouseEvent`, `gthwg_KeyEvent` and `hb_gt_hwg_Info` to fix
`-Wmisleading-indentation` warnings from Clang/GCC and improve code
clarity.
- Adjust add lib ucrt, gdiplus on file test1.hbp
- Adjust add DUNICODE flags gthwg.hbp
`gthwg_MouseEvent`, `gthwg_KeyEvent` and `hb_gt_hwg_Info` to fix
`-Wmisleading-indentation` warnings from Clang/GCC and improve code
clarity.
- Adjust add lib ucrt, gdiplus on file test1.hbp
- Adjust add DUNICODE flags gthwg.hbp
- 05 Set 2026 00:53
- Fórum: [x]Harbour
- Tópico: xHarbour(32-bit) Clang 22.1.8
- Respostas: 0
- Exibições: 234
xHarbour(32-bit) Clang 22.1.8
... extensions: No
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions: No
Object file generation support: No
ANSI C usage: Non strict
C++ mode: Off
Compiler YACC debug mode: Off
Memory tracing and statistics: On
Maximum symbol name ...
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions: No
Object file generation support: No
ANSI C usage: Non strict
C++ mode: Off
Compiler YACC debug mode: Off
Memory tracing and statistics: On
Maximum symbol name ...
- 29 Ago 2026 12:12
- Fórum: [x]Harbour
- Tópico: C:\Borland\BCC55\BIN\ilink32 @makefile.lnk Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolve
- Respostas: 2
- Exibições: 238
Re: C:\Borland\BCC55\BIN\ilink32 @makefile.lnk Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unres
... se é a melhor solução mas consegui resolver o problema com um código em C:
#pragma BEGINDUMP
#include <stdio.h>
// Mantém a correção original dos fluxos padrão do BCC 5.5
FILE * __get_std_stream(int id) {
if (id == 1) return stdout;
if (id == 2) return stderr;
return stdin;
}
#pragma ENDDUMP
#pragma BEGINDUMP
#include <stdio.h>
// Mantém a correção original dos fluxos padrão do BCC 5.5
FILE * __get_std_stream(int id) {
if (id == 1) return stdout;
if (id == 2) return stderr;
return stdin;
}
#pragma ENDDUMP
- 29 Ago 2026 01:41
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Super seleção de dados com ordenação dos registros
- Respostas: 19
- Exibições: 6981
Re: Super seleção de dados com ordenação dos registros
... c
* source/rdd/dbfmdx/dbfmdx1.c
* source/rdd/dbfntx/dbfntx1.c
* source/vm/errorapi.c
* more pending casting and cleaning structures
* makefile.bc
* mdir.bat
* common.mak
* compile.mak
* contrib/Makefile
+ contrib/filemem/filemem.c
+ contrib/filemem/makefile
+ contrib/filemem/tests ...
* source/rdd/dbfmdx/dbfmdx1.c
* source/rdd/dbfntx/dbfntx1.c
* source/vm/errorapi.c
* more pending casting and cleaning structures
* makefile.bc
* mdir.bat
* common.mak
* compile.mak
* contrib/Makefile
+ contrib/filemem/filemem.c
+ contrib/filemem/makefile
+ contrib/filemem/tests ...
- 29 Ago 2026 01:22
- Fórum: [x]Harbour
- Tópico: xHarbour(64 Bit) Clang 22.1.8
- Respostas: 13
- Exibições: 667
xHarbour(64 Bit) Clang 22.1.8
... extensions: No
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions: No
Object file generation support: No
ANSI C usage: Non strict
C++ mode: Off
Compiler YACC debug mode: Off
Memory tracing and statistics: On
Maximum symbol name ...
Multisoft Flagship compatible extensions: Yes
Microsoft FoxPro compatible extensions: Yes
dBase compatible extensions: No
Object file generation support: No
ANSI C usage: Non strict
C++ mode: Off
Compiler YACC debug mode: Off
Memory tracing and statistics: On
Maximum symbol name ...