krzdzi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

0.7.1 build error - example - call #447

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  http://libjingle.googlecode.com/svn/trunk/ libjingle
2. build  example\call

What is the expected output? What do you see instead?

below codes bulid error with message:
error C2039: “Create”: not a memeber of 
“cricket”   E:\libjingle\trunk\talk\examples\call\callclient.cc 

media_engine_ = cricket::MediaEngineFactory::Create();

What version of the product are you using? On what operating system?
libjingle 0.7.1 
windows 7

Please provide any additional information below.

Original issue reported on code.google.com by snowingx...@163.com on 10 Jul 2013 at 8:08