Skip to content

Compilation Error in current master (send method called with wrong parameter) #11

@Foaly

Description

@Foaly

In the file ofxMPEClient.cpp in line 411 you can read:

send("S" + delimiter + ofToString(id) + delimiter + clientName);

on my machine that leads to the following error:
error: no matching function for call to ‘ofxMPEClient::send(std::basic_string<char>)'
for me writing:

std::string str = std::string("S" + delimiter + ofToString(id) + delimiter + clientName);
send(str);

Since it the error stop compilation, this seems like a bug to me thought.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions