Resdata.inc make Neuz.exe error.

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 31, 2022
Messages
66
Reaction score
9
I try to copy-paste __GRAPHIC_ANISOTROPY from V19 Ultimate to V18.1 compile with no error but when I add


WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009631
}
{
// ToolTip
IDS_RESDATA_INC_009632
}

to resdata.inc it give me this error



How can I fix it.

I copy WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC from "resdata.inc" of V19 because I try "resdataV19.inc" it not giving error but it not showing button in option window.
 
I try to copy-paste __GRAPHIC_ANISOTROPY from V19 Ultimate to V18.1 compile with no error but when I add


WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0
{
// Title String
IDS_RESDATA_INC_009631
}
{
// ToolTip
IDS_RESDATA_INC_009632
}

to resdata.inc it give me this error



How can I fix it.

I copy WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC from "resdata.inc" of V19 because I try "resdataV19.inc" it not giving error but it not showing button in option window.

Code:
WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0

Code:
WTYPE_BUTTON WIDC_CHECK_ANISOTROPIC "ButtCheck.bmp" 0 8 180 205 196 0x220018 0 0 0 0[B][COLOR="#FF0000"] 0 0 0[/COLOR][/B]

Sometimes I wonder if people will start searching for answers to questions or just in general look @ threads and learn. This APP upgrade/downgrade question has been asked over a million times and it never ceases to amaze me no one bothers to check.

Even just looking @ the controls above and below where you added it would have shown you the answer.

A little bit of effort goes a long way.
 
Upvote 0
Thank you very much! it work now.

I will try to debug and search harder next time but I never success on porting feature from other source before so I'm not sure if it is resdata error or it is my compile problem.
 
Upvote 0
Status
Not open for further replies.
Back