Page 1 of 1

HMG 3.3.0 trouble with 64 bit compilation

Posted: Tue May 27, 2014 9:54 pm
by meneale
I'm having the following troubles with HMG 3.3.0 compilation in 64 bit
  • during compilation, the Build64.bat or the IDE returns: windres preprocessing failed
  • this means that the windres not found hmg64.rc
  • even duplicating the hmg.rc to hmg64.rc, HMG build it, but in 32 bit according Windows Task Manager :oops:
    Image
What should I do? thanks.

Re: HMG 3.3.0 trouble with 64 bit compilation

Posted: Tue May 27, 2014 11:01 pm
by srvet_claudio
The HMG.3.3.0 version is not complete (missing 64-bits libraries).
Missing a patch that Rathi will prepare with the following folders needed to build 64-bit app:
- Harbour-64
- MinGW-64
- Lib-64

Re: HMG 3.3.0 trouble with 64 bit compilation

Posted: Tue May 27, 2014 11:12 pm
by srvet_claudio
srvet_claudio wrote:The HMG.3.3.0 version is not complete (missing 64-bits libraries).
Missing a patch that Rathi will prepare with the following folders needed to build 64-bit app:
- Harbour-64
- MinGW-64
- Lib-64
I forgot, to create 64-bit applications should be compiled with build64.bat or with the IDE you select option "build" in main menu.

Re: HMG 3.3.0 trouble with 64 bit compilation

Posted: Tue May 27, 2014 11:51 pm
by meneale
Thank for the info
I compiled with build64.bat, or in IDE chosing Build->64-bits. Also compiled Libs with _BuildAllLib64.bat