You can start by changing the configuration type in the libjingle
project.  Right click the libjingle project in visual studio, go
properties, then in the general section, change "configuration type"
from "static library" to "dynamic library."  I'm sure you'll have a
bunch of errors to resolve, but you can take those one at a time.

Also, you could try building the static library into your winforms app
if you use C++.NET - the feature IJW (it just works) allows you to mix
unmanaged C++ with managed C++ seamlessly.


On Apr 20, 3:50 pm, r <[EMAIL PROTECTED]> wrote:
> How did you compile to DLL?
>
> On Apr 18, 2:32 pm, Sknobli <[EMAIL PROTECTED]> wrote:
>
> > I have compiled the call-example as DLL to use it in C#. But yet i
> > have problems with multithreading in DLL in C#. Login waits after
> > initialization.
>
> > On 17 Apr., 11:06, Sam <[EMAIL PROTECTED]> wrote:
>
> > > I am facing the same issue. do let me know if you solve the issue
>
> > > On Apr 16, 6:41 pm, "r" <[EMAIL PROTECTED]> wrote:
>
> > > > I'm trying to create a Windows Form application using libjingle, but
> > > > cannot link to libjingle.  I suspect that it's because I'm trying to
> > > > link to a static library.  Has anyone been able to compile libjingle
> > > > so that you get libjingle.dll as opposed to libjingle.lib?
>
> > > > Has anyone tried to create a Windows Form app with libjingle?
>
> > > > Little help?
>
> > > > Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to