Topic: buld latest module

void IrrGUI_IGUISkin_draw3DButtonPanePressed(IGUISkin* skin,IGUIElement* element, 
                const rect<s32>* rect,
                const rect<s32>* clip=0)
    {
        if (skin)
            skin->draw3DButtonPanePressed(element,*rect,clip);
    }

Re: buld latest module

interesting im not getting this issue.  are you by chance including this file somewhere else and building or building the mod straight up?  what something like this usually indicates is a namespace issue since its not finding the rect type.  i use all the namespaces up front (in irrlicht.cpp) to avoid having to prefix everything.  please let me know if the issue persists with this next release.