erichocean / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use jingle.lib in a new VS project

GoogleCodeExporter opened this issue · comments

I successfully build libjingle, got all the exe files and lib files. I also 
have got the .sln file. Yet I don't know how to use this sln file, which looks 
empty at all. 

My goal is to use libjingle in another project which I have put a lot of effort 
on. I want to know how to use the jingle.lib file in it. Any help will be 
appreciated. 

What version of the product are you using? On what operating system?
libjingle-0.6.0
VS2010
Win7

Original issue reported on code.google.com by tangketa...@gmail.com on 17 Oct 2011 at 3:32

i've the same problem.
please who now, how to use libjingle 0.6 with any ide? or with VS?

Original comment by BilousIg...@gmail.com on 17 Oct 2011 at 6:44

I'm not sure if I fully understand the question, but if you are looking for 
examples that use the libjingle, please take a look at source code under the 
following directory:

%libjingle_source_location%/talk/examples/...

Original comment by jun...@google.com on 21 Oct 2011 at 8:54

  • Changed state: Done
@jun...@google.com: Actually this is not my question. I know the location of 
the two examples and I successfully build them using Scons. However I want to 
know how to use the compiled library jingle.lib in general projects. So I 
extract the cc files of example "call" and construct a VS project referencing 
jingle.lib, expat.lib, xmpphelp.lib and srtp.lib, and set all include directory 
properly. However this project simply doens't build.

Original comment by tangketa...@gmail.com on 1 Nov 2011 at 12:10

Sorry if there is any confusion, but my point is that the libjingle is not a 
COM library. The integration with libjingle is at the source level. With that 
said, the "call" example shows you how to integrate/use libjingle to build an 
application. 

Original comment by jun...@google.com on 1 Nov 2011 at 4:36