07-23-2012 12:11 AM
I don't know if it's only me but for some reason this code
bb::data::JsonDataAccess ja; QVariant jsonva = ja.loadFromBuffer(info);
doesn't work no more since I moved to Beta 2. What changed since Beta1 -> Beta2 ?
Thank you
Solved! Go to Solution.
07-23-2012 12:30 AM
Open .pro file and add line:
LIBS += -lbbdata
07-23-2012 08:58 AM
Thank you for your answer soaman. Just for me Information, how could I have know that this needed to be in my pro file? Was there a error message that I should have look at before posting?
07-23-2012 09:07 AM
1. There should have been a link error message about unresolved method or variable. It's worded in a way where it superficially sounds like a compile issue rather than a link issue.
2. Read https://developer.blackberry.com/cascades/document
(The changes and how to port can also be browsed to from https://developer.blackberry.com/cascades/document
Stuart
07-23-2012 09:09 AM