27-02-2009, 07:27 AM
deathknight Wrote:Code:Call DD_ItemSurf.BltToDC(frmMirage.picVisInv.hdc, rec, rec_pos)
With
Code:Call DDS_Item.BltToDC(frmMirage.picVisInv.hdc, rec, rec_pos)
I'm trying to work this out, everything is perfect and correct but the compiler is being an ass hole and showing me "Invalid Qualifier" for the "DDS_Item".
Any ideas?