Hello, you have to change the project settings (Configuration Type) from Application to Dynamic Library. Firther you have to define your external methods with dllexport. Dont change your Runtime Library to DLL.
On 20 Apr., 21:50, 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 -~----------~----~----~----~------~----~------~--~---
