1 Attachment(s)
tryin to compile a v17 source
k i been at this thing all morning an had to change alot of stuff out of files an atm i'm down to afew errors that i can't figure out i downloaded afew other sources an they all have these in them but i don't know where to find them in the resource if they are there or how to change them to what they need to be...
heres they error message...
Attachment 116430
an heres thy scripts that i got em out of ...
CPoint pt;
LPWNDCTRL lpWndCtrl;
CPoint pt2 = m_rectClient.TopLeft() - m_rectWindow.TopLeft();
lpWndCtrl = GetWndCtrl( WIDC_COMMER_BANNER1 );
pt = lpWndCtrl->rect.TopLeft() + pt2;
if( m_atexPannel )
PaintTexture( pDest, m_atexPannel, pt, size );
------------------------------------------------------------------------
void CWndSelectServer::AfterSkinTexture( LPWORD pDest, CSize size, D3DFORMAT d3dFormat )
{
CPoint pt;
LPWNDCTRL lpWndCtrl;
CPoint pt2 = m_rectClient.TopLeft() - m_rectWindow.TopLeft();
lpWndCtrl = GetWndCtrl( WIDC_COMMER_BANNER2 );
pt = lpWndCtrl->rect.TopLeft() + pt2;
if( m_atexPannel )
PaintTexture( pDest, m_atexPannel, pt, size );
}
could someone help with this problem plz