error: invalid conversion from 'const char*' to 'int'

Or, more simply:

  if (ok_dialog("Start"))
     {
     // good to go
     }

Although judging by the description you posted, the return value doesn't mean anything. So it could just be:

  ok_dialog("Start");