Search found 427 matches: pcode

Return to advanced search

Re: come recuperare il codice fivewin da .c file

You can try it using chatgpt: recover the original PRG code from this pcode: HB_FUNC( APRIDBCONPASSWORD ) { static const BYTE pcode[] = { HB_P_FRAME, 0, 2, /* locals, params */ /* 00003 */ HB_P_BASELINE, 138, 0, /* 138 */ HB_P_PUSHLOCALNEAR, 2, /* PASSWORD ...
by Antonio Linares
Mon Feb 12, 2024 9:55 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 458

Re: Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-) we would like to have your feedback about building your FWH + Harbour apps using this flag thank you! Hi Antonio, I'm using -gc3 ...
by toninhofwi
Tue Nov 28, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4343

Probando el flag -gc3 de Harbour

Si usais la opción -gc3 al llamar a harbour.exe genera llamadas en C sin usar pcode, por lo que vuestras aplicaciones iran un poco más rápidas :-)

Nos gustaria tener vuestro feedback acerca de construir vuestras FWH + Harbour apps usando este flag

gracias!
by Antonio Linares
Fri Nov 17, 2023 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando el flag -gc3 de Harbour
Replies: 4
Views: 428

Testing Harbour -gc3 flag

If you use the flag -gc3 when calling harbour.exe it generates C calls without using pcode, thus your apps will be a little faster :-)

we would like to have your feedback about building your FWH + Harbour apps using this flag

thank you!
by Antonio Linares
Fri Nov 17, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4343

Re: Compilar con PellesC en xHarbour

Antonio
pero la version que baje de xharbour es para pellec pero no es la xHB comercial solamente , entonces no funcionaria.

Version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)
PCode Version: 10
Compiler: Pelles ISO C Compiler 8.0 (32-bit)
Platform: Windows 6.2.9200
by ruben Dario
Mon Sep 18, 2023 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con PellesC en xHarbour
Replies: 9
Views: 641

Re: leggere test,hrb

HRB files (Harbour Portable Object) contain pcode and the symbols table, so you can load them and run them, at runtime

You can create them using harbour.exe with the -gh flag
by Antonio Linares
Wed Feb 08, 2023 8:47 am
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 6591

Re: CodeBlock

... 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; /* symbol where the codeblock was created */ PHB_ITEM pLocals; ...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 276

Re: start at the end and go back in an array

... (also missing) that I am not aware of. Dear Otto, AEval(), AScan(), etc. are much faster than using for ... next loops as they don't use pcode for the loops.
by Antonio Linares
Sat May 28, 2022 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 829

Re: Codeblocks y punteros a funciones (Closures?)

... apunta a un lugar, a una dirección, donde hay algo. un bloque de código es una variable que apunta a un código, que contiene una secuencia de pcode. La belleza de Clipper fué el establecer un paralelismo entre un lenguaje a muy bajo nivel (asm y lenguaje C) y otro a alto nivel, equilibrando ...
by Antonio Linares
Thu Dec 16, 2021 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Codeblocks y punteros a funciones (Closures?)
Replies: 6
Views: 626

Request FW WEBSERVICE

... me? Best regards, Otto [ 2] = U nil called from: CHARACTER:__OPPLUS, line: 0 called from: ..\source\exec.prg, INLINEPRG, line: 103 called from: pcode.hrb, MAIN, line: 53 called from: HB_HRBDO, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 70 #define HB_CURLOPT_POST       ...
by Otto
Tue Oct 05, 2021 3:35 pm
 
Forum: mod_harbour
Topic: Request FW WEBSERVICE
Replies: 0
Views: 261

Re: eShop sample and a DBF product file

... 08 HB_VERSION_CHANGELOG_ID e8cc50254a83714ccb22e78db84a492a419aa576 09 HB_VERSION_PCODE_VER 3 10 HB_VERSION_PCODE_VER_STR PCode version: 0.3 11 HB_VERSION_BUILD_DATE_STR May 27 2020 05:53:35 12 HB_VERSION_BUILD_DATE 20200527 13 HB_VERSION_BUILD_TIME 05:53:35 14 HB_VERSION_BUILD_PLAT ...
by Marc Venken
Fri Apr 02, 2021 12:53 pm
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1327

Re: *** Curso de C para programadores Harbour.

Paco, Harbour tiene un flag que hace que en vez de generar pcode, se genere código en C con las llamadas a las funciones a donde salta el pcode. Usando ese flag podemos ver como Harbour hace determinadas cosas desde C. Ahora bien, la velocidad entre uno ...
by Antonio Linares
Thu Apr 01, 2021 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18390

Re: Mod Harbour challenge project

... File exists: No Error: Open error filename: /var/www/html/modharbour_samples/genesis/data/Marc/data/views.dbf called from: pcode.hrb, VIEW, line: 424 called from: pcode.hrb, LOGIN, line: 292 called from: pcode.hrb, CONTROLLER, line: 124 called from: pcode.hrb, MAIN, line: ...
by Marc Venken
Thu Apr 01, 2021 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2111

Error creating index

... from: ../../apache.prg, (b)MAIN, line: 50 called from: ORDCREATE, line: 0 called from: ../../../rddord.prg, DBCREATEINDEX, line: 0 called from: pcode.hrb, MAIN, line: 43 called from: HB_HRBDO, line: 0 called from: ../../apache.prg, EXECUTE, line: 116 called from: ../../apache.prg, MAIN, line: ...
by tiagojbi
Wed Jun 03, 2020 5:24 pm
 
Forum: mod_harbour
Topic: Error creating index
Replies: 1
Views: 2599

BROWSE DE HERNAN

Adquirí en diciembre la versión de FWH 2019
De casualidad alguien tendrá la librería
del browser de Hernán Diego Cesarelli
para la ultima versión de xharbour 1.2.3. Pcode versión 10 bcc7

no la he podido construir

gracias de antemano
by Marco Augusto
Fri May 15, 2020 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BROWSE DE HERNAN
Replies: 4
Views: 799
Next

Return to advanced search