@mativa wrote:
Hi. I am using Poco::DateTime and Poco::Timespan in Openframeworks for osx as well as ios with no problems by adding
#include “Poco/DateTime.h”
#include “Poco/Timespan.h”
using Poco::DateTime;
using Poco::Timespan;to the concerning header file.
However, when using the exactly same code in of for Android, I get the following error:
when using android studio in osx: error:undefined reference to ‘Poco::Timespan::~Timespan()’
when using android studio in windows: fatal errror:'Poco/DOM/Document.h not found
OF version: 0_10_1.
Does anybody have an Idea what’s the problem here?
Posts: 1
Participants: 1