... 1.1
2025-12-21 10:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/hbssl.hbx
* contrib/hbssl/evppkey.c
+ added new PRG functions:
EVP_PKEY_CTX_get_RSA_PSS_saltlen( <pKeyCTX>, @<nSaltLen> )
-> <nRetCode>
EVP_PKEY_CTX_set_RSA_PSS_saltlen( <pKeyCTX>, <nSaltLen ...
Pesquisa resultou em 4261 ocorrências: +New
Termo pesquisado: +new
- 21 Dez 2025 10:10
- Fórum: [x]Harbour
- Tópico: Atualização Harbour 21/12/2025
- Respostas: 0
- Exibições: 46
- 12 Dez 2025 15:05
- Fórum: HwGui
- Tópico: Abas com texto control ainda nao funciona na versao 2.23
- Respostas: 51
- Exibições: 1058
Re: Abas com texto control ainda nao funciona na versao 2.23
... http://www.kresin.ru
*/
#include "hwgui.ch"
#include "hblang.ch"
#include "hbclass.ch"
CLASS HPaintCB INHERIT HObject
DATA aCB INIT {}
METHOD New() INLINE Self
METHOD Set( nId, block, cId )
METHOD Get( nId )
ENDCLASS
METHOD Set( nId, block, cId ) CLASS HPaintCB
LOCAL i, nLen
IF Empty ...
*/
#include "hwgui.ch"
#include "hblang.ch"
#include "hbclass.ch"
CLASS HPaintCB INHERIT HObject
DATA aCB INIT {}
METHOD New() INLINE Self
METHOD Set( nId, block, cId )
METHOD Get( nId )
ENDCLASS
METHOD Set( nId, block, cId ) CLASS HPaintCB
LOCAL i, nLen
IF Empty ...
- 12 Dez 2025 11:20
- Fórum: [x]Harbour
- Tópico: Rotina em c# para harbour
- Respostas: 5
- Exibições: 233
Rotina em c# para harbour
... STAThread]
static void Main()
{
/*
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
*/
if (System.IO.File.Exists(@"StringParaAssinar.txt"))
{
string[] lines = System.IO.File.ReadAllLines(@"StringParaAssinar.txt ...
static void Main()
{
/*
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
*/
if (System.IO.File.Exists(@"StringParaAssinar.txt"))
{
string[] lines = System.IO.File.ReadAllLines(@"StringParaAssinar.txt ...
- 12 Dez 2025 08:06
- Fórum: [x]Harbour
- Tópico: Nova função adicionada no Harbour hb_UTCToTS( )
- Respostas: 0
- Exibições: 91
Nova função adicionada no Harbour hb_UTCToTS( )
... 2025-12-12 04:09 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/harbour.hbx
* src/harbour.def
* src/rtl/dateshb.c
+ added new PRG function which converts UTC time to local time:
hb_UTCToTS( <tUTCTime> [, @<lUTCOffset> ) -> <tLocalTime>
* include/hbdate.h
* src/harbour ...
* include/harbour.hbx
* src/harbour.def
* src/rtl/dateshb.c
+ added new PRG function which converts UTC time to local time:
hb_UTCToTS( <tUTCTime> [, @<lUTCOffset> ) -> <tLocalTime>
* include/hbdate.h
* src/harbour ...
- 11 Dez 2025 01:47
- Fórum: [x]Harbour
- Tópico: Atualização do Harbour dia 11 e 10/12/2025
- Respostas: 0
- Exibições: 127
Atualização do Harbour dia 11 e 10/12/2025
... hb_EVP_MD_ptr_to_id() function from static to public area
* contrib/hbssl/hbssl.hbx
* contrib/hbssl/hbssl.hbm
+ contrib/hbssl/d2i.c
* added new functions to extract asynchronous keys and certificates
from DER data:
D2I_PUBKEY( <cDER> ) -> <pEVPKey>
D2I_RSAPUBLICKEY( <cDER> ) -> <pRSAKey ...
* contrib/hbssl/hbssl.hbx
* contrib/hbssl/hbssl.hbm
+ contrib/hbssl/d2i.c
* added new functions to extract asynchronous keys and certificates
from DER data:
D2I_PUBKEY( <cDER> ) -> <pEVPKey>
D2I_RSAPUBLICKEY( <cDER> ) -> <pRSAKey ...
- 03 Dez 2025 15:44
- Fórum: [x]Harbour
- Tópico: enviar arquivo via http multipart/form-data
- Respostas: 2
- Exibições: 2825
Re: enviar arquivo via http multipart/form-data
Algo assim?
#include "fivewin.ch"
FUNCTION Main()
LOCAL oHTTP := HTTPRequest():New()
LOCAL cURL := "http://your-server.com/upload" // Replace with your target URL
LOCAL cBoundary := "----WebKitFormBoundary7MA4YWxkTrZu0gW" // A unique boundary string
// Set the Content-Type header for ...
#include "fivewin.ch"
FUNCTION Main()
LOCAL oHTTP := HTTPRequest():New()
LOCAL cURL := "http://your-server.com/upload" // Replace with your target URL
LOCAL cBoundary := "----WebKitFormBoundary7MA4YWxkTrZu0gW" // A unique boundary string
// Set the Content-Type header for ...
- 20 Nov 2025 03:46
- Fórum: Bate Papo
- Tópico: Configurando o forum!
- Respostas: 32
- Exibições: 1705
Re: Configurando o forum!
... Manage extensions".
Find "Recent Topics" in the list of Disabled Extensions and click "Enable".
Configure the Extension:
Once enabled, a new section for the extension should appear in the ACP (e.g., under "Extensions" or "General").
Here you can customize various settings:
Number of ...
Find "Recent Topics" in the list of Disabled Extensions and click "Enable".
Configure the Extension:
Once enabled, a new section for the extension should appear in the ACP (e.g., under "Extensions" or "General").
Here you can customize various settings:
Number of ...
- 14 Out 2025 17:36
- Fórum: [x]Harbour
- Tópico: Importar de planilha do EXCEL
- Respostas: 1
- Exibições: 4469
Importar de planilha do EXCEL
... FILE(cCaminho+"\"+cNomeArquivo)
MENSAGEM("Atenção, arquivo cClassTrib.xlxs NÃO encontrado da pasta "+cCaminho,8)
retu
end
oExcel := TOleAuto():New( "Excel.Application" )
oExcel:WorkBooks:Open( cCaminho+"\"+cNomeArquivo )
oExcel:Visible := .F.
oSheet := oExcel:Get( "ActiveSheet" )
oSheet:Cells ...
MENSAGEM("Atenção, arquivo cClassTrib.xlxs NÃO encontrado da pasta "+cCaminho,8)
retu
end
oExcel := TOleAuto():New( "Excel.Application" )
oExcel:WorkBooks:Open( cCaminho+"\"+cNomeArquivo )
oExcel:Visible := .F.
oSheet := oExcel:Get( "ActiveSheet" )
oSheet:Cells ...
- 09 Out 2025 14:14
- Fórum: CA-Clipper
- Tópico: FTP COM ERRO
- Respostas: 2
- Exibições: 4495
FTP COM ERRO
... usava esta rotina , e tempos depois nao condigo mais.
cUrl := "ftp://" + cUser + ":" + cPassword + "@" + cServer
? "cUrl",cUrl
oUrl := tUrl():New( cUrl ) //// AQUI O SISTEMA TRAVA
? "tUrl..."
oFtp := TIPClientFtp():New( oUrl ,.T. )
? "TIPClientFtp..."
Minha função de download de arquivos ...
cUrl := "ftp://" + cUser + ":" + cPassword + "@" + cServer
? "cUrl",cUrl
oUrl := tUrl():New( cUrl ) //// AQUI O SISTEMA TRAVA
? "tUrl..."
oFtp := TIPClientFtp():New( oUrl ,.T. )
? "TIPClientFtp..."
Minha função de download de arquivos ...
- 17 Set 2025 12:35
- Fórum: [x]Harbour
- Tópico: Rolagem de tela em monitor touch screen
- Respostas: 6
- Exibições: 6108
Rolagem de tela em monitor touch screen
Olá Fernando,
Estou usando gtWvg. Crio a janela com WvgCrt() defino alguns parametros:
oCrt := WvgCrt():New( , , { 0, 0 }, { 24, 79 }, , .T. )
oCrt:lModal := .T.
oCrt:resizable := .F.
oCrt:closable := .F.
oCrt:title := "SISTEMA"
oCrt:icon := ICONE_SISTEMA
oCrt:Create()
Não achei nenhum ...
Estou usando gtWvg. Crio a janela com WvgCrt() defino alguns parametros:
oCrt := WvgCrt():New( , , { 0, 0 }, { 24, 79 }, , .T. )
oCrt:lModal := .T.
oCrt:resizable := .F.
oCrt:closable := .F.
oCrt:title := "SISTEMA"
oCrt:icon := ICONE_SISTEMA
oCrt:Create()
Não achei nenhum ...
- 09 Set 2025 11:39
- Fórum: [x]Harbour
- Tópico: Atualização harbour 09.09.2025
- Respostas: 0
- Exibições: 3873
Atualização harbour 09.09.2025
2025-09-09 13:50 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbdefs.h
+ added new types HB_WCHAR16 and HB_WCHAR32, existing type HB_WCHAR
is mapped to HB_WCHAR16 (just like before)
* include/hbapicdp.h
* src/harbour.def
* src/rtl/cdpapi.c
+ added new C functions for ...
* include/hbdefs.h
+ added new types HB_WCHAR16 and HB_WCHAR32, existing type HB_WCHAR
is mapped to HB_WCHAR16 (just like before)
* include/hbapicdp.h
* src/harbour.def
* src/rtl/cdpapi.c
+ added new C functions for ...
- 01 Set 2025 13:01
- Fórum: Sistemas Operacionais
- Tópico: Unidade SSD/NVME no windows sumindo !
- Respostas: 4
- Exibições: 3427
Unidade SSD/NVME no windows sumindo !
... é criado por IA
Aposto que a Microsoft nem sabe o que tem nesta atualização...
https://www.pcworld.com/article/2768784/microsoft-ceo-claims-30-of-new-code-is-written-by-ai.html
https://www.pcworld.com/wp-content/uploads/2025/06/Person-using-Windows-11-laptop-on-lap.jpg?resize=1024%2C576&quality ...
Aposto que a Microsoft nem sabe o que tem nesta atualização...
https://www.pcworld.com/article/2768784/microsoft-ceo-claims-30-of-new-code-is-written-by-ai.html
https://www.pcworld.com/wp-content/uploads/2025/06/Person-using-Windows-11-laptop-on-lap.jpg?resize=1024%2C576&quality ...
- 01 Set 2025 09:54
- Fórum: [x]Harbour
- Tópico: Atualização Harbour 29/08/2025
- Respostas: 0
- Exibições: 3895
Atualização Harbour 29/08/2025
... a geração do BMP.
/* and now much faster version */
cBitMap := hb_zebra_getbitmap( hZebra, nAlign, .T./*lBottomUp>*/, @nWidth, @nHeight, nLineWidth, nLineHeight, nX )
pBMP := hb_bmp_frombitmap( cBitMap, nAlign, nWidth, nHeight, nDepth, /*nDPI*/, /*aPalette*/, /*@nError*/ )
cFile := Lower ...
/* and now much faster version */
cBitMap := hb_zebra_getbitmap( hZebra, nAlign, .T./*lBottomUp>*/, @nWidth, @nHeight, nLineWidth, nLineHeight, nX )
pBMP := hb_bmp_frombitmap( cBitMap, nAlign, nWidth, nHeight, nDepth, /*nDPI*/, /*aPalette*/, /*@nError*/ )
cFile := Lower ...
- 22 Ago 2025 16:52
- Fórum: [x]Harbour
- Tópico: Atualizações Harbour 3.2 - 22/02/2025
- Respostas: 2
- Exibições: 4385
Atualizações Harbour 3.2 - 22/02/2025
... hbbmp/hbbmp.hbp
+ contrib/hbbmp/hbbmp.hbx
+ contrib/hbbmp/readme.txt
+ contrib/hbbmp/tests/hbbmptst.prg
+ contrib/hbbmp/tests/hbmk.hbm
+ added new BMP image library for Harbour
; HBBMP is small library for Harbour dedicated to create and modify
BMP images. It has not any 3rd party libs ...
+ contrib/hbbmp/hbbmp.hbx
+ contrib/hbbmp/readme.txt
+ contrib/hbbmp/tests/hbbmptst.prg
+ contrib/hbbmp/tests/hbmk.hbm
+ added new BMP image library for Harbour
; HBBMP is small library for Harbour dedicated to create and modify
BMP images. It has not any 3rd party libs ...
- 22 Ago 2025 07:41
- Fórum: [x]Harbour
- Tópico: Atualizações Harbour 3.2 - 22/02/2025
- Respostas: 2
- Exibições: 4385
Atualizações Harbour 3.2 - 22/02/2025
... 2025-08-22 12:00 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbzebra/coredraw.c
* contrib/hbzebra/hbzebra.hbx
+ added new PRG function:
hb_zebra_getsize( <hZebra>, @<nWidth>, @<nHeight> ) -> <nError>
it calculates size in points of the created barcode and returns 0 on ...
* contrib/hbzebra/coredraw.c
* contrib/hbzebra/hbzebra.hbx
+ added new PRG function:
hb_zebra_getsize( <hZebra>, @<nWidth>, @<nHeight> ) -> <nError>
it calculates size in points of the created barcode and returns 0 on ...