error when Compiling in vs2013

Moderator: Project members

Post Reply
Message
Author
subjectwa
500 Command not understood
Posts: 2
Joined: 2014-11-07 15:04
First name: Eureka
Last name: Wang

error when Compiling in vs2013

#1 Post by subjectwa » 2014-11-07 15:12

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

User avatar
botg
Site Admin
Posts: 35552
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: error when Compiling in vs2013

#2 Post by botg » 2014-11-07 16:15

It's a bug in GnuTLS. IIRC is suffices to change the declaration of that function so that it is imported.

subjectwa
500 Command not understood
Posts: 2
Joined: 2014-11-07 15:04
First name: Eureka
Last name: Wang

Re: error when Compiling in vs2013

#3 Post by subjectwa » 2014-11-08 00:57

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?

User avatar
botg
Site Admin
Posts: 35552
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: error when Compiling in vs2013

#4 Post by botg » 2014-11-08 17:20

Have you tried Googling for the solution yet?

Post Reply