Address already used! <= what?
Posted: Sun Nov 03, 2013 2:20 am
What does this error message mean? GIMX not working for me anymore.
Checked the code:
Seems like a pre-check, rather than an error in setting the BT address?
Checked the code:
Code: Select all
for(k=0; k<Choice3->GetCount(); ++k)
{
if(Choice3->GetString(k) == Choice1->GetStringSelection())
{
wxMessageBox( _("Address already used!"), _("Error"), wxICON_ERROR);
return -1;
}
}