MODHarbour Patcher

Post Reply
User avatar
Iris Gesser
Posts: 32
Joined: Fri Apr 22, 2016 10:19 pm

MODHarbour Patcher

Post by Iris Gesser »

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
Image
Image
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: MODHarbour Patcher

Post by Antonio Linares »

Iris,

thank you
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: MODHarbour Patcher

Post by cnavarro »

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.
Post Reply