Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Using mm-render in cascades #92

Open
PAUL24 opened this issue Feb 19, 2013 · 2 comments
Open

Using mm-render in cascades #92

PAUL24 opened this issue Feb 19, 2013 · 2 comments

Comments

@PAUL24
Copy link

PAUL24 commented Feb 19, 2013

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!

@surashid
Copy link
Contributor

Hello @PAUL24 ,

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.

You can figure out all the required libraries from the existing native sample app for using mm-renderer (on github): https://github.com/blackberry/NDK-Samples/tree/master/VideoPlayback

Cheers,
Rashid

@PAUL24
Copy link
Author

PAUL24 commented Feb 20, 2013

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants