Error rebuilding the Debugger

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
Red2
Posts: 273
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Error rebuilding the Debugger

Post by Red2 »

Hello All,

I want to rebuild the ANSI Debugger using HMG's .BAT file:
BuildDebugger.PNG
BuildDebugger.PNG (3.83 KiB) Viewed 736 times
Unfortunately, it generates the following error for me:
Build Library: ANSI
ERROR: file (INCLUDE\_ANSI.ch) not exist or failed copy
Press any key to continue . . .


However, ...INCLUDE\_ANSI.ch exists on my drive:
ANSI.ch.PNG
ANSI.ch.PNG (3.95 KiB) Viewed 736 times
I am out of ideas. I would greatly appreciate any help.
Thank you!
User avatar
AUGE_OHR
Posts: 2065
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Error rebuilding the Debugger

Post by AUGE_OHR »

hi Red,

i don´t know where your Error come from.
does it work when switch to Unicode :?:

in _ANSI.CH there is "nothing" so you do not need it when build ANSI App
have fun
Jimmy
Red2
Posts: 273
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Re: Error rebuilding the Debugger

Post by Red2 »

Thank you Jimmy,

Unfortunately Unicode gives me a similar error message:

Build Library: UNICODE
ERROR: file (INCLUDE\_UNICODE.ch) not exist or failed copy
Press any key to continue . . .


I recall that sometime back you make a simple but useful change to the debugger.
Do you now recall how you compiled it?

Thanks, I really appreciate your kind help!
User avatar
AUGE_OHR
Posts: 2065
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Error rebuilding the Debugger

Post by AUGE_OHR »

hi Red,
Red2 wrote: Sat Jan 20, 2024 6:52 am I recall that sometime back you make a simple but useful change to the debugger.
Do you now recall how you compiled it?
Debugger was build using BuildLib32.bat / BuildLib64.bat which call hmg32.hbp / hmg64.hbp
have fun
Jimmy
Post Reply