Page 4 of 5

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 5:37 pm
by esgici
srvet_claudio wrote: Obvious !!! :oops: :oops: :oops:
The idea may be, but the result no :cry:

Thanks to confirm Dr.

Regards

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 6:05 pm
by srvet_claudio
I re-built the HFCL library and run demo8 with no problem.
esgici wrote:
srvet_claudio wrote: Obvious !!! :oops: :oops: :oops:
The idea may be, but the result no :cry:

Thanks to confirm Dr.

Regards
I think I understand what you mean.
Yesterday I defined black color (# define BLACK {0,0,0}) in BosTaurus.prg and I re-built the HFCL library but not work demo8. :?:

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 6:12 pm
by esgici
srvet_claudio wrote:I re-built the HFCL library and run demo8 with no problem.
So you can teach us about that re-build process, please ;)

Regards

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 6:33 pm
by srvet_claudio
esgici wrote:So you can teach us about that re-build process, please
The strange thing is I did nothing different to yesterday in rebuild.
This behavior is not logical. :o
Test delete the file hfcl.a and rebuild it.
Regards,
Claudio

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 6:41 pm
by esgici
srvet_claudio wrote: The strange thing is I did nothing different to yesterday in rebuild.
This behavior is not logical. :o
Test delete the file hfcl.a and rebuild it.
Thanks Dr.

Apparently only our diamond can solve this puzzle;

let's wait ...

Regards

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 7:47 pm
by srvet_claudio
Hi Esgici.
Problem solved:

In BosTautus.prg
1) # include "hmh.ch"
2) delete the RGB function (lines 61 and 62) ---> conflict with RGB macro of the HMG <-- this is the bug
3) rebuild HFCL

Best regards,
Claudio.

PD:
Suggestions for future versions of HMG:
in the end of buildlib.bat file add the sentence PAUSE to see compiler errors.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 8:05 pm
by srvet_claudio
Hi Esgici.
I forgot to mention that today before compiling the source file, I deleted the directive #define BLACK that I added and RGB function. :cry:
Sorry for the inconvenience.
Best regards,
Claudio.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 8:14 pm
by esgici
Hi Claudio

Sorry, but here there is other problems:

again there is too many "undefined reference" s :(

decreased hfcl.hbp to only a single line ( autofill.prg ) and problem continues :(

so, my problem not related to BosTaurus.prg

What is your HMGPATH ?

here is c:\hmg

Regards

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 8:31 pm
by srvet_claudio
esgici wrote:What is your HMGPATH ?

here is c:\hmg
This is the content of my file buildlib.bat (C:\hmg.3.0.45\hfcl\Source\buildlib.bat)

Code: Select all

SET HMGPATH=c:\hmg.3.0.45

SET PATH=%HMGPATH%\harbour\bin;%HMGPATH%\mingw\bin;%PATH%

hbmk2 hfcl.hbp -i%hmgpath%\include

pause
This buildlib.bat file work OK.

Best regards,
Claudio.

Re: HMG 3.0.45

Posted: Sat Nov 03, 2012 8:35 pm
by esgici
Thanks

I'll try re-install 3.0.45

Regards