HMG 3.0.45

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post by esgici »

srvet_claudio wrote: Obvious !!! :oops: :oops: :oops:
The idea may be, but the result no :cry:

Thanks to confirm Dr.

Regards
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post 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. :?:
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post 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
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post 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
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post 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
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post 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
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post by esgici »

Thanks

I'll try re-install 3.0.45

Regards
Viva INTERNATIONAL HMG :D
Post Reply