Search found 153 matches: preprocessor

Return to advanced search

Re: How to include hbCurl?

... prompt Exe. On this occasion, I started creating the setup program with webview2 and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. Now, this is a very functional way to simplify the programs. Through modularization, one can have ChatGPT further develop ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2905

Re: TCWeb - filemanager with mod harbour

... - Bootstrap and jQuery *** Everything else will only cause problems in the future. __________________________________________________ With the preprocessor and patcher (HARBOURINO), I of course have a good framework. Here, without knowing ChatGPT, I was lucky. It is optimal for collaboration ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 569

Re: hash for storing variables

Enrico, I use a patcher and preprocessor for my programming. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42693&p=260562&hilit=hash&sid=fef71b12cde0ab87a1d9048f22a2ff63#p260562 Best regards, Otto ADVANTAGES OF ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 522

Re: Help splitting up a character address string

... + 5) // Return as an array, or handle as needed RETURN {cStreet, cCity, cState, cZip} /browse ChatGPT Error analyzing Harbourino appears to be a preprocessor tool used in conjunction with mod_harbour and Fivewin, which are both related to the Harbour programming language. Harbour is an open-source ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 586

Re: RWD WebApp use mod_harbour

Hello WenSheng,
I do too, and that's precisely the concept of the preprocessor.
It combines the modules into one file. I

have the best of both worlds.

After patching, I have your code exactly as it was. 1:1. :)

Best regards,
Otto
by Otto
Thu Jul 20, 2023 3:03 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 748

Re: RWD WebApp use mod_harbour

Otto wrote:Hello WenSheng,
Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions.
I think you can understand from this simple function how it works.



May I ask why you did this?
by ssbbs
Thu Jul 20, 2023 11:21 am
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 748

Re: RWD WebApp use mod_harbour

Hello WenSheng, Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions. I think you can understand from this simple function how it works. But I can gladly further convert the program into HARBOURINO ...
by Otto
Thu Jul 20, 2023 6:54 am
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 748

Re: hbmk2 problem

Dear Tim, I just coded this little PRG and hbmk2 properly builds it so I tend to think that there is a preprocessor issue. Please compile it using -p to generate a PPO file and please check if such line gets modified, maybe a define is changing the code, many thanks: This ...
by Antonio Linares
Mon Jul 10, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 756

Re: Amending preprocessor directive for TFolderEx

El problema es que en la salida siempre añadimos { ... }

Habria que modificar la clase para que detecte si hay un subarray
by Antonio Linares
Fri Dec 16, 2022 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 390

Re: Amending preprocessor directive for TFolderEx

Hola Antonio, Viendo el comando no creo que funcione. El compañero, en realidad, plantea poder usar algo como:   REDEFINE FOLDEREX ::oFolder ID 110 OF ::oDlg   ;      PROMPTS aPrompts ;      DIALOGS  aDialogs   En su día lo comenté contigo en este fo...
by hmpaquito
Fri Dec 16, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 390

Re: Amending preprocessor directive for TFolderEx

Dear Hua, Please try this: #xcommand REDEFINE FOLDEREX [<oFolder>];             [ ID <nId> ] ;             [ <of: OF, WINDOW, DIALOG> <oWnd> ] ;          &nb...
by Antonio Linares
Fri Dec 16, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 390

Amending preprocessor directive for TFolderEx

I am trying to build a dynamic TFolderEx so when it is REDEFINE, the value for aPrompts and aDialogs will come from file. What do I need to change at its pre-processor directive so instead of coding    REDEFINE FOLDEREX ::oFolder ID 110 OF ::oDlg   ;      PROMPTS "tab1", "tab2" ;...
by hua
Fri Dec 16, 2022 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 390

Re: Great news regarding mod_harbour CGI !!!

... makes the source code much clearer. It is similar to the Inklude files. But here I have a patcher that publishes the prg file. Also included is a preprocessor. Here we have for example |tipo| as placeholder. You can make as many placeholders as you want. Write me if you are interested. Best regards, ...
by Otto
Wed Nov 23, 2022 4:58 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 7849

Re: Great news regarding mod_harbour CGI !!!

...       <br> But JPG is not working. Best regards, Otto PS: If you have some time, I will show you my patcher and preprocessor.
by Otto
Wed Nov 23, 2022 4:44 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 7849
Next

Return to advanced search