Error with 64 Bit Switch & Resource ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Error with 64 Bit Switch & Resource ?

Post by AUGE_OHR »

hi,

i have try to compile with 64 Bit Switch and got Error in IDE about "WinRes" :o

than i try in in CMD-Box and got
C:\hmg.3.4.4\0\EXCEL>..\..\build DBFEXCEL.HBP
_temp.rc:78: unrecognized escape sequence
_temp.rc:78: unrecognized escape sequence
_temp.rc:78: unrecognized escape sequence
it seem me that _temp.rc use wrong Manifest :?:

Code: Select all

#include "_hmg_resconfig.h"

// MANIFEST FOR CREATE 'XP-STYLE' APPLICATIONS

//1 24 HMGRPATH\Windows64.Manifest
1 24 HMGRPATH\Windows7.Manifest
but where can i change it for 64 Bit :idea:
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Error with 64 Bit Switch & Resource ?

Post by AUGE_OHR »

hi,

i "think" i got the Problem : my *.RC was reduce to 22 Byte :shock:
i have not touch it ... hm
have fun
Jimmy
Post Reply