blackberry / Cascades-Community-Samples

Samples authored by the Community showing how to use Cascades.
166 stars 280 forks source link

Can not compile due to no such file of ForeignWindow #77

Open javayoung opened 11 years ago

javayoung commented 11 years ago

There is a compile error in fatal error: bb/cascades/ForeignWindow: No such file or directory app.cpp /VideoPlayerSample/src line 28 C/C++ Problem

Is there any solution?

seanmcveigh commented 11 years ago

Looks like that particular sample is just waaay out of date (5-6 months old). ForeignWindow was deprecated in favour of ForeignWindowControl back in the 10.0.6 timeframe I believe. Seems the author has not kept it up to date. We'll have to chase him down, or feel free to make the appropriate changes and submit a pull request.

Cheers, Sean

surashid commented 11 years ago

Hey All,

I will try to upload a more recent version soon, hopefully within about a week. The new version should be compatible with the newest SDK; lots of code clean up, fixes and some improvements. In the mean time, if there are specific parts you just want to get it to work, feel free to reach out to us.

Apologies for the delay; a lot of things were on the plate and didn't have enough time for github projects.

javayoung commented 11 years ago

Thank you for your quick response. This forum really has good technical support.

karoltheguy commented 10 years ago

Hello,

I have been trying to get some mediaplayer examples working but without any success... it seems they have not been updated since 10.0.0. Any idea if this would eventually get an update? Or if someone has a good direction to give me, I'd be happy to get it. I am just trying to play a video, more specifically, to stream one.

thanks

timwindsor commented 10 years ago

@surashid Do you have a chance to look at this?