FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MODHarbour Patcher
Posts: 38
Joined: Fri Apr 22, 2016 10:19 PM
MODHarbour Patcher
Posted: Fri Sep 27, 2019 10:05 AM
MODHarbour Patcher

The MODHarbour Patcher runs as an *.exe on the server in c:\xampp\htdocs\

It allows you to split code into several pieces/prgs to take out complexity.
This is especially for beginners and newbies really usefull and helps to overcome sticking points at the entry.

MyModTest
MyModTest is a sample, that shows, how the MODHarbour Patcher works.
I copied the code from samples/designer.prg to illustrate the functionality.


MyModTest_Main.prg
You work with the main file e.g. MyModTest_Main.prg and remove anything you wish to in files in the SOURCE folder to take out complexity.
With „->“ and filename you make the connection.



head.prg
toolbox.prg
inspector.prg
are found in your source-folder


Publish
For publishing you just have to drag&drop your *_main.prg (here MyModTest_Main.prg) in the MODHarbour Patcher Windows.
It puts the code together again and in your release-folder you will find the file to publish  MyModTest.prg

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: MODHarbour Patcher
Posted: Sun Sep 29, 2019 08:30 AM

Iris,

thank you

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: MODHarbour Patcher
Posted: Sun Sep 29, 2019 10:33 AM

Thanks Iris

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion