zf8848 / libjingle

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

Linker error when building a sample file (LNK2001, LNK2019) #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build my attached source against libjingle.lib using VC++ 2008
2.
3.

What is the expected output? What do you see instead?
I see 4 link time errors, one of them:
Error   5   error LNK2001: unresolved external symbol "public: virtual 
int __thiscall buzz::PresenceOutTask::ProcessStart(void)" (?
ProcessStart@PresenceOutTask@buzz@@UAEHXZ)  MyFirstLibjingleApp.obj
    MyFirstLibjingleApp

What version of the product are you using? On what operating system?
libjingle 0.4.0
Visual C++ 2008 Team System
Windows Vista SP1

Please provide any additional information below.

Original issue reported on code.google.com by mehdi311...@gmail.com on 9 Sep 2008 at 10:32

Attachments:

GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:29