Why do i get a error? i dont know RECT really.
VB Code:
  1. RECT lbl;
  2.  
  3. lbl.left = 20;
  4. lbl.top = 100;
  5. lbl.right = 200;
  6. lbl.bottom = 30;
  7.  
  8. ::DrawText(NULL,"Jason",-1,lbl,DT_CENTER);
  9.  
  10. E:\Program Files\Microsoft Visual Studio\MyProjects\class2 test\main.cpp(48) : error C2664: 'DrawTextA' : cannot convert parameter 4 from 'struct tagRECT' to 'struct tagRECT *'