Hi Elitepvpers,
I am wondering about something.
thats the problem of Undeclared Indentifier. Now the problem is i have declared it in Defineitem.h But for some reason if i am rebuilding it it gives me the error.
This happens also when adding other things that i have defined in DefineItem.h
It looks like if the source is not looking in the Resource folder. But the other items that are already build in the source Ex. II_GEN_MAT_DIAMOND
Is working fine.
I always end up with define the item in the source
Ex.
I dont think its neccesary to do it like this. But i dont see any other way.
Any help would be appriciated.
Source = Blessed.
I am wondering about something.
thats the problem of Undeclared Indentifier. Now the problem is i have declared it in Defineitem.h But for some reason if i am rebuilding it it gives me the error.
This happens also when adding other things that i have defined in DefineItem.h
It looks like if the source is not looking in the Resource folder. But the other items that are already build in the source Ex. II_GEN_MAT_DIAMOND
Is working fine.
I always end up with define the item in the source
Ex.
Code:
if(g_WndMng.GetWndBase( APP_SMELT_JEWEL ))
{
#define II_GEN_MAT_CHIP_AMETHYST 50000
if( pProp->dwID == II_GEN_MAT_DIAMOND ||
pProp->dwID == II_GEN_MAT_EMERALD ||
pProp->dwID == II_GEN_MAT_SAPPHIRE ||
pProp->dwID == II_GEN_MAT_RUBY ||
pProp->dwID == II_GEN_MAT_TOPAZ ||
pProp->dwID == II_GEN_MAT_CHIP_AMETHYST)
Any help would be appriciated.
Source = Blessed.