Compilation error

Moderator: Project members

Post Reply
Message
Author
dnsudi
500 Command not understood
Posts: 4
Joined: 2005-08-05 05:46

Compilation error

#1 Post by dnsudi » 2005-08-05 05:50

I am trying to compile the open source code of Filezill's SFTP(FileZilla_2_2_14b_src-1).
I have got the following error while building the same.
Can some help out on this problem
-SUDI

:\program files\microsoft platform sdk\include\wspiapi.h(45) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal
c:\program files\microsoft platform sdk\include\wspiapi.h(45) : error C2265: '<Unknown>' : reference to a zero-sized array is illegal
AsyncGssSocketLayer.cpp

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

#2 Post by botg » 2005-08-05 10:06

Which version of VC++ are you using? Officially only VS.net 2003 is supported.

Post Reply