Page 2 of 3

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

Posted: Mon Oct 26, 2009 3:16 pm
by Roberto Lopez
esgici wrote:Hi Maestro

Please don't take as pedantry, and probably you have read it.

This post interested me :

This way like me better than using redir.

It isn't for you ?

Again, sorry for pedantry :(
Redir has nothing to do with hbmk2 configuration. It only redirects standard output and standard error to a text file. Please, read redir docs.

Regarding the other thing, if you use build.bat, how it calls hbmk2 is not relevant for you.

Moreover the result is exactly the same, but with the advantage that build.bat is self-contained and not needs any external configuration file.

Roberto.

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

Posted: Mon Oct 26, 2009 3:22 pm
by Roberto Lopez
Roberto Lopez wrote:
Regarding the other thing, if you use build.bat, how it calls hbmk2 is not relevant for you.

Moreover the result is exactly the same, but with the advantage that build.bat is self-contained and not needs any external configuration file.

Roberto.
Anyway, you can use hbmk2 directly if you prefer.

Regards,

Roberto.

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

Posted: Mon Oct 26, 2009 3:25 pm
by esgici
Hi Maestro

Thanks to clarifications

Sorry, but including never used nor needed libs into my application is relevant to me, I think.

Best Reagards

--

Esgici

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

Posted: Mon Oct 26, 2009 3:26 pm
by Roberto Lopez
Hi All,

I've uploaded a fixed 3.0 IX IDE: ide_30_test_09b.rar

Regards,

Roberto.

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

Posted: Mon Oct 26, 2009 3:32 pm
by Roberto Lopez
esgici wrote:Hi Maestro

Thanks to clarifications

Sorry, but including never used nor needed libs into my application is relevant to me, I think.

Best Reagards

--

Esgici
Sorry, I don't understand.

What are you talking about?

Regards,

Roberto.

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

Posted: Mon Oct 26, 2009 3:36 pm
by esgici
Hi Maestro

Sorry, please forgot it;

I'm only an end user and sometimes talks nonsense :(

Best regards.

--

Esgici

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

Posted: Mon Oct 26, 2009 3:39 pm
by Roberto Lopez
esgici wrote:Hi Maestro

Thanks to clarifications

Sorry, but including never used nor needed libs into my application is relevant to me, I think.

Esgici
I guess that you misunderstood the Harbour list message that you've posted.

Please, read docs, make tests and analyze the results and if you have a proposal for a better build.bat please post here. I'll consider it.

Regards,

Roberto.

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

Posted: Mon Oct 26, 2009 4:04 pm
by esgici
All right Maestro

Best regards

--

Esgici

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

Posted: Mon Oct 26, 2009 5:29 pm
by Rathinagiri
Hi,

Nobody gets more syntax errors than me! That's for sure. In the previous versions of IDE, errors were listed line by line. Now, all the errors are listed in a single line, which makes debugging hard. :(

Can that be made again to be listed line by line?

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

Posted: Mon Oct 26, 2009 5:36 pm
by Rathinagiri
esgici wrote:Hi Maestro

Thanks to clarifications

Sorry, but including never used nor needed libs into my application is relevant to me, I think.

Best Reagards

--

Esgici
What you are saying is right Esgici.

As Roberto rightly mentioned, the build procedure has to be fine tuned. For this, we need the database of all the functions and related libraries. Whenever there is at least a call for a function from a library, that library shall be added in the build process. Others need not be linked at all. This would definitely save hard disk space. This is the ideal situation. To achieve this, if you ask me what to do, I don't know. May be, Roberto adds another tab in IDE with the default libraries added in the build process and we can untick whatever we don't want to link.

FYI, libxhb.a had been linked in the previous versions default. Now we have to link it manually.