Page 5 of 5

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Fri Oct 23, 2009 9:56 pm
by esgici
Roberto Lopez wrote: <...>
Any opinions???
<...>
Hi Maestro

Although using <> for #includes is not correct, IMHO there is no bug to report. ;).

IMHO C programmers are strictly conservative, even fanatic about their habits ;).

With best regards.

--

Esgici

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Fri Oct 23, 2009 10:23 pm
by Roberto Lopez
esgici wrote:
Roberto Lopez wrote: <...>
Any opinions???
<...>
Hi Maestro

Although using <> for #includes is not correct, IMHO there is no bug to report. ;).

IMHO C programmers are strictly conservative, even fanatic about their habits ;).

With best regards.

--

Esgici
But, using <> works for all other purposes and produces no error, so, it is possible that the same 'bug report' about incremental builds be reported many times in the future...

Regards,

Roberto.

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Fri Oct 23, 2009 10:30 pm
by esgici
As you please ...

Definitely, your opinion is always the best :)

Best regards

--

Esgici

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Fri Oct 23, 2009 10:53 pm
by Roberto Lopez
esgici wrote:As you please ...

Definitely, your opinion is always the best :)

Best regards

--

Esgici
I've suspected that ;)

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Fri Oct 23, 2009 11:00 pm
by esgici
Please be sure.

I never suspected about correctness of your decisions, always trusted.

Best regards

--

Esgici

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Sat Oct 24, 2009 12:49 pm
by gfilatov
Roberto Lopez wrote:...

Had you tested the "" vs, <> thing?

I'm interested to know if the problem arises with BCC builds too.
Hi Roberto,

Confirmed. :arrow:
There is a similar problem with BCC builds too. :o
The HBMK utility have not an incremental feature with string
#include <minigui.ch>
in the PRG source...

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Sat Oct 24, 2009 1:02 pm
by Roberto Lopez
gfilatov wrote:
Roberto Lopez wrote:...

Had you tested the "" vs, <> thing?

I'm interested to know if the problem arises with BCC builds too.
Hi Roberto,

Confirmed. :arrow:
There is a similar problem with BCC builds too. :o
The HBMK utility have not an incremental feature with string
#include <minigui.ch>
in the PRG source...
I've rebuilt HBMK2.exe and Harbour.exe from yesterday's SVN and it is working fine with <> too.

Please, note that -head=real has been changed to -head=native.

Regards,

Roberto.

Re: HMG 3.0.0 + IDE + HFCL (Forum Test VIII)

Posted: Sat Oct 24, 2009 1:09 pm
by gfilatov
Roberto Lopez wrote: I've rebuilt HBMK2.exe and Harbour.exe from yesterday's SVN and it is working fine with <> too.

Please, note that -head=real has been changed to -head=native.
Roberto,

Ok.
Thanks for information, Master :idea: