Author

Topic: Free windows C++ Compiler - anyone know of one (Read 1649 times)

legendary
Activity: 1540
Merit: 1000
Ah, I'm a noob at programming Tongue that's what I use to mess around with code though.
hero member
Activity: 784
Merit: 500
CodeBlocks is an IDE. It uses MinGW as a compiler.
legendary
Activity: 1540
Merit: 1000
http://www.codeblocks.org/ ? It also does various other languages like OpenGL, Ogre etc.
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
Forgive my ignorance, I'm just trying to learn, but what do you mean compile from source.

I have taken C++ classes long ago but I never did use any windows libraries it was all very basic being compiled using Borland on a unix server if I remember correctly. Just trying to be familiar with what it takes to compile bitcoin/litecoin software after I tinker with the code.
Currently Bitcoin only supports being built with MinGW, for the console version you will need OpenSSL,BDB and Boost and optionally miniupnpc, all of those need to be compiled with the same compiler. Only then can you compile Bitcoin.
member
Activity: 84
Merit: 10
Forgive my ignorance, I'm just trying to learn, but what do you mean compile from source.

I have taken C++ classes long ago but I never did use any windows libraries it was all very basic being compiled using Borland on a unix server if I remember correctly. Just trying to be familiar with what it takes to compile bitcoin/litecoin software after I tinker with the code.
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
Can anyone point me in the right direction?

This two are currently very good opensource projects.

1. http://sourceforge.net/projects/orwelldevcpp/

2. http://www.codeblocks.org/
I wouldn't recommend those. Using the latest MinGW is best, but if he wants to compile the Qt version of a client, he will need to either use MinGW 4.4 OR compile Qt from source, like I did, because in GCC 4.7+ there were C and C++ ABI changes.
legendary
Activity: 1020
Merit: 1000
Can anyone point me in the right direction?

This two are currently very good opensource projects.

1. http://sourceforge.net/projects/orwelldevcpp/

2. http://www.codeblocks.org/
legendary
Activity: 2156
Merit: 1393
You lead and I'll watch you walk away.
Ah, missed that. Thx

No problem. I do all my coding in Linux, and mostly in python, so I can't really help with suggestions, though.

If he's compiling a client then he will be stuck using minimalist GNU for windows. Python is a better choice but like they say, "go for what you know."
hero member
Activity: 532
Merit: 500
FIAT LIBERTAS RVAT CAELVM
Ah, missed that. Thx

No problem. I do all my coding in Linux, and mostly in python, so I can't really help with suggestions, though.
legendary
Activity: 2156
Merit: 1393
You lead and I'll watch you walk away.
You cannot compile Bitcoin with MSVC, not yet at least. I don't think anyone has tried, but I sure as hell don't think OP can do it.

Do you know he is trying to compile Bitcoin? I see a request for a free Windows C++ Compiler.

should this be good enough to compile the code for an altcoin based on litecoin?

Ah, missed that. Thx
hero member
Activity: 532
Merit: 500
FIAT LIBERTAS RVAT CAELVM
You cannot compile Bitcoin with MSVC, not yet at least. I don't think anyone has tried, but I sure as hell don't think OP can do it.

Do you know he is trying to compile Bitcoin? I see a request for a free Windows C++ Compiler.

should this be good enough to compile the code for an altcoin based on litecoin?
legendary
Activity: 2156
Merit: 1393
You lead and I'll watch you walk away.
You cannot compile Bitcoin with MSVC, not yet at least. I don't think anyone has tried, but I sure as hell don't think OP can do it.

Do you know he is trying to compile Bitcoin? I see a request for a free Windows C++ Compiler.
legendary
Activity: 1890
Merit: 1078
Ian Knowles - CIYAM Lead Developer
Indeed you will have your work cut out for you trying to get Bitcoin to work with MSVC although it certainly should not be impossible as all the libraries that Bitcoin uses are available for MSVC but usage of specialised build tools will probably be the thing that makes things hardest.
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
You cannot compile Bitcoin with MSVC, not yet at least. I don't think anyone has tried, but I sure as hell don't think OP can do it.
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
NO NO NO! BAD! MinGW is dead and buried. Use MinGW-w64.
Are you retarded? Both are stable and well supported. And OP, most compilers ARE free. And you can't really compile Bitcoin with anything other than GCC(GNU Compiler Collection). And compiling Bitcoin under Windows is very hard, I and only a few other people have only succeeded.
member
Activity: 84
Merit: 10
should this be good enough to compile the code for an altcoin based on litecoin?
hero member
Activity: 728
Merit: 500
165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
member
Activity: 84
Merit: 10
Can anyone point me in the right direction?
Jump to: