API Dev

Moderator: Project members

Post Reply
Message
Author
cyberstrike
500 Command not understood
Posts: 2
Joined: 2004-05-28 16:20

API Dev

#1 Post by cyberstrike » 2004-05-28 16:24

Does FileZilla support external development using ur APIs?
Matt

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

#2 Post by botg » 2004-05-28 19:14

The upcoming FileZilla 3 will be split into two parts: The FTP engine and the interface. The FTP engine will be compiled as static library.
It can be used in all applications using the wxWidgets framework.

cyberstrike
500 Command not understood
Posts: 2
Joined: 2004-05-28 16:20

#3 Post by cyberstrike » 2004-05-28 19:43

Know of any good resources for learning about the wxWidgets framework?

I'm working from a VB.NET/C# languages and I've never heard of the wxWidgets framework.
Matt

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

#4 Post by botg » 2004-05-28 21:27

http://www.wxwidgets.org

It's a C++ framework to write cross platform applications. Something which is hardly possible with VB or C#.

jasonyam
500 Command not understood
Posts: 5
Joined: 2004-10-28 01:26

#5 Post by jasonyam » 2004-11-17 05:37

Hi,

Anyone knows why FileZilla 3 uses WxWidgets instead of GTK (Gnome) or QT (KDE) as its development framework.

I would like to know the pros and cons.

Someone tells me to write crossplatform application using GTK is better than WxWidgets because it is difficult to support Windows 95/98 based OSs if multilingual is a requirement. I notice there is a API called WxWidgets Universal and so I think the multilingual issue is not an issue anymore.

Any idea?

Jason

Post Reply