Hi all.
I'm trying to build simple client application in Visual C++ 2008 EE. I get
code from minimal_client.c, libraries from svn-win32-1.6.6.zip. I set up
include path, library path, and in "Additional dependencies" I set up the
following:
libapr-1.lib libsvn_subr-1.lib libsvn_client-1.lib libsvn_fs-1.lib
Also I copy DLL files into Debug and Release folder in my project.
Application builds successfully, but when I start it, it crashes. In debug
mode I can see that it crashes on calling svn_cmdline_init and in output are
the following information:
First-chance exception at 0x7c91b21a in SvnTest.exe: 0xC0000005: Access
violation writing location 0x00000010.
Unhandled exception at 0x7c91b21a in SvnTest.exe: 0xC0000005: Access
violation writing location 0x00000010.

Thanks in advance for any suggestions what I'm doing wrong.
Best regards

Reply via email to