Adoncca
Adoncca
Hello, I've been following the software for a while, I'm going to start adding that configuration to the code due to OpenMAX has already everything for you to use it...
I'm having the same issue, did you manage to discover a solution or at least the reason? Thank you.
In the method: ``` vmime::shared_ptr create( vmime::shared_ptr & serv, const int connectionId ) { return vmime::make_shared (stream, serv->getProtocolName(), connectionId); } ``` You need to change: ``` vmime::shared_ptr & serv, ```...