GetDlgItem : nID=1536 not Found.

05/26/2013 17:46 raventh1984#1
Hi Elitepvers,

I am adding an option to the neuz option menu.

However i run into this error code
GetDlgItem : nID=1536 not Found.

I have it defined in Resdata.h but still every time i press on the option menu it crashes and i got this error log from it


Anyone have an good explination of what to do?
05/26/2013 18:14 trashee09#2
resdata.inc and .h require the same app_name

example

on resdata.h
#define app_optionmenu 1536

on resdata.inc

app_optionmenu "blabla" ""