Theme Convert To V19

11/09/2013 16:34 WooTheFck#1
Hello im getting error when i compiled the source .

error:
_Common\ProjectCmn.h(860) : error C2065: 'AREA_NORMAL' : undeclared identifier

Code:
MoverProp()
{
#if __VER >= 19
dwAreaColor = AREA_NORMAL;
#endif


Where can i define the AREA_NORMAL on the resource?

by the way im using the update 3 of adielson to convert my theme to v19.
thanks ASAP.
11/09/2013 19:27 Velmore#2
This is defined in "defineAttribut.h"

Quote:
//dwAreaColor
#define AREA_NORMAL 1 // ÀÏ¹Ý Áö¿ª
#define AREA_CASH 2 // À¯·á ¸Ê Áö¿ª
#define AREA_DUNGEON 3 // ÀÏ¹Ý ´øÀü Áö¿ª
#define AREA_INSTANCE 4 // ÀνºÅϽº ´øÀü Áö¿ª
10/07/2019 02:07 BountyFinder#3
re up this, having the same error though it's already define in defineAttribute.h
any help please?