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