Page 1 of 1

error when Compiling in vs2013

Posted: 2014-11-07 15:12
by subjectwa
my environmental :
win8
vs2013
gnutls-3.2.19
sqlite-amalgamation-201410280056
wxWidgets-3.0.2

when i complie the project 'engine' everything is ok,but when i complie the project 'FileZilla' it will show :

1>engine.lib(tlssocket.obj) : error LNK2001: 无法解析的外部符号 _gnutls_free
1>..\bin\FileZilla_dbg.exe : fatal error LNK1120: 1 个无法解析的外部命令

ps:the source is from the project's Subversion repository

Re: error when Compiling in vs2013

Posted: 2014-11-07 16:15
by botg
It's a bug in GnuTLS. IIRC is suffices to change the declaration of that function so that it is imported.

Re: error when Compiling in vs2013

Posted: 2014-11-08 00:57
by subjectwa
botg wrote:It's a bug in GnuTLS. IIRC is suffices to change the declaration of that function so that it is imported.
how can i make it successful?

Re: error when Compiling in vs2013

Posted: 2014-11-08 17:20
by botg
Have you tried Googling for the solution yet?