Compile In Windows With Out Visual C++???

Moderator: Project members

Post Reply
Message
Author
DustinE
500 Command not understood
Posts: 3
Joined: 2004-10-12 22:31

Compile In Windows With Out Visual C++???

#1 Post by DustinE » 2004-10-12 22:35

Is it possible to compile filezilla in windows with out MS Visual C++? I dont have this product and dont really want to spend the cash for it...

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

#2 Post by botg » 2004-10-13 06:36

It's not possible to FileZilla 2 without MSVC, but it is possible to compile FileZilla 3 with almost any modern C++ compiler.

Golyc
226 Transfer OK
Posts: 89
Joined: 2004-03-02 23:36

#3 Post by Golyc » 2004-10-13 15:38

did you sugest some compiler for windows? and for MAC OS X ? :?:

Again many thx :D I love filezilla ... 8)

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

#4 Post by eyebex » 2004-10-14 07:50

There's no need to spend money on VC++ if you can live without the IDE. MS released the VS .NET 7.1 compiler for free at: http://msdn.microsoft.com/visualc/vctoolkit2003/

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

#5 Post by botg » 2004-10-14 16:06

Golyc wrote:did you sugest some compiler for windows? and for MAC OS X ? :?:
GCC (called MinGW on Windows) in both cases.

Golyc
226 Transfer OK
Posts: 89
Joined: 2004-03-02 23:36

#6 Post by Golyc » 2004-10-15 02:28

botg wrote:
Golyc wrote:did you sugest some compiler for windows? and for MAC OS X ? :?:
GCC (called MinGW on Windows) in both cases.
Thx a lot, now my mac will be evem MORE usefull

DustinE
500 Command not understood
Posts: 3
Joined: 2004-10-12 22:31

#7 Post by DustinE » 2004-10-15 04:40

Thank you all for the replies. I don’t care about an IDE but hey it would be easier to make small changes with one so at this point I don’t know that I will be doing.

Right now I don’t want to try getting into FZ3 I only want to use FZ2 right now.

So I think I will be buying MSVC++ 6.0 as is recommended in the documentation.

With the source for FZ2 it looks like project files are included for MSVC++, is this correct?

Also where would you recommend I buy the program? Is there one place that seems to be better than others?

Again, Thank You.

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

#8 Post by botg » 2004-10-15 07:25

DustinE wrote: With the source for FZ2 it looks like project files are included for MSVC++, is this correct?
Yes
Also where would you recommend I buy the program? Is there one place that seems to be better than others?
Try to check out the free version of the Microsoft compiler fist, look above for the post from eyebex.

DustinE
500 Command not understood
Posts: 3
Joined: 2004-10-12 22:31

#9 Post by DustinE » 2004-10-15 20:27

yes i did look at it. However it would make it harder to make the small changes i need to make...

ZephyrXero
500 Syntax error
Posts: 16
Joined: 2005-03-19 17:49
Location: Hattiesburg, MS, USA

#10 Post by ZephyrXero » 2005-04-04 15:11

Dev C++ is a pretty good IDE for you Windows guys, it uses Mingw (GCC) for a compiler and is completly free and open source.

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

#11 Post by eyebex » 2005-04-04 20:41

For now, you could also download the Visual C++ 2005 Express beta, which also gives you a full-blown IDE: http://lab.msdn.microsoft.com/express/

redsolo
500 Command not understood
Posts: 4
Joined: 2005-03-31 21:13

#12 Post by redsolo » 2005-04-05 21:21

eyebex wrote:For now, you could also download the Visual C++ 2005 Express beta, which also gives you a full-blown IDE: http://lab.msdn.microsoft.com/express/
How advance is that IDE? Will it compile (almost) any vc++ projects that I might have lying around?

Then the Eclipse foundation is adding C++ to its IDE framework. And you cant beat them with their Java IDE, it is the best in the industry. But unfortunately, the C++ is still missing some parts.

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

#13 Post by eyebex » 2005-04-05 21:48

redsolo wrote:How advance is that IDE? Will it compile (almost) any vc++ projects that I might have lying around?
the projects i tried so far (both native 2005 express and imported .net 2003 projects) worked flawlessly. even though the ide in a bit buggy (e.g. regarding docking of windows), the compiler seems to be quite stable.

redsolo
500 Command not understood
Posts: 4
Joined: 2005-03-31 21:13

#14 Post by redsolo » 2005-04-06 20:31

eyebex wrote:the projects i tried so far (both native 2005 express and imported .net 2003 projects) worked flawlessly. even though the ide in a bit buggy (e.g. regarding docking of windows), the compiler seems to be quite stable.
I had to try it, and see if it was any good; so I downloaded it and installed it. (That took some real time, never seen an installation program requiring 80 mbs RAM for it to work ;)
But I dont seem to be able to edit the GUI of the FileZilla server interface in vc+express. When I open the tab for editing, and clicking on the right project, it states "Resource editing is not supported on Express SKU".
WTF, then what is the need of this IDE? I can code it in any other text editor, and compile it with the free VC++ compilers.
Or is there anything wrong with my installation???

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

#15 Post by eyebex » 2005-04-06 22:45

your installation is okay, resource editing is not (yet?) supported. but i still prefer the ide because of easy access to the project settings etc. and integrated debugging.

Post Reply