Search found 393 matches: binary

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... To use these DLLs with Apache on Windows: Download and Install: First, download the necessary binaries from their official sources or trusted binary distributions. Configuration: Place the DLL files in an appropriate directory, commonly within the Apache installation directory or a system ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 130

Re: Convert a print to Rtf or doc

... The DOCX format is an XML-based file format for Word documents, used by Microsoft Word, especially since Word 2007. It replaces the older binary DOC format. DOCX files are actually ZIP archives containing multiple files and folders that collectively represent the entire document. One key ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Probando el flag -gc3 de Harbour

... C++ compiler), bcc32x (Clang-enhanced C++ compiler for 32-bit Windows), and bcc64 (Clang-enhanced C++ compiler for 64-bit Windows). The bcc32c binary is not supported. Salu2
by paquitohm
Mon Nov 20, 2023 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando el flag -gc3 de Harbour
Replies: 4
Views: 424

creación oath_signature en oath 1.0

... 2- I run openssl.exe openssl dgst -hmac "CONSUMER_SECRET&$ACCESS_TOKEN_SECRET" -binary -sha256 < param.txt 3 - i convert de binary result to base64, and the result is not valid ! Is there a way to generate the valid signature ...
by jlborlando
Sat Oct 21, 2023 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creación oath_signature en oath 1.0
Replies: 2
Views: 285

Re: Xlsxlibhb_ver2

Hola buenos dias, He intentado compilar la librería con Mingw , pero me arroja este error stdint.h:88:32: error: missing binary operator before token "4294967295" #define UINT8_MAX ((uint8_t) 255)#define UINT16_MAX ((uint16_t) 65535)#define ...
by audisys
Tue Oct 10, 2023 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 7
Views: 683

Re: XML, CON ARCHIVO ADJUNTO PDF

... ------=_Part_214_1180907984.1695820569260 Content-Type: application/octet-stream Content-Transfer-Encoding: binary Content-ID: <return=a6a6877f-9091-400a-9ea7-e096b9307ca7@http://cl/zofri/sve/prd/wsn> %PDF-1.4 %âãÏÓ 5 0 obj <</Type/XObject/ColorSpace[/Indexed/DeviceRGB ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2285

Re: HAPPY PROGRAMMER'S DAY

Image
by Silvio.Falconi
Fri Sep 15, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HAPPY PROGRAMMER'S DAY
Replies: 7
Views: 499

Re: Connection to XPlane Flight Simulator

... in xplane, as said here: https://github.com/nasa/XPlaneConnect/wiki/XPC-Developer-Information#plugin-information download the lastest binary of the plugin here: https://github.com/nasa/XPlaneConnect/releases I modified the C code to adapt it to harbour and I made a class to ...
by alvaro533
Wed Jun 07, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 995

Re: Campo autoincremental en DBF

... ADS_INTEGER; ADS_LONGLONG ShortInt HB_FT_INTEGER,2 ADS_SHORTINT Longlong HB_FT_INTEGER,8 ADS_LONGLONG P; Image HB_FT_IMAGE,9 or 10 ADS_IMAGE W; Binary HB_FT_BLOB,4 or 9 or 10 ADS_BINARY Y; Money HB_FT_CURRENCY,8,4 ADS_MONEY Z; CurDouble,,d HB_FT_CURDOUBLE,8,d ADS_CURDOUBLE T,4; Time HB_FT_TIME,4 ...
by carlos vargas
Tue Nov 01, 2022 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 771

Re: Resource Bitmap for Fivewin

... reads the file and stores the contents as a string, When FWH reads the resource, what all it gets is a string, which can be a pure text or binary data. FWH ReadImage function checks if the data is a binary data and then if it is an image type and then what image type it is (bmp,ico,cur,jpeg,png,tiff,etc) ...
by nageswaragunupudi
Sun Oct 30, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Bitmap for Fivewin
Replies: 7
Views: 435

Re: Bug in Harbour Descend()

From Harbour-users group DESCEND() function is designed to operate on binary (BYTE) sorting and gives reverted collation order only for codepages which use such collation. Because DESCEND() converts numbers to characters which have special order in CP you are ...
by cnavarro
Tue Oct 18, 2022 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1688

Re: bOr / nOr : how to "add" Constante under FiveWin

For flags we better use OR not + OR vs + 1 OR 2 = 3 1 + 2 = 3 // OK 1 OR 1 = 1 1 + 1 = 2 // NOT OK 3 OR 6 = 7 ( binary 011 OR 110 = 111 ) 3 + 6 = 9 // NOT OK Ways to use "OR" ( a | b | c ...) // clang nOr( a, b, ... ) // FWH function NUMOR( a, b, .. ) // CT function HB_BITOR( ...
by nageswaragunupudi
Mon Oct 17, 2022 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bOr / nOr : how to "add" Constante under FiveWin
Replies: 8
Views: 405

Re: Consulta Tecnica.

VitalJavier wrote:Antonio, que tal
Yo lo tengo en tablas ADT (Advantage)
Con un campo Binary
y la tabla no ha crecido demasiado.

Saludos.


Hola Javier

Muchas gracias por tu informacion, pero en mi caso, el cliente usa DBF y sin no tiene ADT.

Muchos Saludos
Antonio
by remtec
Tue Aug 23, 2022 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2320

Re: Consulta Tecnica.

Antonio, que tal
Yo lo tengo en tablas ADT (Advantage)
Con un campo Binary
y la tabla no ha crecido demasiado.

Saludos.
by VitalJavier
Mon Aug 22, 2022 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2320

Re: hb_strToUTF8 en xHarbour con BUG

... lister (F3) of TotalComander The integrated file lister allows to view files of almost any size (now up to 2^63 bytes) in text, Unicode, HTML, binary or hex format, bitmap graphics (bmp, jpg, gif, png), multimedia files, and now also RTF files. It keeps only a small part of the file in memory ...
by Otto
Tue Aug 09, 2022 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_strToUTF8 en xHarbour con BUG
Replies: 10
Views: 691
Next

Return to advanced search