[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Linker Errors with VS .NET 2003

From: Franz Klein <franzaklein_at_yahoo.co.uk>
Date: 2005-07-29 16:19:26 CEST

I am trying to write an application that will used as a tool for Subversion. I am using C++ with VS .NET 2003 on WinXP SP2. In the properties page for the Solution I have pointed the links to the library and include files. But when building the solution I get the following linker errors:
 
Linking...
RepositoryView.obj : error LNK2019: unresolved external symbol _svn_repos_open referenced in function "private: void __thiscall CRepositoryView::FillRepositoryTree(void)" (?FillRepositoryTree@CRepositoryView@@AAEXXZ)
RepositoryView.obj : error LNK2019: unresolved external symbol _svn_pool_create_ex referenced in function "private: void __thiscall CRepositoryView::FillRepositoryTree(void)" (?FillRepositoryTree@CRepositoryView@@AAEXXZ)
SVCDoc.obj : error LNK2019: unresolved external symbol __imp__apr_initialize@0 referenced in function "protected: __thiscall CSVCDoc::CSVCDoc(void)" (??0CSVCDoc@@IAE@XZ)
SVCDoc.obj : error LNK2019: unresolved external symbol __imp__apr_terminate referenced in function "public: virtual __thiscall CSVCDoc::~CSVCDoc(void)" (??1CSVCDoc@@UAE@XZ)
Debug/Subversion Suite.exe : fatal error LNK1120: 4 unresolved externals

Can anybody help or has anybody experienced similar problems?
 
Thank you
Franz

                
---------------------------------
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
Received on Fri Jul 29 16:21:47 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.