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
MODHarbour Patcher
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: MODHarbour Patcher
Thanks Iris
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.