Search found 667 matches: core

Return to advanced search

Re: mod_harbour + ADS on linux server

As a reminder for the future, here are the instructions to build it: 1. git clone https://github.com/harbour/core harbour 2. Install these packages: sudo apt install libssl-dev sudo apt install libcurl4-openssl-dev 3. before building Harbour use this export from the terminal: ...
by Antonio Linares
Thu Dec 01, 2022 10:17 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31223

Re: CodeBlock

Dear Ari, In harbour/include/hbapi.h you find this: https://github.com/harbour/core/blob/master/include/hbapi.h typedef struct _HB_CODEBLOCK { const HB_BYTE * pCode; /* codeblock pcode */ PHB_SYMB pSymbols; /* codeblocks symbols */ PHB_SYMB pDefSymb; /* ...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 276

Re: Pregunta sobre FW_OpenAdoConnection

... XBROWSE( 101 ) Called from: D:\XBASE-PROYECTOS\RENDIMIENTO-SERVICIOS\SOURCE\conexion-ado.prg => MAIN( 8 ) System ====== CPU type: Intel(R) Core(TM) i5-6400T CPU @ 2.20GHz 2208 Mhz Hardware memory: 12063 megs Free System resources: 90 % GDI resources: 90 % User resources: 90 % Windows total ...
by jose_murugosa
Thu Oct 06, 2022 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre FW_OpenAdoConnection
Replies: 10
Views: 1253

Re: Duda de cuando usar TActiveX, TOleAuto y CreateObject

Estimado Angel, En https://github.com/harbour/core/blob/master/contrib/xhb/xhbole.prg encuentras: FUNCTION CreateObject( xOle, cLicense )   RETURN TOleAuto():New( xOle,, cLicense ) luego esas dos funciones son equivalentes. ...
by Antonio Linares
Tue Sep 27, 2022 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda de cuando usar TActiveX, TOleAuto y CreateObject
Replies: 4
Views: 576

Re: Extracting the lines from a text

hi, However hb_atokens() only accepts a single character for the delimiter. So can't pass CRLF to it https://github.com/Petewg/harbour-core/wiki/hb_A#hb_atokenscstring-cdelimiterleol-lskipstrings-ldoublequoteonly--atokens hb_ATokens(<cString>, [<cDelimiter>|lEOL], [<lSkipStrings>], ...
by Jimmy
Mon Sep 26, 2022 3:50 am
 
Forum: Utilities / Utilidades
Topic: Extracting the lines from a text
Replies: 4
Views: 765

Re: User rights on a Vista OS

Hello, Harbour have WAPI_ISUSERANADMIN() funcion in hbwin. Be careful, this API-Function dos only work till Windows Vista, it does not work anymore with Windows 7 and above. From the Msdn docs: Requirements Minimum supported client Windows XP Minimum supported server Windows Server 2003 End of clie...
by VictorCasajuana
Mon Sep 12, 2022 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: User rights on a Vista OS
Replies: 17
Views: 3125

Re: hb_base64 link

Enrico Maria Giordano wrote:A question: why do we have to link xhb.lib with Harbour? What is it for?

Code: Select all  Expand view
echo %HDIRLIB%\xhb.lib >> msvc.tmp

Dear Enrico,

That library implements some xHarbour functions

https://github.com/harbour/core/tree/master/contrib/xhb
by Antonio Linares
Fri Sep 09, 2022 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3485

Re: Migranting xHarbour for Harbour

Simples, https://github.com/harbour/core/blob/master/contrib/gtwvg/crt.prg https://vivaclipper.wordpress.com/2014/02/12/harbour-check-functions/ //----------------------------------------------------------------------------//#pragma ...
by karinha
Thu Aug 25, 2022 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 959

Mr. Rao - Error using BIT type with TRecSet Class - Ado

... => TRECSET:FIELDPUT( 596 ) Called from: .\source\classes\TRECSET.PRG => TRECSET:_MARRIED( 1286 ) Called from: source\Core\Ventas\test.prg => (b)TEST( 51 ) Please advise and thanks in advance
by Compuin
Sun Aug 21, 2022 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao - Error using BIT type with TRecSet Class - Ado
Replies: 3
Views: 377

Re: "Text" Date/Time to "Number" ?

hi,
cnavarro wrote:https://github.com/Petewg/harbour-core/wiki/Date-Time

thx for Answer.

which hb_* Function is to use to convert "Oct 06, 2005" into Type "D" :?:
which DATE Format is need :?:
i do have
Code: Select all  Expand view
  SET DATE ANSI
   SET CENTURY ON
by Jimmy
Sun Aug 14, 2022 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 497

Re: Windows Service - finding path

hi,

what about
hb_DirBase() ➜ cDirName
returns the application's executable base directory (program statrtup directory).

https://github.com/Petewg/harbour-core/wiki/hb_D
by Jimmy
Sat Jul 23, 2022 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 528

Re: error ficheo mark de borland

... bcc7 es: C:\bcc7\bin>bcc32 Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. Try 'bcc32 -h' for a list of core options, or 'bcc32 -h <OPT>' for help on a specific option (e.g. '-h -A'), or 'bcc32 -h -' to see all options. version de xharbour es: C:\xharbour_bcc70_2016\bin>harbour ...
by Adolfredo Martinez
Sun Jul 17, 2022 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ficheo mark de borland
Replies: 4
Views: 533
PreviousNext

Return to advanced search