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.






