I need to have string data read from a profile box using gtkmm and then passed through a function. I keep getting a "POD cannot be passed through" error. I'm aware this is an issue, but I don't know how to get around it. This is the main excerpt from my code that pertains to the problem:
void mainWindow::on_connect_button_pressed()
{
// here is where you can connect to whatever
// system("./run.sh"); //this runs a local script in the same directory