Log in

View Full Version : Gcc compiler with Visual Studio 2005


varunb
11th September 2008, 16:00
I am trying to compile ssrc code that I obtained from sourceforge in Visual Studio 2005. I have also downloaded the gcc compiler & other required files as stated in this link:

http://www.mingw.org/node/24

Now I don't know how to configure the gcc compiler bcos I have never done VC++ before. I have google-searched everywhere but couldn't find any tutorial regarding this. If any1 can guide me step-by-step.....

LoRd_MuldeR
11th September 2008, 16:13
I don't now whether the GCC compiler can be used with Visual Studio, because it has got it's own MSVC compiler.

Software that is intended to be compiled with MinGW/GCC is usually compiled from the MSYS shell via "./configure" script and "make" command...

varunb
14th September 2008, 06:56
I have read on many sites that it is possible but the problem is that none of those sites have specified any way to perform this.