Page 2 of 2

Re: problem with compiling both .bat and ide

Posted: Tue Jul 17, 2018 3:12 pm
by emzampi
thanks Serge but you can send me the changes made

Re: problem with compiling both .bat and ide

Posted: Tue Jul 17, 2018 7:28 pm
by serge_girard
OK, see att.

Serge

Re: problem with compiling both .bat and ide

Posted: Wed Jul 18, 2018 7:26 am
by emzampi
Serge thanks for the interest but at this point the question is it is not possible to compile the programs in the source directory ... there is some problem in the calls of the programs or other.
and because if I compile without -m from errors

Re: problem with compiling both .bat and ide

Posted: Wed Jul 18, 2018 10:12 am
by serge_girard
Hello,

Try to put HBP files + CH files AND compile jobs in the source folder. This should work but some prg gives error:

P:\hmg.3.0.44\SAMPLES\emzampi3\source>call p:\hmg.3.4.4\build.bat bustafm.hbp
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/
Cannot open datmese.prg, assumed external
Cannot open addiz.prg, assumed external
Cannot open aggi.prg, assumed external
Cannot open cfdati.prg, assumed external
Cannot open datbase.prg, assumed external
Cannot open crea.prg, assumed external

Serge

Re: problem with compiling both .bat and ide

Posted: Wed Jul 18, 2018 10:20 am
by serge_girard
Emanuele,

Start with 1 menu.prg + 2 subprograms, then extend !

Serge

Re: problem with compiling both .bat and ide

Posted: Wed Jul 18, 2018 2:55 pm
by andyglezl
Según lo que veo...

En algun lugar de tus .prg estas llamando nombres que no existen.
La mayoria de los nombres terminan en '1', como por ejemplo: datmese1 y
los mensajes de error están diciendo que no puede abrir 'datmese.prg'
-------------------------------------------------------------------------------------------------
According to what I see ...

Somewhere in your .prg you are calling names that do not exist.
Most names end in '1', Such as: datmese1 and
the error messages are saying that you can not open 'datmese.prg'

Re: problem with compiling both .bat and ide

Posted: Wed Jul 18, 2018 3:39 pm
by emzampi
Ciao andyglezl

I renamed datamese.prg (without procedures inside) in datamese1.prg and I entered the datamese procedure (see content datamese1) - but despite the error call the program works. I do not understand why debugging does not work and without the call -d (on the .bat) it works to give the errors you've seen

Re: problem with compiling both .bat and ide

Posted: Tue Jul 24, 2018 8:47 am
by emzampi
Hi serge_girard
if I understand correctly I should create .ch files with programs that does not open (datamese.org, addiz.prg etc ..) and then use include but I have difficulty creating them would you be able to help?