Search found 155 matches: preprocessor

Return to advanced search

Re: combobox color

Hello,
In my case, I use the HARBOURINO preprocessor and patcher, so the source code for the combobox would look like this.

And here are the files that Harbourino needs:
Best regards,
Otto
Image
by Otto
Sun Apr 28, 2024 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 602

Re: Exercism and Harbour

... that are missing in those examples, like codeblocks, arrays, hashes, classes, extend system use to enhance it using C, user defined commands, preprocessor use, etc. to mention some of them. I encourage you to enhance it and make it a real usefull Harbour coding learning start point! This AI ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 207

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: 3016

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: 5
Views: 702

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: 533

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: 634

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: 762

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: 762

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: 762

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: 812

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: 405

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: 405

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: 405

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: 405
Next

Return to advanced search