Page 3 of 3

Re: Compiling multi-module package with Clipper

Posted: Wed Nov 05, 2014 12:51 pm
by serge_girard
Esgici,

You can try to make ONE big PRG file containing all PRG's. Maybe an option?

Serge

Re: Compiling multi-module package with Clipper

Posted: Wed Nov 05, 2014 1:40 pm
by esgici
serge_girard wrote: You can try to make ONE big PRG file containing all PRG's. Maybe an option?
Definitely yes :arrow:

But I want left as a "not surrender" ;)

Thanks to help and suggestion :)

TIA

Re: Compiling multi-module package with Clipper

Posted: Thu Nov 06, 2014 2:34 am
by esgici
Those who are interested and curious :

Finally, I succeed :D

May be multiple way; the way worked for me is :

.bat file for compile :

Code: Select all

SET PATH=<PathOfClipper\BIN> ; %PATH%
SET LIB=<PathOfClipper\LIB>
SET INCLUDE=<PathOfClipper\INCLUDE>
SET RTLINKCMD=/POSI /VE:2
RMAKE /B <nameOf.RMK file>
IF NOT ERRORLEVEL 1 RTLINK @<nameOfLNKfile>
.RMK file :

Code: Select all

 .prg.obj:
    Clipper $*
prog01.OBJ:  prog01.PRG
prog01.OBJ:  prog02.PRG
prog03.OBJ:  prog03.PRG
...
prog-n.obj: prog-n.prg
.LNK file :

Code: Select all

prog01 prog02 prog03 prog04 +
prog-n
I hope will be useful for somebody.

TIA

Re: Compiling multi-module package with Clipper

Posted: Thu Nov 06, 2014 6:59 am
by Agil Abdullah
Esgici wrote:
Those who are interested and curious :

Finally, I succeed
BRAVO & SALUTE to Mr.Bicahi Esgici....!!!

Rebuilding soft-apps from old system with old tool is very tough challange, coz it has been almost completely forgotten by practicioners ( being write-off, Accountant say) :) .

This Topic could be a very good reference [in case of encountering similiar problem] to many, to whom it may concern.

Cheers & "Salam Hangat" From Jakarta

Re: Compiling multi-module package with Clipper

Posted: Thu Nov 06, 2014 11:39 am
by esgici
Agil Abdullah wrote:
Esgici wrote:
Those who are interested and curious :

Finally, I succeed
BRAVO & SALUTE to Mr.Bicahi Esgici....!!!

Rebuilding soft-apps from old system with old tool is very tough challange, coz it has been almost completely forgotten by practicioners ( being write-off, Accountant say) :) .

This Topic could be a very good reference [in case of encountering similiar problem] to many, to whom it may concern.

Cheers & "Salam Hangat" From Jakarta
Thanks brother :)

By the way, today I learned meaning of "coz" your are using frequently :P

From internet slang dictionary:

B/C : Because
BCOS : Because
CAUSE : Because
COS : Because
CUZ : Because
I hope will be useful for somebody.
;)

Salam Hangat