error: no matching function to call
Posted: Sun Jan 25, 2015 6:32 am
newbie here, how to solve this ? i followed exactly the youtube video
error: no matching function to call my_wxclientdc::DrawRotatedText
im Using codeblock +wxSmith to build
RotatedText tmp_dlg(this);
int dlg=tmp_dlg.ShowModal();
if(dlg==wxID_OK)
{
my_wxclientdc->DrawRotatedText(tmp_dlg.Text)->GetValue().tmp_dlg.X->GetValue(),tmp_dlg.Y->GetValue(),tmp_dlg.Angle->GetValue();
}
}
regard
Mavis
error: no matching function to call my_wxclientdc::DrawRotatedText
im Using codeblock +wxSmith to build
RotatedText tmp_dlg(this);
int dlg=tmp_dlg.ShowModal();
if(dlg==wxID_OK)
{
my_wxclientdc->DrawRotatedText(tmp_dlg.Text)->GetValue().tmp_dlg.X->GetValue(),tmp_dlg.Y->GetValue(),tmp_dlg.Angle->GetValue();
}
}
regard
Mavis