You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Hi,
I was trying to use mm-renderer library in cascades! But while using it , the project is not creating any binary! Also there is no code line error! Please help me!
The text was updated successfully, but these errors were encountered:
Are you including the required libraries in the .pro file for your project (for example: mmrndclient)? You can modify the .pro file manually or add the libraries to your Cascades project via the IDE's GUI steps.
Hi surashid,
I appreciate your help! I have included all library as, LIBS+= -bps -screen -mmrndclient -strm
also tried, LIBS += lbbmmrndclient in property file! But the result is same!
There is no error while adding these codes,
mmr_connection_t connection;
mmr_context_t *context;
const char context_name = "AnyNameYouWant";
int output = 0;
int input = 0;
But after including this,
connection = mmr_connect(NULL);
Its not creating the binaries!
Please help me to solve this!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I was trying to use mm-renderer library in cascades! But while using it , the project is not creating any binary! Also there is no code line error! Please help me!
The text was updated successfully, but these errors were encountered: