MODHarbour Patcher

Post Reply
User avatar
Iris Gesser
Posts: 38
Joined: Fri Apr 22, 2016 10:19 pm
Been thanked: 1 time

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: 42730
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 95 times
Been thanked: 108 times
Contact:

Re: MODHarbour Patcher

Post by Antonio Linares »

Iris,

thank you
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
cnavarro
Posts: 6608
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Has thanked: 6 times
Been thanked: 8 times

Re: MODHarbour Patcher

Post by cnavarro »

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