Hi,
I want to use some examples especially 'video streaming'.
(http://www.rti.com/resources/usecases/streaming-video.html)
But, I got some problems when I included sources into visual studio 2013 32bit.
First, It couldn't find where the source files in. (VideoData.cxx, VideoDataPlugin.dxx, VideoDataSupport.cxx)
I've already confirm environments(c++, linker..)
Second, There were no Generated codes to use.
How can I solve these problems? Please help me.
Hello,
Are you seeing an error message when you build, aside from the files being missing? Did you use the existing Visual Studio project and upgrade it to Visual Studio 2013, or did you create a new solution?
I am in process of updating the examples to work with Connext version 5.2.0, so you may have hit a problem with that. I just made some changes to the Video example, which might solve your problem. The changes are available on the github site, and will soon be part of the download from rti.com. Edit: This is now part of the download bundle on rti.com, too.
https://github.com/rticommunity/rticonnextdds-usecases/tree/master/VideoData
Thank you!
Rose
Thanks.
I solved it through your reply sources.
It works!
Wonderful! Let me know if you have any more questions or issues!